From e90c87046af65bc3ca2b79a11d64713f37a830cd Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Tue, 2 Jun 2026 15:06:38 -0300 Subject: [PATCH] docs: clarify local CLAUDE.md hard-rules import behavior (#13467) import claude from claude folder --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 92d4a468bb..7e3d5df50b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,6 @@ # CLAUDE.md @AGENTS.md +@.claude/CLAUDE.md -This project uses [AGENTS.md](https://agents.md/) as the standard for providing context to AI coding agents. The `@AGENTS.md` import above tells Claude Code to load `AGENTS.md` automatically; other tools that natively support `AGENTS.md` will pick it up directly. +This project uses [AGENTS.md](https://agents.md/) as the standard for providing context to AI coding agents. The `@AGENTS.md` import above tells Claude Code to load `AGENTS.md` automatically; other tools that natively support `AGENTS.md` will pick it up directly. The `@.claude/CLAUDE.md` import loads the local hard-rules file (gitignored) that mirrors the PostToolUse hook policy.