Files
ai-rfm/.pre-commit-config.yaml
demian3b 0fc754b38e Update policies and attempt logs on main.
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
2026-04-16 23:21:27 +09:00

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]