Skip to content

Commit b77350a

Browse files
authored
Add Codex usage guidelines to CLAUDE.md (#1153)
1 parent f40cd67 commit b77350a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,15 @@ The file system is working memory. Use it actively:
485485

486486
---
487487

488+
## Codex Usage
489+
490+
- **Codex is for advice and critical assessment ONLY — never for making code changes**
491+
- Ask Codex to: analyze, diagnose, review, estimate, suggest approaches
492+
- Do NOT ask Codex to: implement, write, modify, add code to files
493+
- Implement changes yourself after understanding Codex's advice
494+
- **Proactive consultation**: Before diving deep into a complex optimization (>30min estimated), consult Codex for critical analysis first — this catches fundamental design flaws early
495+
- **Bounce ideas**: Use Codex as a sounding board when stuck — describe the problem, what you've tried, and ask for honest assessment of whether the approach is worth continuing
496+
488497
## Quality Standards
489498

490499
- Code MUST pass all existing lints and type checks

0 commit comments

Comments
 (0)