Commit 7a28b09
fix(k9): add K9! magic line + pedigree block to methodology-guard
The K9 validator (dogfood-gate 'Validate K9 contracts') failed on
methodology-guard.k9.ncl: missing 'K9!' magic number (first non-empty line must be
exactly 'K9!') and missing a 'pedigree = { ... }' section. Add both, matching the
passing must-check / template-kennel validators. Check logic unchanged.
https://claude.ai/code/session_013wg3Mtq2QFhYi4XVw1Z6z71 parent 9b3617d commit 7a28b09
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
13 | 35 | | |
14 | 36 | | |
15 | 37 | | |
| |||
0 commit comments