From f8312bec4a97be299122fddafe692e3502e76738 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 26 Sep 2026 20:17:18 +0800 Subject: [PATCH] chore: remove CLAUDE.md shim, Claude Code reads AGENTS.md natively Claude Code 2.1.277+ loads AGENTS.md from the working directory and every directory above it, but only when no CLAUDE.md exists anywhere on that path. The shim was blocking the workspace-level AGENTS.md files from loading. --- CLAUDE.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 146996070..000000000 --- a/CLAUDE.md +++ /dev/null @@ -1,7 +0,0 @@ -# CLAUDE.md - -@AGENTS.md - -## Claude Code specifics - -- Never edit anything under `.claude/` — `.claude/skills/` mixes BMAD-installed skills with seeded forks of the module skills in `src/bmad_loop/data/skills/`. Edit the canonical copy, then run `uv run python scripts/seed_skills.py`.