Ensure Claude reads from AGENTS.md#6485
Conversation
PR checklist ✅All required conditions are satisfied:
🎉 Great job! This PR is ready for review. |
WalkthroughThe PR adds a single-line reference from ChangesDocumentation Reference
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
SDK Size Comparison 📏
|
|



Goal
Claude Code auto-loads
CLAUDE.mdfrom the repo root but notAGENTS.md. Add a thinCLAUDE.mdthat imports the existingAGENTS.mdso Claude inherits the AGENTS.md guidance.Resolves: https://linear.app/stream/issue/AND-1213/ensure-claude-reads-agentsmd
Implementation
New
CLAUDE.mdat the repo root containing a single line:@AGENTS.md. Claude Code resolves@pathimports insideCLAUDE.md, so the AGENTS.md instructions are pulled in automatically.UI Changes
No UI changes.
Testing
Docs/config only — no code paths affected. Verify by opening Claude Code in this repo on this branch and confirming the AGENTS.md content is loaded.
Summary by CodeRabbit