mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-04 06:29:22 +00:00
Closes #4564 - Add AGENTS.md at repo root with contributor guidance for AI coding assistants - Document repository layout, environment setup, and workspace structure - Include deterministic validation workflow: ruff lint, ruff format, mypy, pytest - Define safety boundaries (secrets, VCR cassettes, network blocking, tests) - Document CI workflows, commit conventions, testing conventions, and code style - Add 22 regression tests validating AGENTS.md content (sections, commands, safety rules) Co-Authored-By: João <joao@crewai.com>