Commit graph

3 commits

Author SHA1 Message Date
dc3674c2fc docs(phase-05): add security threat verification 2026-04-16 10:05:38 +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
071ccc92ac docs(05-01): create execution summary 2026-04-13 09:57:38 +00:00