fix: the panel roster is the CURRENT bench — kimi was dropped by porting a stale list
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 <noreply@anthropic.com>
This commit is contained in:
parent
53ef175662
commit
26129672ea
2 changed files with 3 additions and 2 deletions
2
.github/labels.conf
vendored
2
.github/labels.conf
vendored
|
|
@ -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:capture|C5DEF5|draft/capture — reading the live world into a manifest
|
||||||
scope:apply|C5DEF5|apply/diff/destroy — reconciling onto Coolify
|
scope:apply|C5DEF5|apply/diff/destroy — reconciling onto Coolify
|
||||||
scope:secrets|C5DEF5|secrets, age, the encrypted state repo
|
scope:secrets|C5DEF5|secrets, age, the encrypted state repo
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ genuinely cast's.
|
||||||
1. **Fork and branch.** Contributors work from forks; upstream branches are
|
1. **Fork and branch.** Contributors work from forks; upstream branches are
|
||||||
for maintainers. Title the PR conventionally (`feat:`, `fix:`, `docs:`).
|
for maintainers. Title the PR conventionally (`feat:`, `fix:`, `docs:`).
|
||||||
2. **The review panel** (`.github/labels.conf`'s `panel=` line):
|
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
|
the required verdicts for a PR are the panel minus its author. The
|
||||||
maintainer (`danmt`) takes the last word and merges.
|
maintainer (`danmt`) takes the last word and merges.
|
||||||
3. **Checks must be green**: `npm run check`, `npm run build`, and
|
3. **Checks must be green**: `npm run check`, `npm run build`, and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue