What is AGENTS.md?
AGENTS.md is an open convention: a plain-Markdown file, placed at your repository root, that gives coding agents the operating instructions they need before they touch your code. Think of it as a README written for the machine instead of the newcomer - build and test commands, code style, project layout, and the rules that are obvious to your team but invisible to an agent.
There is no required schema and no special syntax. It is standard Markdown with headings, so anything you would explain to a new engineer in their first hour belongs in it. The value is that you write it once and many different agents read the same file.