mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 14:49:21 +08:00
docs: clarify local CLAUDE.md hard-rules import behavior (#13467)
import claude from claude folder
This commit is contained in:
committed by
GitHub
parent
2775e4eff9
commit
e90c87046a
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user