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 GitHub release workflow (Go binaries) + Homebrew formula
- .github/workflows/release.yml: on a v* tag, cross-compiles the Go port to
standalone binaries (darwin/linux/windows, amd64+arm64) and attaches them
to the GitHub Release — backs the 'download the latest binary' option.
- packaging/homebrew/ideablock-commit.rb: Homebrew formula that installs the
published npm CLI; drop into a homebrew-tap repo's Formula/ dir.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>