Ship Alpha 0.1.0-alpha.2 so Homebrew matches main - #15
Merged
Conversation
Why: The advertised brew CLI plus cask path still served the older 0.1.0-alpha.1 tarball and app zip. Refresh and first-run honesty from PR 14 lived only on main. Changed: Version, docs, formula URL, and cask pin now name 0.1.0-alpha.2. The formula sha256 is the packaged CLI tarball. The cask sha256 is the signed, notarized, stapled app zip. Front-door tests read the version from package.json. Install-failure copy names the Homebrew cask. Verification: npm run agent:verify -- --profile spec-only --paths .github/ISSUE_TEMPLATE/install-failure.yml,CHANGELOG.md,Casks/simulator-broker.rb,Formula/simbroker.rb,README.md,SECURITY.md,docs/getting-started.md,docs/test/front-door.test.mjs,package-lock.json,package.json,packages/simbroker/README.md,packages/simbroker/package.json,spec/README.md,spec/build-and-test.md --session-dir task-sessions/alpha-2-release-20260820 Affected: .github/ISSUE_TEMPLATE/install-failure.yml CHANGELOG.md Casks/simulator-broker.rb Formula/simbroker.rb README.md SECURITY.md docs/getting-started.md docs/test/front-door.test.mjs package-lock.json package.json packages/simbroker/README.md packages/simbroker/package.json spec/README.md spec/build-and-test.md Refs: #14 spec/build-and-test.md Session: task-sessions/alpha-2-release-20260820
VladimirBrejcha
added a commit
to fiveonecode/homebrew-simulator-broker
that referenced
this pull request
Aug 19, 2026
Copy Formula/ and Casks/ from product main after fiveonecode/simulator-broker#15 merged as 9dd3f8f0210d4e856fbde6123be8e78eb16f818f. The formula installs simulator-broker-0.1.0-alpha.2-cli.tar.gz. The cask installs Simulator-Broker-0.1.0-alpha.2.zip. Verification: cmp Formula/simbroker.rb and Casks/simulator-broker.rb against product origin/main
|
✅ OpenCodeReview: Review skipped: no items were selected. |
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.
Why
The advertised Homebrew CLI + cask path still served
0.1.0-alpha.1. First-run honesty and Homebrew CLI discovery from #14 lived only onmain. Refresh afterbrew installcould not see the formula binary.What
0.1.0-alpha.2The notarized zip includes the brew-then-Refresh copy. Gatekeeper reports accepted / Notarized Developer ID.
After merge this PR will be tagged
v0.1.0-alpha.2and the tarball, npm tgz, and app zip will be attached. The tap will be synced.Verification
npm run agent:verify -- --profile spec-onlypassed.agent:completepassed.Out of scope
ui-*aliases