From 27f702a0189eaf099127b59e090ca6139acb9d75 Mon Sep 17 00:00:00 2001 From: claude-lead-andresmgsl Date: Thu, 20 Aug 2026 23:23:30 +0000 Subject: [PATCH] fix: roster names the renamed triage identity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Second leg of the same debt #232 records. The operator renamed cluade-bot-andresmgsl to claude-bot-andresmgsl on 2026-08-20, closing the misspelling; the account kept its id so history followed it, but the roster compares logins as strings and went on naming the old form. Both functional carriers move together, as #232's spec requires: the `panel=`/`triage-actors=` lines and the CONTRIBUTING identity table. The conf/prose sync guard is why they cannot move apart. Verified: `test/labels.test.sh` is 43/44 before and after — unchanged. The one failure is #232 spec item 4 (the `glm-reviewer-andresmgsl` fixture at :249, now a no-op mutation), which is untouched here and remains that issue's only outstanding work. Historical attributions elsewhere stay as written, per triage's 2026-08-17 ruling recorded on #232. Refs #232 --- .github/labels.conf | 4 ++-- CONTRIBUTING.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labels.conf b/.github/labels.conf index 0d3d068..0eaead3 100644 --- a/.github/labels.conf +++ b/.github/labels.conf @@ -1,5 +1,5 @@ -panel=codex-bot-andresmgsl glm-bot-andresmgsl cluade-bot-andresmgsl kimi-bot-andresmgsl -triage-actors=cluade-bot-andresmgsl +panel=codex-bot-andresmgsl glm-bot-andresmgsl claude-bot-andresmgsl kimi-bot-andresmgsl +triage-actors=claude-bot-andresmgsl scope:release-flow|C5DEF5|The reusable release workflow, decide, the doors scope:guards|C5DEF5|changelog-armed / changelog-monotonic / drill-recorded scope:labels|C5DEF5|The labels workflow, reconciler, the taxonomy diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d359ca..3fe1d67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ the box is the blast-radius boundary; roles are what a session is told, and | identity | box (rig tenant) | standing work | |---|---|---| -| `cluade-bot-andresmgsl` | `triage` (claude-box) | **triage** — the only door issues come through; this identity mints issues and nothing else writes them (#18's `triage-actors`) — and review. It does not build. | +| `claude-bot-andresmgsl` | `triage` (claude-box) | **triage** — the only door issues come through; this identity mints issues and nothing else writes them (#18's `triage-actors`) — and review. It does not build. | | `codex-bot-andresmgsl` | codex-box | build + review | | `glm-bot-andresmgsl` | glm-box | review | | `kimi-bot-andresmgsl` | kimi-box | review |