#!/bin/sh
# Pre-commit hook: runs the generation validation gate and eval harness.
# Install with: npm run install-hooks

node tools/validate-generation.mjs --artifacts-only && node tools/eval/run-evals.mjs
