Commit 1773c61
docs(#1359): record the measurement behind the zero-coverage threshold
Verified the direction that would have been catastrophic: does collectNodeTypes
return the same strings that appear as /object_info KEYS? If not, `t in
object_info` is always false and this refuses EVERY live-canvas strip.
Measured against this machine's live /object_info and three real pack workflows:
anima 52 types, 36 covered, 16 missing
anima-img2img 39 types, 33 covered, 6 missing
krea2-identity 14 types, 13 covered, 1 missing
Zero would be refused. The misses are all legitimate — frontend-only virtual
nodes (Note, GetNode, SetNode, "Label (rgthree)"), UUID-typed subgraph nodes,
and uninstalled packs — which also settles the quantifier: "refuse if ANY type is
missing" would refuse all three. The over-broad direction is not hypothetical
here, it is the default outcome, and the numbers now sit in the source so nobody
tightens it later on the reasonable-sounding argument.
Refs #1359
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent b5c7b28 commit 1773c61
1 file changed
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1590 | 1590 | | |
1591 | 1591 | | |
1592 | 1592 | | |
1593 | | - | |
1594 | | - | |
1595 | | - | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
1596 | 1612 | | |
1597 | 1613 | | |
1598 | 1614 | | |
| |||
0 commit comments