mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-08-10 08:21:54 +00:00
Claude Code discovers CLAUDE.md but not AGENTS.md, so the contributor instructions were loading for nobody. The import shim is what our own docs already recommend to users in docs/edge/en/guides/coding-tools/agents-md.mdx. The PreToolUse guard enforces only rules already written in CONTRIBUTING.md and AGENTS.md, so it adds no policy of its own. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ASfWmW3RGy4qAQm6s8U9jH
12 lines
432 B
Markdown
12 lines
432 B
Markdown
# CrewAI
|
|
|
|
Contributor instructions for this repo live in `AGENTS.md`, shared by every coding
|
|
agent. Claude Code does not discover that file on its own, so this import is what
|
|
loads it — keep the two in sync by editing `AGENTS.md`, never by duplicating rules
|
|
here.
|
|
|
|
@AGENTS.md
|
|
|
|
Personal, uncommitted preferences belong in `CLAUDE.local.md`, which Claude Code loads
|
|
alongside this file and which `.gitignore` keeps out of the repo.
|