PR #58 merged: fix(ci): unpin retired Claude models, let reviews actually post
Two silent failures in the Claude workflows, fixed in both the repo's own workflows and the published stubs:
-
Retired model pin.
claude-code-review.ymlpinnedclaude-sonnet-4-20250514, which was retired 2026-06-15 — review runs have been pointing at a dead model since.claude.yml+ stub pinned legacyclaude-opus-4-5. Pins dropped entirely so the action tracks its current default and this can't rot again. -
Reviews could never post. The review workflow grants
pull-requests: read/issues: read, but the prompt instructs Claude to comment viagh pr comment— a read-only token can't do that, so runs went green with no comment ever posted (same failure mode previously found on crunch). Bumped towritein the repo workflow and the stub.
Left types: [opened] alone — CHANGELOG says opened-only was a deliberate API-cost decision.
Full pest suite green (63 passed).