Commit 6ad8e0c
committed
fix(#496 review): §3 bijection accuracy + STATUS_BOARD legend + CoarseResidue TD
Address PR #496 review comments:
- CodeRabbit (plan §3:164): HHT tier widths are struct-defined fixed (u16 = 4
nibbles each), NOT cache-allocated; DOLCE is a static canonical enum ordering,
not a dynamic cache. from_guid_prefix must deterministically subset 20→≤16
nibbles. Corrected.
- CodeRabbit (STATUS_BOARD:656): "Superseded" is not in the status legend
(Deferred/Abandoned only; :115 says superseded rows use Abandoned + cite
replacement). D-MBX-11 -> Abandoned (superseded by #445).
- codex (canonical_node.rs:336): real (pre-existing) gap — EdgeCodecFlavor::
CoarseResidue residue has no dedicated ValueTenant (only Pq32x4/TurbovecResidue
does). Per §0 anti-invention guardrail, NOT reflexively adding a tenant;
tracked as TD-COARSERESIDUE-NO-VALUE-TENANT (sign-off-gated; reuse-TurbovecResidue
is the guardrail-preferred option).
codex (class_view.rs:247, FULL default): intentional (decision a), tracked
TD-VALUESCHEMA-FULL-POC-DEFAULT — no revert.
https://claude.ai/code/session_01D2WSmezQBNC3bUdHuGfGmo1 parent b98b4ef commit 6ad8e0c
3 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments