Every AI coding tool has its own instruction file convention. Cursor uses .cursorrules. GitHub Copilot reads copilot-instructions.md. Claude Code looks for CLAUDE.md. OpenAI Codex and a growing number of agentic coding tools have settled on a different name: AGENTS.md. If you are using any agentic coding workflow in 2026, this is the file that determines whether the agent works correctly or keeps surprising you.
What AGENTS.md does
An AI coding agent entering your repository has no context. It does not know your team's naming conventions, which files are safe to modify, what your test runner expects, or why a particular architectural decision was made. AGENTS.md is how you give it that context before it starts.
