Commit c496ac6
mforce
fix(#417): codex round 1 — unconditional build, broad path guard, column-level coverage
- generate.sh builds the Release solution unconditionally: the previous
existence check reused a stale assembly after a migration was added
and documented the PREVIOUS schema as current. Incremental build is
near-free when everything is fresh.
- The environment-leak guard's path rule is now any /-leading token
(plus case-insensitive drive letters), not a prefix list — the
generator's own /work container mount is identical on every machine,
so only this guard can catch that class of leak. Verified against the
real tbls output: legitimate content has no /-leading tokens.
- The completeness guard now sweeps information_schema.columns: every
column must appear as a table cell of its own page, so an omitted
column can't hide behind a page that merely exists (or the same word
in prose).
Mutation-verified: an injected /work path fails the leak guard by name,
and a deleted column row fails the coverage guard naming the column
(first attempt deleted a nonexistent 'Notes' row and proved nothing —
the applied mutant is the one that counts).1 parent 34423ea commit c496ac6
2 files changed
Lines changed: 33 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
116 | 122 | | |
117 | 123 | | |
118 | | - | |
119 | | - | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
169 | 175 | | |
170 | 176 | | |
171 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
172 | 198 | | |
173 | 199 | | |
174 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments