Skip to content

fix: preserve alarms and harden v0.3.3 release#63

Merged
steipete merged 2 commits into
mainfrom
agent/prepare-v0.3.3
Jul 10, 2026
Merged

fix: preserve alarms and harden v0.3.3 release#63
steipete merged 2 commits into
mainfrom
agent/prepare-v0.3.3

Conversation

@steipete

Copy link
Copy Markdown
Collaborator

Summary

  • preserve all alarms during due-only and clear-due edits
  • replace or clear only absolute date alarms during explicit alarm edits, retaining relative and structured-location alarms
  • prepare the v0.3.3 local Developer ID and notarization lane with exact source/tag binding, native ARM and Intel verification, and credential isolation
  • add fail-closed draft publication, published-verifier, and Homebrew handoff helpers
  • document standalone CLI Gatekeeper behavior and the still-required clean-VM TCC migration proof

Root cause

Due-date updates implicitly rewrote alarms, while the shared alarm replacement path removed every alarm without distinguishing absolute, relative, or structured-location entries.

Validation

  • make format
  • make check — 73 tests in 22 suites; 91.2% RemindCore coverage
  • make release-check TAG=v0.3.3
  • make docs-site
  • final autoreview: no accepted or actionable findings

No signing, notarization, release publication, Homebrew mutation, secret retrieval, or VM action was performed.

@steipete
steipete merged commit ac09a1c into main Jul 10, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 34f87e81f4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +77 to +79
actual_assets = [asset.get("name") for asset in assets if isinstance(asset, dict)]
if sorted(actual_assets) != sorted(expected_assets) or len(actual_assets) != len(expected_assets):
raise SystemExit(f"published release asset inventory changed: {actual_assets!r}")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Verify asset identities after publication

When a draft asset is replaced with the same filename after the final metadata proof but before or during the draft=false PATCH, this check still accepts the publish response because it only compares asset names. That can make the helper publish different asset IDs/sizes/digests than the verified release-proof.json, leaving the now-public release to be caught only by the later verifier instead of failing closed before users can download it.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant