Instruction / Rule
Instructions are known to be the global rules an agent must respect when acting, whether it be practices to apply, how to develop, naming conventions, etc.
But it’s not just that: to avoid flooding the context with all instructions specific to languages or file types (markdown, java, go, etc.), specific instruction files can be created.
By doing that, the agent runtime only loads the frontmatter content into its context at the beginning of a session, and loads specific instructions only when working with the concerned files.
To avoid duplicating instructions between agent runtimes or files, @filepath references can be used within instructions
to load specific files (e.g. @README.md, @AGENTS.md).
Important
Neutral standard from the Agentic AI Foundation.
- Format: AGENTS.md
- Read by: Codex, Copilot, Cursor, Mistral Vibe, Devin, Antigravity
repository/
└── AGENTS.md