diff --git a/AGENTS.md b/AGENTS.md index e54c311cb..6c77fe7a3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -44,6 +44,8 @@ Every feature must be exposed through **all three interfaces**: GraphQL, MCP, an If you add a mutation in GraphQL, add the corresponding MCP tool and CLI command. If you rename or change a type, update it everywhere. +Every new Go API endpoint must have end-to-end tests in `e2e/`. + ## Project - Module: `go.probo.inc/probo`