Issue 31 homebrew install#32
Merged
Merged
Conversation
Updated Homebrew installation instructions for clarity and removed outdated information.
2 tasks
n8agrin
approved these changes
Apr 14, 2026
Contributor
n8agrin
left a comment
There was a problem hiding this comment.
Would appreciate some cleanup here but otherwise lgtm
Contributor
There was a problem hiding this comment.
This is kind of weird. Should probably either have a new plan file for this work, or delete this file and put the release instructions in a release.md file
Contributor
There was a problem hiding this comment.
Typically these are in bin/ dirs if they’re executable by humans and bots
Contributor
There was a problem hiding this comment.
Let’s pls have these instructions in one place not two
- Move scripts/render-homebrew-formula.sh to bin/ (executable scripts convention) - Update .gitignore to ignore bin/omni binary only, not the whole bin/ dir - Update references in DEVELOPMENT.md and release.yml - Delete docs/superpowers/specs/2026-04-01-release-strategy-design.md (superseded by DEVELOPMENT.md) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
see #31
Homebrew Rollout Plan
exploreomni/homebrew-tapfrom the release workflow. GoReleaser is still used for GitHub release artifacts and checksums, but not for the Homebrew formula itself. This supportsbrew install exploreomni/tap/omni, andbrew tap exploreomni/tap && brew install omniuntilhomebrew/coreexists.homebrew/core. Submit a separate curated formula tohomebrew/coreso fresh installs can usebrew install omniwith no tap step.brew install omniresolves tohomebrew/core, whilebrew install exploreomni/tap/omniremains valid while docs and downstream skills catch up.The phase-1 tap formula is intentionally separate from the eventual
homebrew/coreformula. GoReleaser handles release packaging only. The release workflow then renders the tap formula directly from the published release checksums instead of using GoReleaser's deprecatedbrewsintegration, and the core formula will still be maintained separately.