diff --git a/docs/claims/codex-loop-bash-retirement-allowlist-integrity-20260526.md b/docs/claims/codex-loop-bash-retirement-allowlist-integrity-20260526.md deleted file mode 100644 index 3dc55335b6..0000000000 --- a/docs/claims/codex-loop-bash-retirement-allowlist-integrity-20260526.md +++ /dev/null @@ -1,36 +0,0 @@ -# Claim: codex-loop-bash-retirement-allowlist-integrity-20260526 - -claimed-at: 2026-05-26T23:34:00Z -agent: Codex -session: codex/launchd-loop -surface: codex-background-service -origin: codex-launchd-loop -run-id: 20260526T232949Z -branch: claim/codex-loop-bash-retirement-allowlist-integrity-20260526 -worktree: /Users/acehack/.local/share/zeta-codex-loop/Zeta-worktrees/codex-loop-bash-retirement-allowlist-integrity-20260526 - -## Scope - -Trajectory: TypeScript / Bun migration. - -Bounded step: harden the bash-retirement inventory guard so the retained shell -allowlist is itself checked for duplicate or unsorted entries before it is used -to classify repo `.sh` drift. - -## Paths - -- tools/hygiene/check-bash-retirement-inventory.ts -- tools/hygiene/check-bash-retirement-inventory.test.ts -- docs/claims/codex-loop-bash-retirement-allowlist-integrity-20260526.md - -## Non-Scope - -- No shell-script porting or deletion. -- No changes to the retained shell allowlist membership. -- No edits in the contested root checkout. - -## Acceptance Check - -- `bun test tools/hygiene/check-bash-retirement-inventory.test.ts` -- `bun run hygiene:check-bash-retirement-inventory` -- `node_modules/.bin/tsc --noEmit -p tsconfig.json` diff --git a/docs/claims/codex-loop-stale-worktree-prettier-20260526.md b/docs/claims/codex-loop-stale-worktree-prettier-20260526.md deleted file mode 100644 index 95ebc3eb3e..0000000000 --- a/docs/claims/codex-loop-stale-worktree-prettier-20260526.md +++ /dev/null @@ -1,35 +0,0 @@ -# Claim: codex-loop-stale-worktree-prettier-20260526 - -claimed-at: 2026-05-26T23:56:00Z -agent: Codex -session: codex/desktop-loop -surface: codex-desktop-heartbeat -origin: vera-desktop-loop -branch: claim/codex-loop-stale-worktree-prettier-20260526 -worktree: /Users/acehack/.local/share/zeta-codex-loop/Zeta-worktrees/codex-loop-stale-worktree-prettier-20260526 - -## Scope - -Trajectory: factory hygiene tooling. - -Bounded step: normalize the stale-worktree audit tool and its focused test to -the repository Prettier style so the existing formatter gate can cover this -tool without a local exception. - -## Paths - -- tools/hygiene/audit-stale-worktrees.ts -- tools/hygiene/audit-stale-worktrees.test.ts -- docs/claims/codex-loop-stale-worktree-prettier-20260526.md - -## Non-Scope - -- No behavioral changes to stale-worktree detection or pruning. -- No cleanup of peer worktrees. -- No edits in the contested root checkout. - -## Acceptance Check - -- `bun test tools/hygiene/audit-stale-worktrees.test.ts` -- `node_modules/.bin/prettier --check tools/hygiene/audit-stale-worktrees.ts tools/hygiene/audit-stale-worktrees.test.ts` -- `node_modules/.bin/tsc --noEmit -p tsconfig.json`