Files
crewAI/CLAUDE.md
Joao Moura 02e4c65239 chore(agents): load AGENTS.md in Claude Code and guard its rules
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
2026-08-08 16:29:40 -07:00

432 B

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.