Require e2e tests for new Go API endpoints

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-15 14:26:01 +01:00
parent 5114a06acc
commit 9a37283e24

View File

@@ -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`