chore: release 0.2.1 - #13
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. ClawSweeper review completeClawSweeper finished reviewing this revision. The review result is being finalized. |
|
Codex review: needs maintainer review before merge. Reviewed September 14, 2026, 11:25 AM ET / 15:25 UTC. ClawSweeper reviewWhat this changesFinalizes the 0.2.1 changelog with the macOS signing highlight and updates the CLI’s built-in version to 0.2.1. Merge readiness✅ Ready for maintainer review The release preparation remains necessary: main still reports 0.2.0, and the latest published release is v0.2.0. No introduced defects were found; repository policy and OWNER authorship also preclude automatic closure. Priority: P3 Review scores
Verification
How this fits togetherThe version constant feeds CLI version output and provider request identification. The finalized changelog and version are checked together before the existing release workflow publishes binaries. flowchart LR
A[Version constant] --> B[CLI version output]
A --> C[Release metadata check]
D[Finalized changelog] --> C
E[Requested release version] --> C
C --> F[Existing publication workflow]
Before mergeNone. Agent review detailsSecurityNone. Review metricsNone. Technical reviewBest possible solution: Keep the matching release metadata and use the documented publication process after the merged commit passes its required checks. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR prepares release metadata rather than reporting a runtime defect. Is this the best way to solve the issue? Yes: the two-file update follows the existing release checklist and preserves the established version and changelog sources. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning medium; reviewed against acb1b0590c63. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Prepare ordercli v0.2.1, the first patch release with macOS downloads signed using Peter Steinberger's Developer ID and notarized by Apple.
Finalize the September 14 changelog section with the signing highlight and bump the CLI's built-in version to 0.2.1. The shared workflow migration is already merged in #12; publication will be dispatched only after this PR and its exact merged commit pass CI.
Validation: release metadata and extracted notes; Go build, full tests and lint; independent review through P2. The six-target release build and Docker smoke were verified during the migration and run again in PR CI.