feat: add Homebrew cask to replicate/tap for prebuilt macOS binaries
Configure GoReleaser to auto-publish a Homebrew cask to replicate/homebrew-tap
on each release. The cask includes a post-install hook that clears the macOS
quarantine attribute, so users never see the Gatekeeper warning.
- .goreleaser.yaml: add homebrew_casks section with xattr post-install hook
- release-publish.yaml: pass HOMEBREW_TAP_TOKEN for cross-repo push
- Update docs and README to recommend brew install replicate/tap/cog
Requires adding a HOMEBREW_TAP_TOKEN repo secret (PAT with repo scope).