From 89b38ace8ff44f73a03340879be85ae389cf199e Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 06:34:36 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- index.html | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 71ba7ba..16a2357 100644 --- a/index.html +++ b/index.html @@ -250,14 +250,29 @@ View Contribution Policy
- Branch Protection Policy
- - Require PR for merge ✅
- - Require 1 approval ✅
- - Dismiss stale approvals ✅
- - Require CI ✅ (where available)
- - Block force push ✅
- - Block branch deletion ✅
- Default reviewers: @perplexity, @Timmy + BRANCH PROTECTION POLICY
+ +
+ DEFAULT REVIEWERS
+ @perplexity (QA gate on all repos) | + @Timmy (owner gate on hermes-agent) +
+
+ IMPLEMENTATION STATUS
+
    +
  • • hermes-agent: Require PR + 1 approval + CI ✅
  • +
  • • the-nexus: Require PR + 1 approval ⚠️ (CI disabled)
  • +
  • • timmy-home: Require PR + 1 approval ✅
  • +
  • • timmy-config: Require PR + 1 approval ✅
  • +
+
BRANCH PROTECTION POLICY
-- 2.43.0