Commit e80d8d8
committed
docs(discovery-map): §4.1 runtime synergy receipts — lance-graph PR #477/#478
Cross-referenced PR #477 (SoA envelope + HHTL audit + three-tier model)
and #478 (singleton-to-snapshot) against today's D-* findings. Result:
several findings are confirmed by runtime CODE (not just summaries), one
is revised, one gradient is convergent-but-unwired on both sides.
Confirmations [G] — runtime code grounds the OGAR finding:
- D-MORTON / D-CASCADE / D-XOR2(containment): hhtl.rs ships
NiblePath{path:u64,depth:u8}, FAN_OUT=16, MAX_DEPTH=16 (16 nibbles
= 64 bits), parent()=path>>4, child(n)=(path<<4)|n, is_ancestor_of
= a single prefix-shift kernel, common_ancestor = LCA. The nibble
address algebra is CODED runtime-side.
- D-IMMAT / D-COLUMNAR / ADR-022: the three-tier-model invariant
("zero-copy creation->tombstone; nothing serialized; in-memory
store unchanged") IS the immaterialized finding; emit()/
CollapseGateEmission scheduled for removal (the serialization path
is being deleted).
- D-COLUMNAR / D-LANCE: soa_envelope.rs SoaEnvelope trait — columns()
-> &[ColumnDescriptor], repr(C) descriptors, zero-copy row_le/
column_le views, as_le_bytes(), verify_layout() gate. The
Morton-keyed columnar+projection framing is the ABI line-for-line.
- D-DELTA: cycle()->u32, "a Lance version IS a coherent LE envelope",
last_active_cycle[u32;N] per-row write guard, DatasetVersion(v)->
(v+1). Version=frame, per-row cycle stamp=changed-cell delta.
Promotes D-DELTA [H]->[G].
- D-AMORT: PR #478 test (never-mutated->const codebook keep; mutated
->SoA snapshot nudge) operationalizes the amortization gate's
storage instance.
Revision [warn] — D-META64: MailboxSoA has SEPARATE columns
edges[CausalEdge64;N] and meta[MetaWord;N], so the meta layer is a
dedicated MetaWord, NOT CausalEdge64 (the edge encoding). The
"CausalEdge64 = meta" reading is contradicted by the shipped column
layout. Reconcile: the 2^6/48/16 bit-budget likely applies to MetaWord.
Updated the D-META64 ledger entry to H->REVISE with the correction.
Convergent-but-unwired [next step] — D-MAXAMORT/D-CARD/D-PAL256 (the
meta->content->spatial gradient) matches high_heel.rs's module-doc
legend "HEEL=scent / HIP=palette / TWIG=SpoBase17 / LEAF=full planes",
but the q4 audit says that legend is a COMMENT — "no code routes by
prefix." HIP=palette is literally D-PAL256 at a cascade level. Highest-
value next materialization: route high_heel.rs's commented cascade by
hhtl.rs's NiblePath prefix; today's findings are the spec that joins the
two files (which "communicate in module docs, not in code").
Related structure: the three-tier model (data/lifecycle/supervision) is
orthogonal to the meta->content->spatial gradient — noted, not
conflated. Kanban 6-phase = the ActionState lifecycle (ADR-001).
qualia[QualiaI4_16D;N] = the Quintenzirkel qualia codebook (#470).
Docs-only. PII abort-guard (word-boundary): CLEAN. cargo check: clean.
https://claude.ai/code/session_01PBTGaPCSnnt6u3pjXpbLwY1 parent 153246f commit e80d8d8
1 file changed
Lines changed: 56 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
208 | 263 | | |
209 | 264 | | |
210 | 265 | | |
| |||
0 commit comments