fix(ce-plan, ce-brainstorm): enforce repo-relative paths in generated documents (#473)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-03-31 14:43:41 -07:00
committed by GitHub
parent 0294652395
commit 33a8d9dc11
3 changed files with 9 additions and 3 deletions

View File

@@ -270,7 +270,7 @@ Structure your findings as:
- Distinguish between official guidelines and observed patterns
- Note the recency of documentation (check last update dates)
- Flag any contradictions or outdated information
- Provide specific file paths and examples to support findings
- Provide specific file paths (repo-relative, never absolute) and examples to support findings
**Tool Selection:** Use native file-search/glob (e.g., `Glob`), content-search (e.g., `Grep`), and file-read (e.g., `Read`) tools for repository exploration. Only use shell for commands with no native equivalent (e.g., `ast-grep`), one command at a time.