Problem
Guided mode's "context files" step only auto-detects three hardcoded filenames (`CLAUDE.md`, `TODOS.md`, `docs/design.md`). Misses project-specific docs that CLAUDE.md itself references.
Approach
Parse CLAUDE.md for markdown link references and relative paths. Add each existing target to the context-files default list. User can still prune in the AskUserQuestion round.
Pairs naturally with G7 (simplify guided) — more things we can auto-infer.
Review reference
Adversarial review T3
Problem
Guided mode's "context files" step only auto-detects three hardcoded filenames (`CLAUDE.md`, `TODOS.md`, `docs/design.md`). Misses project-specific docs that CLAUDE.md itself references.
Approach
Parse CLAUDE.md for markdown link references and relative paths. Add each existing target to the context-files default list. User can still prune in the AskUserQuestion round.
Pairs naturally with G7 (simplify guided) — more things we can auto-infer.
Review reference
Adversarial review T3