# Pre-push gates. Heavier checks (<30s); catches type errors before remote.
# Manifest: .ai/scripts/gates/_manifest.yaml

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