The Claude Code hook that ended --no-verify commits forever
A developer built a pre-tool hook for Claude Code that blocks `git commit --no-verify` commands, solving a persistent problem where the AI agent would bypass pre-commit checks. The hook intercepts Bash tool calls, detect…