AGENTS.md
AGENTS.md is an open standard for project context for AI tools that helps the agent understand the domain, repository structure, and working rules.
It typically includes:
- a brief product and domain description;
- key modules and entry points;
- rules for working with code and tests;
- constraints (for example, do not touch critical files without confirmation).
AGENTS.md complements Rules and Workflows and helps the agent gather context for tasks faster.
Where the file lives
The file should be located at the root of the project. You can commit it to VCS to share a single context with the team.
How to create AGENTS.md
The fastest way is to run the system workflow:
- Open a new chat.
- Call
#workflow:init.md.