eae5b0a22b
5 phases, one per deletion category from the spec: Phase 1: Remove one-shot indent fixers (10 files) Phase 2: Remove one-shot transform scripts (6 files) Phase 3: Remove superseded entropy and code-stat audits (4 files) Phase 4: Remove one-shot migrators and repros (6 files) Phase 5: Remove tool-call aliases and legacy tool discovery (4 files) Phase 6: Final verification + tracks.md update Each phase = one git rm + one commit + one git note + one state.toml update. Phase 0 adds the state.toml scaffold. Phase 6 runs the full test suite in 4-at-a-time batches per workflow.md Phase Completion protocol, re-runs the 2 active audit scripts (main_thread_imports, weak_types) for regression check, and commits the tracks.md update. TDD pattern adapted for deletion: pre-deletion baseline (Phase 0) + per-phase git rm + post-deletion test suite pass (Phase 6). No new code, no new tests, no new CI gate.