refactor(state): remove the dead agent lease scope (#121615)

* refactor(state): remove dead agent lease scope

* docs(refactor): remove stale QMD lease claim
This commit is contained in:
Peter Steinberger
2026-08-10 17:01:53 -07:00
committed by GitHub
parent 94490bd69b
commit e581acbf81
4 changed files with 17 additions and 49 deletions
@@ -730,7 +730,6 @@ describe("CLI attempt execution", () => {
DELETE FROM auth_profile_store;
DELETE FROM auth_profile_state;
DELETE FROM cache_entries;
DELETE FROM state_leases;
`);
},
database,