Sync workflow rules for merge-time gating and micro-tuning limits, and bring recent failed-attempt diagnostics into the README without including train.py or experiment artifacts. Made-with: Cursor
10 lines
294 B
YAML
10 lines
294 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: train-performance-gate
|
|
name: train.py gate (flow all branches; RMSD gate main only)
|
|
entry: python scripts/precommit_performance_gate.py
|
|
language: system
|
|
pass_filenames: false
|
|
stages: [pre-commit, post-merge]
|