6 lines
207 B
Bash
6 lines
207 B
Bash
#!/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
|