You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Homebrew formula, cask, and packable simbroker npm CLI.
Why:
Strangers still needed a clone or a manual tarball extract to get
simbroker. The Alpha GitHub Release already had a CLI tarball, but there
was no brew or npm one-liner, and docs said those packages did not exist.
Changed:
Formula/simbroker.rb installs the v0.1.0-alpha.1 CLI tarball through
Homebrew. Casks/simulator-broker.rb installs Simulator Broker.app from
the signed, notarized GitHub Release zip Simulator-Broker-<version>.zip
when that zip is attached; it is not package:local. packages/simbroker
is a packable npm CLI with a bin field; scripts/package_npm.sh stages
the runtime without tests. The repo-root package stays private. README,
getting-started, status, SECURITY, CHANGELOG, and front-door tests
advertise brew and npm installs and drop the old not-yet wording. A
signed notarized app zip is not attached in this change.
Verification:
npm run agent:verify -- --profile spec-only --paths .agents/manifests/specs.yaml,.agents/verify/spec-only.yaml,.github/ISSUE_TEMPLATE/feature.yml,Casks/simulator-broker.rb,Formula/simbroker.rb,packages/simbroker/package.json,packages/simbroker/bin/simbroker.js,packages/simbroker/README.md,scripts/package_npm.sh,scripts/package_cli.sh,package.json,README.md,CHANGELOG.md,SECURITY.md,docs/getting-started.md,docs/status.md,docs/test/front-door.test.mjs,spec/project-structure.md,spec/README.md,spec/build-and-test.md --session-dir task-sessions/20260819-homebrew-notarized-npm
node --test docs/test/front-door.test.mjs
npm run verify:public-surface
Affected:
.agents/manifests/specs.yaml
.agents/verify/spec-only.yaml
.github/ISSUE_TEMPLATE/feature.yml
CHANGELOG.md
Casks/simulator-broker.rb
Formula/simbroker.rb
README.md
SECURITY.md
docs/getting-started.md
docs/status.md
docs/test/front-door.test.mjs
package.json
packages/simbroker/README.md
packages/simbroker/bin/simbroker.js
packages/simbroker/package.json
scripts/package_cli.sh
scripts/package_npm.sh
spec/README.md
spec/build-and-test.md
spec/project-structure.md
Refs:
https://github.com/fiveonecode/simulator-brokerhttps://github.com/fiveonecode/simulator-broker/releases/tag/v0.1.0-alpha.1
spec/project-structure.md
Session:
task-sessions/20260819-homebrew-notarized-npm
0 commit comments