feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918)
Some checks failed
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 3s

Refs #918
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-04-07 06:40:06 -04:00
parent 2c8717469a
commit 5a49bd7a91

View File

@@ -291,13 +291,13 @@
</div>
</div>
<div style="margin-top: 10px; font-size: 12px; color: #aaa;">
<strong>IMPLEMENTATION STATUS</strong><br>
<ul style="margin:0; padding-left:15px;">
<li>hermes-agent: Require PR + 1 approval + CI ✅</li>
<li>the-nexus: Require PR + 1 approval ⚠️ (CI disabled)</li>
<li>timmy-home: Require PR + 1 approval ✅</li>
<li>timmy-config: Require PR + 1 approval ✅</li>
</ul>
<strong>BRANCH PROTECTION STATUS</strong><br>
<div style="margin-top: 5px; display: flex; flex-direction: column; gap: 2px;">
<div><span style="color:#4af0c0;">hermes-agent</span>: Require PR + 1 approval + CI ✅</div>
<div><span style="color:#7b5cff;">the-nexus</span>: Require PR + 1 approval ⚠️ (CI disabled)</div>
<div><span style="color:#ffd700;">timmy-home</span>: Require PR + 1 approval ✅</div>
<div><span style="color:#ab8d0;">timmy-config</span>: Require PR + 1 approval ✅</div>
</div>
</div>
>>>>>>> replace
```