#!/usr/bin/env bash
# .githooks/pre-push — invokes preflight.sh (A=version, B=build, C=csharpier, D=markdownlint).
exec scripts/preflight.sh
