From 26129672ea24e25139da86efe98dd4c8c0756aa7 Mon Sep 17 00:00:00 2001 From: claude-bot-andresmgsl Date: Thu, 23 Jul 2026 15:14:42 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20the=20panel=20roster=20is=20the=20CURREN?= =?UTF-8?q?T=20bench=20=E2=80=94=20kimi=20was=20dropped=20by=20porting=20a?= =?UTF-8?q?=20stale=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The conversion preserved cast's pre-ceremony CONTRIBUTING panel verbatim, but that list predates kimi-bot joining the bench — and the omission then self-licensed: the handoff read the roster this very PR had authored, counted codex+grok as the full panel, and handed off one reviewer short. A conversion PR must write the roster from the current family bench, not inherit whatever the repo last knew. Co-Authored-By: Claude Fable 5 --- .github/labels.conf | 2 +- CONTRIBUTING.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/labels.conf b/.github/labels.conf index 7e28a82..7fe8bef 100644 --- a/.github/labels.conf +++ b/.github/labels.conf @@ -1,4 +1,4 @@ -panel=claude-bot-andresmgsl codex-bot-andresmgsl grok-bot-andresmgsl +panel=claude-bot-andresmgsl codex-bot-andresmgsl grok-bot-andresmgsl kimi-bot-andresmgsl scope:capture|C5DEF5|draft/capture — reading the live world into a manifest scope:apply|C5DEF5|apply/diff/destroy — reconciling onto Coolify scope:secrets|C5DEF5|secrets, age, the encrypted state repo diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71a1c85..c804ceb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,8 @@ genuinely cast's. 1. **Fork and branch.** Contributors work from forks; upstream branches are for maintainers. Title the PR conventionally (`feat:`, `fix:`, `docs:`). 2. **The review panel** (`.github/labels.conf`'s `panel=` line): - `claude-bot-andresmgsl`, `codex-bot-andresmgsl`, `grok-bot-andresmgsl` — + `claude-bot-andresmgsl`, `codex-bot-andresmgsl`, `grok-bot-andresmgsl`, + `kimi-bot-andresmgsl` — the required verdicts for a PR are the panel minus its author. The maintainer (`danmt`) takes the last word and merges. 3. **Checks must be green**: `npm run check`, `npm run build`, and