From 9a37283e24febb35b2c79ce9936b9705279709b2 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Sun, 15 Mar 2026 14:26:01 +0100 Subject: [PATCH] Require e2e tests for new Go API endpoints Signed-off-by: Bryan Frimin --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) 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`