chore(release): open 0.35.1 Unreleased - #972
Conversation
The v0.35.0 unified run's 'Open next Unreleased PR' job was skipped because the Homebrew handoff failed on the tap token, so the section was never created. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs changes before merge. Reviewed August 9, 2026, 6:13 PM ET / 22:13 UTC. ClawSweeper reviewWhat this changesThe PR adds a 0.35.1 Unreleased section to the changelog after the previous release closeout was skipped. Merge readinessKeep open: this collaborator-authored PR restores only half of the required release closeout. The established workflow, documentation, and contract test require updating the embedded development version as well as opening the changelog section. Priority: P2 Review scores
Verification
How this fits togetherThe release closeout transitions a published gogcli version into the next development cycle. It updates release notes and the embedded version consumed by source builds and later release automation. flowchart LR
A[Published release] --> B[Release closeout]
B --> C[Changelog section]
B --> D[Embedded development version]
C --> E[Next release notes]
D --> F[Source builds]
E --> G[Next release cycle]
F --> G
Before merge
Findings
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Copy recommended automerge instructionTechnical reviewBest possible solution: Land the release closeout only after the changelog section and Do we have a high-confidence way to reproduce the issue? Yes: comparing the current release helper and contract test with the PR diff proves the PR omits the required version update. Is this the best way to solve the issue? No: the changelog-only patch is not the established release-closeout solution; it must update the embedded version in the same change. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 402def5041d6. LabelsLabel justifications:
EvidenceAcceptance criteria:
What I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (9 earlier review cycles; latest 8 shown)
|
v0.35.0 published successfully, but job 8 ("Open next Unreleased PR") was skipped because job 7 (Homebrew handoff) failed on the known TAP_TOKEN 403. This restores the changelog closeout the release process expects.
No functional change.