Commit 1da55fc
fix: use real slotignored keyword instead of "None -- reason" text
Tested directly: slotignored is a recognized sentinel that excludes
a slot from the active/scored denominator entirely (verified:
active dropped 21->20 on a single-field test). "None -- reason"
text was just counted as populated content -- same 100% Trophy
result, but via the wrong mechanism. Trailing YAML comments after
slotignored are stripped by the parser (tool sees the clean
keyword) but preserved for human readers on GitHub -- combines
correct tool semantics with the explanatory context that was
missing from the original auto-generated slotignored spam.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 1f17e5d commit 1da55fc
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments