C0: CLAUDE.md — import AGENTS.md instead of redirecting to it
Claude Code only auto-loads CLAUDE.md. The prose shim told agents to go read AGENTS.md, which is easy to skip. Replacing the shim with `@AGENTS.md` inlines AGENTS.md content into the session prompt, so the startup rules (ai-docs, blumeops-tasks, change classification) land in context unconditionally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f9d9e00057
commit
4a37ffcdc2
2 changed files with 2 additions and 7 deletions
|
|
@ -1,7 +1 @@
|
||||||
# CLAUDE.md
|
@AGENTS.md
|
||||||
|
|
||||||
Claude Code compatibility shim.
|
|
||||||
|
|
||||||
The canonical agent instructions for this repository now live in [`AGENTS.md`](AGENTS.md).
|
|
||||||
|
|
||||||
If a tool specifically looks for `CLAUDE.md`, read `AGENTS.md` and follow that file as the source of truth.
|
|
||||||
|
|
|
||||||
1
docs/changelog.d/+claude-md-import-agents.ai.md
Normal file
1
docs/changelog.d/+claude-md-import-agents.ai.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
CLAUDE.md now imports AGENTS.md via `@AGENTS.md` instead of telling agents to go read it. Claude Code only auto-loads CLAUDE.md, so the prose shim was easy to skip; the import inlines AGENTS.md into the session prompt unconditionally.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue