#!/usr/bin/env sh
# Samplebeacon pre-commit — Community tier local gate
# Install with: npx samplebeacon hook install
set -e
echo "Samplebeacon pre-commit..."
npx samplebeacon scan --gate --fail-on high
echo "Samplebeacon pre-commit passed"
