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
Improve Husky init env seeding and guidance.
Seed ~/.husky/.env from the full sample configuration, keep init scoped to the user data directory, and clarify the foreground vs background startup choices.
Fix Husky startup without a preexisting env file.
Allow the CLI to run init and version commands before ~/.husky/.env exists instead of exiting early under set -e.
Add Husky init and version commands.
Automate ~/.husky setup for Homebrew installs and expose a standard version command so release bundles and CLI diagnostics are easier to verify.
Fix release workflow permissions for Homebrew assets.
Grant release upload permissions and add a manual dispatch path so existing tags can re-upload the Homebrew bundle after workflow fixes.
Add Homebrew release packaging and macOS install docs.
Publish a Homebrew-friendly macOS bundle in GitHub Releases and document the official tap-based install path for macOS users.