Commit 3f8a9be
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 b012691 commit 3f8a9be
1 file changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
184 | 191 | | |
185 | 192 | | |
186 | 193 | | |
| |||
0 commit comments