docs: clarify local CLAUDE.md hard-rules import behavior (#13467)

import claude from claude folder
This commit is contained in:
Cristhian Zanforlin Lousa
2026-06-02 15:06:38 -03:00
committed by GitHub
parent 2775e4eff9
commit e90c87046a

View File

@ -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.