mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-08-10 16:32:28 +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
45 lines
715 B
Plaintext
45 lines
715 B
Plaintext
.DS_Store
|
|
.pytest_cache
|
|
__pycache__
|
|
dist/
|
|
.env
|
|
assets/*
|
|
.idea
|
|
test/
|
|
docs_crew/
|
|
chroma.sqlite3
|
|
old_en.json
|
|
db/
|
|
test.py
|
|
rc-tests/*
|
|
*.pkl
|
|
temp/*
|
|
.vscode/*
|
|
crew_tasks_output.json
|
|
.codesight
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.venv
|
|
test_flow.html
|
|
crewairules.mdc
|
|
plan.md
|
|
conceptual_plan.md
|
|
build_image
|
|
chromadb-*.lock
|
|
# Everything under .claude is personal except the shared agent config below.
|
|
# Git cannot re-include a file whose parent directory is excluded, so this
|
|
# excludes the contents rather than the directory itself.
|
|
.claude/*
|
|
!.claude/settings.json
|
|
!.claude/hooks/
|
|
.claude/hooks/*
|
|
!.claude/hooks/guard.py
|
|
!.claude/hooks/test_guard.py
|
|
CLAUDE.local.md
|
|
.crewai/memory
|
|
blogs/*
|
|
secrets/*
|
|
UNKNOWN.egg-info/
|
|
demos/*
|
|
.crewai/*
|