HookHound v0.1.2
This patch release ships the dogfood-backed release-gate improvements from main:
- Fixes interpreter and wrapper hook command parsing, including commands like
python3 "${PLUGIN_ROOT}/hooks/script.py",node ./hooks/script.js, and/usr/bin/env python3 .... - Avoids false positives from path-valued wrapper flags such as
--require ./setup.js. - Adds SARIF output via
hookhound sniff --root . --format sariffor code-scanning and downstream tooling. - Updates English, Korean, and Chinese README examples to the v0.1.2 package and Action pin.
- Documents the external dogfooding evidence and remaining package-root/source-reference UX gap.
Verification before release:
npm run check— 28 tests passednpm pack --dry-run --json --ignore-scripts— package dry-run succeeded
npm publication is pending npm account re-authentication.