#!/usr/bin/env sh
# Pre-commit gates. Fast checks only (<5s on typical change).
# Manifest: .ai/scripts/gates/_manifest.yaml — edit there, not here.
# Bypass: bash .ai/scripts/gate_bypass.sh <gate> "<reason>"

. "$(dirname -- "$0")/_/husky.sh" 2>/dev/null || true

export GATE_TRIGGER=pre-commit
bash .ai/scripts/gates/run_gates.sh pre-commit
