Release: publish checksummed macOS and Linux CLI archives - #45
Merged
Merged
Conversation
sraodev
force-pushed
the
feature/release-assets
branch
from
September 5, 2026 20:56
f54d90e to
7ee0cd9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The repository has a source-preview release but no native assets for the canonical
ubtcommand, itsubtctlcompatibility alias, or the requiredubtddaemon. Secure curl, mise, and Homebrew installation all need one deterministic, checksummed release contract first.checksums.txtfrom approved version tags.masterhistory before publishing.Closes #40.
Review scope
This PR contains three focused commits: release implementation, complete archive-manifest verification, and the checked-in reviewer package.
The change does not alter CLI or daemon behavior. It does not create a release, publish a tag, or add an installer. Curl, mise, Homebrew, the stable installer URL, signing, Windows distribution, and hardware qualification remain separate work.
Attached review documents
Reviewer roadmap
SVG · Mermaid source
Sequence diagram — guarded tag to release assets
SVG · Mermaid source
Architecture diagram — source entry points, artifact contract, publication, and follow-ups
SVG · Mermaid source
What changed
ubt,ubtctl, andubtdchecksums.txtorigin/masterhistorycontents: writeto the publishing job and pins every action by commitdist/outputVerification
Passed locally on macOS/ARM64:
All four generated archives passed their SHA-256 checksums and exact member comparison. The generated macOS ARM64
ubt version --client-only,ubtctl version --client-only, andubtd --helpcommands ran successfully. Workflow YAML and release-tag valid/invalid cases were checked.All three Mermaid sources passed the pinned Mermaid 11.12.0 renderer. Their PNGs were visually inspected; editable SVG and Mermaid sources are checked in.
Important limits and remaining gates
This PR does not publish a GitHub Release. After merge, a maintainer must explicitly approve and create a version tag, inspect the resulting four archives and
checksums.txt, and independently verify a downloaded archive before announcing it.The archives are not code-signed, notarized, attested, or accompanied by an SBOM. Snapshot CI does not prove installation across operating-system versions, macOS trust behavior, Bluetooth hardware behavior, or future installer/package-manager integration. Those remain separate reviewed gates in #41, #42, #43, and #44.