[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #1042

Merged
Ghost merged 1 commits from groq/issue-918 into main 2026-04-07 11:09:32 +00:00
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@@ -1122,7 +1122,7 @@ async function fetchGiteaData() {
try {
const [issuesRes, stateRes] = await Promise.all([
fetch('https://forge.alexanderwhitestone.com/api/v1/repos/Timmy_Foundation/the-nexus/issues?state=all&limit=20'),
fetch('https://forge.alexanderwhitestone.com/api/v1/repos/Timmy_Foundation/the-nexus/contents/vision.json')
fetch('https://forge.alexanderwhitestone.com/api/v1/repos/timmy_Foundation/the-nexus/contents/vision.json')
]);
if (issuesRes.ok) {

View File

@@ -327,7 +327,7 @@ index.html
<strong>IMPLEMENTATION 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 pending)</div>
<div><span style="color:#7b5cff;">the-nexus</span>: Require PR + 1 approval ⚠<EFBFBD> (CI pending)</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>