Summary
There are now two hook installation mechanisms:
scripts/install-git-hooks.sh (403 lines, bash, original)
scripts/install-hooks.js (new, node, installed via npm postinstall)
These should be consolidated to avoid drift. Recommend keeping the Node.js version since it's wired into npm postinstall and the project is moving to npm-based tooling.
Acceptance Criteria