#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# AIDLC pre-push: all gates
# Runs full suite before code reaches remote — blocks push if any gate fails
npx aidlc gate run all --ci
