Commit 446abbc
committed
Exempt faithful preserve-by-default splits from the pre-merge gate
Narrows the locked 'full regression re-run before merge' rule
(RUBRIC_AUDIT.md / REGRESSION_GATE.md). A faithful preserve-by-default
split — structural c2-split that only redistributes a locked
old-c2=T into c2=T+c3=T, with zero realignments — is exempt: it
changes no locked value's meaning, and since we don't act on grader
output, a gate run can't change any expected value (it would only
produce an informational Sonnet-calibration snapshot). Local
validators + the faithful decomposition suffice.
Gate stays REQUIRED for any change that realigns expected values or
any new authoring. Recorded to avoid silent process drift (the kind
that bit PR #146).1 parent 7f658c8 commit 446abbc
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments