#!/usr/bin/env bash
# .githooks/pre-push — invokes preflight.sh (Blocks A/B/C/D).
exec scripts/preflight.sh
