diff --git a/CLAUDE.md b/CLAUDE.md index d825c0f..43c994c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,7 +1 @@ -# CLAUDE.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. +@AGENTS.md diff --git a/docs/changelog.d/+claude-md-import-agents.ai.md b/docs/changelog.d/+claude-md-import-agents.ai.md new file mode 100644 index 0000000..f63231e --- /dev/null +++ b/docs/changelog.d/+claude-md-import-agents.ai.md @@ -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.