chore: release 0.3.7 - #90
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 13, 2026, 10:02 PM ET / September 14, 2026, 02:02 UTC. ClawSweeper reviewWhat this changesFinalizes the 0.3.7 release notes and synchronizes the package, CLI, and embedded macOS bundle versions. Merge readiness✅ Ready for maintainer review The release preparation remains necessary: main and the latest published release are still at 0.3.6. The synchronized metadata follows the repository’s release procedure, with no actionable patch defects found. Priority: P3 Review scores
Verification
How this fits togetherremindctl manages Apple Reminders from the terminal. Its release metadata supplies the CLI version, embedded executable identity, and notes consumed by packaging and release verification. flowchart LR
A[Version declaration] --> B[Version generator]
B --> C[CLI version]
B --> D[Embedded bundle metadata]
E[Package version and release notes] --> F[Release preflight]
C --> F
D --> F
Before mergeNone. Agent review detailsSecurityNone. Review metricsNone. Technical reviewBest possible solution: Land the synchronized release preparation, then follow the documented signed-tag, notarization, native upgrade verification, and publication gates. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR prepares a release rather than introducing a bug fix; source inspection confirms consistent version metadata. Is this the best way to solve the issue? Yes: the patch follows the existing release-preparation contract and preserves the separate post-merge publication safeguards. AGENTS.md: not found in the target repository. Codex review notes: model internal, reasoning medium; reviewed against 3e561b6524ee. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Prepare remindctl 0.3.7 with the finalized changelog and synchronized package, CLI, and embedded bundle versions. The patch includes list mutation validation, calendar time-zone handling, CLI argument parsing, geofence and reminder-index validation, and tooling updates already landed on main.
Validated locally with formatting, lint, tests and the coverage gate (94.1%), release build, docs build, release harness, and v0.3.7 release preflight. Independent review found no actionable P0–P2 findings. Signing, notarization, native draft and published verification, and Homebrew verification follow after exact-commit CI passes.