From 4d982ab8603776bee61e9f7d3a28c2e8d42673ac Mon Sep 17 00:00:00 2001 From: Shiv Rossi Date: Wed, 19 Aug 2026 09:03:19 -0600 Subject: [PATCH] docs: replace no-auto-merge rule with standing gate policy Auto-merge is permitted when CI is green and gate confidence is at least 0.80, matching the standing TechGodHQ policy. Per Shiv's direction: no repo is exempt. Co-authored-by: Archon --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index a37e1da..d21ed56 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -63,5 +63,5 @@ versions instead. - Shiv's global git identity. Runner commits may add `Co-authored-by: Archon `. -- No auto-merge; human review required. +- Auto-merge is permitted per the standing gate policy: CI green and gate confidence >= 0.80. - Conventional commits: `feat:`, `fix:`, `refactor:`, `docs:`, `chore:`.