chore(reviewer): drop synthetic-hosted models from reviewer pool

Removes the GLM 5.2 entries that stood in for kimi in the previous commit.
The pool is now claude and gpt-5.6 only, across claude, pi and opencode.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Miguel Palhas
2026-08-20 11:25:18 +01:00
parent 4dd0c9d241
commit 7a55c42408
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -177,11 +177,11 @@ Every pick is appended to `ledger` (default
`~/.local/state/reviewer/reviewers.jsonl`):
```json
{"at":"…","pr":"gitea:yolo/rev#75","title":"rev-75-fix-race","reviewer":"pi/glm5.2@high","author":"claude"}
{"at":"…","pr":"gitea:yolo/rev#75","title":"rev-75-fix-race","reviewer":"pi/gpt5.6@high","author":"claude"}
```
That's the raw material for rating later — group by harness, by model, or by
effort, and `pi/glm5.2@med` against `@high` is the cleanest comparison in
effort, and `pi/gpt5.6@med` against `@high` is the cleanest comparison in
there. It's append-only analytics, not routing state, so nothing the daemon
does depends on it surviving.