From 18445d33f90cad5ec1f02c14a7729ab7e3f0cb5a Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Wed, 29 Jul 2026 01:30:40 -0700 Subject: [PATCH] Add .claude/CLAUDE.md so Claude Code loads AGENTS.md Claude Code reads CLAUDE.md, not AGENTS.md, so this repo's AGENTS.md guidance was invisible to it while Codex and Cursor read it fine. The bridge lives at .claude/CLAUDE.md and imports @../AGENTS.md, keeping the repository root uncluttered. Content stays in AGENTS.md; this file only points at it. --- .claude/CLAUDE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .claude/CLAUDE.md diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md new file mode 100644 index 00000000..dba71e97 --- /dev/null +++ b/.claude/CLAUDE.md @@ -0,0 +1 @@ +@../AGENTS.md