#!/usr/bin/env bash
# Makes the gate non-optional. Enable once per clone:
#   git config core.hooksPath scripts/hooks
# Bypass deliberately with `git commit --no-verify` — and say why in the commit body.
exec ./scripts/verify.sh
