git init
This commit is contained in:
5
tools/hooks/pre-commit
Normal file
5
tools/hooks/pre-commit
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user