Commit 56d7dc7
committed
docs(board): correct the "ruff #36 unlocked the FieldMask" claim in LATEST_STATE
LATEST_STATE.md:674 credited ruff PR #36 with unlocking the soc FieldMask to a
byte-cardinality / class-conditioned cap. An adversarial cross-repo audit
(both P0 claims unrefuted, high confidence) shows the opposite: ruff #36
(origin/main tip 3d04e37, payload c613094 "soc FieldMask cap 64 -> 256
(quadruplet) + bucket chaining") merged the PRE-veto LOCKED quadruplet
(FIELD_MASK_MAX_BUCKETS=4, field_mask_buckets(), FIELD_MASK_CAP=256). The veto
edit was authored but never committed, so #36 shipped the pre-veto code. The
unlock actually lands via ruff commit 101928a, not yet on ruff main.
Per the append-only board rule, the prior line is kept as record and a dated
correction bullet is appended. lance-graph's own facet.rs is correctly
class-conditioned on main and needs no change.1 parent c30742e commit 56d7dc7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| 675 | + | |
0 commit comments