v0.0.2
Leash 0.0.2 — the npm path goes live, and brew install now works first-run on macOS.
# Homebrew — macOS
brew install hoophq/tap/leash# npx — macOS / Linux, no install
npx @hoophq/leashWhat's new
- Smoother macOS install — the Homebrew cask now strips the quarantine attribute in a postflight, so the binary runs immediately after install instead of being killed by Gatekeeper (proper signing + notarization is on the roadmap).
- Shell rc/profile files are treated as env-tier secrets — reading or exfiltrating
~/.zshrc,~/.bashrc,~/.profileand friends now gets the same scrutiny as.envfiles, since rc files routinely export API keys. - npm distribution —
@hoophq/leashships prebuilt binaries for macOS/Linux on x64/arm64 via the esbuild-style optionalDependencies pattern: no postinstall script, no runtime download.