Commit 21ba6c2
docs: state the narrowing limit as a design choice, not a missing capability
The paragraph said a reader "has no previous state to compare against",
which reads as a limitation — and a limitation is an invitation. Someone
adds the previous bundle as state, believes they have lifted it, and adds
a cert-count floor.
The floor would still be wrong. A shrink is legitimate whenever a root is
retired or a component is uninstalled, and only the builder knows which
happened, so a reader holding BOTH bundles still cannot tell a regression
from a fact. Measured across two machines here: a legitimate bundle is 5
certs on one and 168 on the other, so any floor that catches narrowing on
one host rejects a healthy bundle on the next.
Surfaced by a peer session that had the mirror-image wording in its own
comment and changed it after the same argument.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f97698f commit 21ba6c2
1 file changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
267 | 274 | | |
268 | 275 | | |
269 | 276 | | |
| |||
0 commit comments