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:
Erich Blume 2026-04-27 11:41:13 -07:00
commit 4a37ffcdc2
2 changed files with 2 additions and 7 deletions

View file

@ -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.

View 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.