#!/usr/bin/env bash
# Git pre-commit hook — 调用 AI Guard 预提交检查
bash scripts/ai-guard.sh --pre
