From b1172e6d8df3e33880672db52e9ed439b425c308 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 24 Mar 2026 14:53:07 -0400 Subject: [PATCH] DOC: Add `CLAUDE.md` shim that delegates to `AGENTS.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code expects a `CLAUDE.md` entrypoint, but this repo already standardizes on a single root‐level `AGENTS.md` for all agent instructions. Note that the new `CLAUDE.md` is intentionally minimal and just forwards Claude to `AGENTS.md` (via an explicit reference) so that: - `AGENTS.md` remains the canonical, editor‑agnostic source of truth - Claude Code and other CLAUDE.md‑aware tools still "just work" - We avoid fragile symlink hacks and keep behavior consistent across platforms and CLIs --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000000..ef7128c0579 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +# Claude Context + +This project's primary agent spec is in `AGENTS.md` at the repo root. + +@AGENTS.md