Codex reads AGENTS.md by default, not CLAUDE.md. Move project guidance to AGENTS.md (trim/nest long validation notes under docs/AGENTS.md), leave CLAUDE.md as a thin @AGENTS.md wrapper for Claude Code, and document the Codex project_doc_max_bytes raise needed for the ~35KiB root file. Co-authored-by: Colby McHenry <colbymchenry@users.noreply.github.com>
735 B
735 B
CLAUDE.md
Claude Code project guidance for this repository.
Primary instructions live in the canonical agent guide — import it:
@AGENTS.md
Claude-only notes
- Prefer the repo-root
AGENTS.mdas the source of truth for build/test/architecture/house rules. Edit that file (not this wrapper) when guidance changes. - Claude Code can
@-import nested guides too (e.g.@docs/AGENTS.md) when working on design/eval docs; Codex loads nestedAGENTS.mdautomatically when the session cwd is under that directory. - Do not reintroduce a duplicated
## CodeGraphMCP tool-guidance block here —src/mcp/server-instructions.tsis the single source of truth (issue #529); the installer strips legacy marker blocks on upgrade.