#!/usr/bin/env sh
# PhaseGate pre-push hook template.
#
# Audits commits that may have bypassed local hooks with `git commit --no-verify`.

npx phasegate bypass:audit --base origin/main --head HEAD
