Commit graph

8 commits

Author SHA1 Message Date
7d9c30d52f docs(05-02): complete GC flag plan — --gc flag, gc_instances, integration test 2026-04-13 10:03:25 +00:00
3f1959344f feat(05-02): add --gc flag and gc_instances function
- Add GC_MODE=false variable and --gc) case to flag parsing
- Define gc_instances() before --check block (callable before ANSI init)
- Add GC dispatch block after --check, before ANSI formatting (early exit)
- gc_instances iterates ~/.claudebox/projects/*/project-root, removes dirs
  whose recorded root path no longer exists on disk
- Prints each removal and summary count to stderr (D-11, D-12, INST-04)
2026-04-13 10:01:24 +00:00
4751161e0f chore: merge executor worktree (phase 05-01)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 09:58:14 +00:00
071ccc92ac docs(05-01): create execution summary 2026-04-13 09:57:38 +00:00
8e5063a29d fix(05): revise plans based on checker feedback 2026-04-13 08:52:28 +00:00
dd064aa858 docs(05): create phase plan — mount rewrite + per-project isolation + GC 2026-04-13 08:47:04 +00:00
a040aaa58a docs(05): research phase domain — per-project instance isolation 2026-04-13 08:41:04 +00:00
af9f1848eb docs(05): capture phase context (assumptions mode) 2026-04-10 16:23:13 +00:00