Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .claude/board/AGENT_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2026-06-13 — SoA migration diff resolution doc (catch-up audit + post-#490 supersession map)

**bardioc cross-session.** Operator directive: *"the biggest goal would be to catch up on all SoA bindspace migration plans and resolve the diff."* Surveyed the SoA / BindSpace / identity plan family (9 plans + 4 board files + 5 code files + canon doc-locks) and produced a single resolution doc at `.claude/plans/soa-migration-diff-resolution-2026-06-13.md` that names every plan-vs-shipped diff post-#487/#489/#490. **Headline drifts named:** (1) `identity-architecture-exists-vs-needs-v1.md §N1`'s UUIDv8 layout fully superseded by OGAR/CLAUDE.md P0 canon — the namespace/entity_type/kind/niblepath_prefix/shape_hash/RFC ceremony framing did NOT ship; canon's classid·HEEL·HIP·TWIG·family·identity (no ceremony) won (PR #489/#490). (2) `bindspace-singleton-to-mailbox-soa-v1.md`'s `CollapseGateEmission` / `MailboxSoA::emit()` / Baton-as-type was retired in PR #487 tombstone; `last_emission_cycle → last_active_cycle` rename per #477 supersession. (3) `unified-soa-convergence-v1.md §4.2` stack pins drifted (`lance =7.0.0` / `lancedb =0.30.0`); 2026-05-29 addendum partially addressed. (4) `polyglot-container-query-membrane-v1.md` ratified research-only — self-describing-key convergence dissolved the membrane question. **D-MBX-A2 status:** still queued, still the gating gap; MailboxSoA<N> has no Hamming columns. **S2-S4 status:** unshipped; `driver.rs:56` still has `pub(crate) bindspace: Arc<BindSpace>`, both `bin/serve.rs:29` + `bin/grpc.rs:29` still call `BindSpace::zeros(4096)`. **SoaEnvelope status:** trait shipped (#477), zero real implementors — only `TestEnvelope` in tests; MailboxSoA does NOT impl it. **Staunen/Wisdom-as-integration-ladder-position correction** (handover §8 + operator image relay 2026-06-13: the 8-rung DIKW-extended pyramid Stimuli→Data→Information→Knowledge→Expertise/Discrimination→Self-Actualization→Universal Knowledge→Transcendence with discipline rising left / entropy falling right): Staunen and Wisdom are TWO ENDS OF ONE AXIS (signed integration-step marker), not two qualia archetypes. Derivatives over `plasticity_counter` + `last_active_cycle` + classid-prefix-resolved codebook hit-rate; orthogonal to the qualia codebook; signed = vsa_bind side of the TWO-ALGEBRA RULE. NOT YET corrected in lance-graph CLAUDE.md (line ~120 still says "Magnitude = Contradiction depth from Staunen × Wisdom qualia") — flagged as `TD-CLAUDE-MD-STAUNEN-MISNAME` for a separate maintenance pass with two specific edits identified. **LE-contract violations still on the books:** `engine_bridge.rs` f32→i4 qualia re-encode, `Vsa16kF32` persisted as cross-boundary in singleton, DTO-as-owned-Vec sites — all dissolve at S2/S4. Errata stubs prepended to 4 affected plans (bindspace-singleton-to-mailbox-soa, identity-architecture-exists-vs-needs, unified-soa-convergence, polyglot-container-query-membrane) pointing at the resolution doc. Resolved punchlist §7 lists 9 follow-up PRs in priority order. Docs-only PR; no code touched.

## 2026-06-13 — #489 canonicalised: wire-in + self-describing Display + retire Phase-A wrapper

**bardioc cross-session.** Operator pin: *"#489 is canonical."* Audited OGAR/CLAUDE.md P0 against `canonical_node.rs` group-by-group. Key (classid·HEEL·HIP·TWIG·family·identity = 8·4·4·4·6·6 hex) matches exactly; RFC-WAIVED matches ("No UUID ceremony"); 3×4 uniform tiers match (each u16; tier-of-level = `level >> 2`); 16-byte EdgeBlock at fixed offset = row-layout analogue of the zero-fallback ladder (default class's default ClassView reserves it, registry-resolved opt-out for non-default classes, "reserve-don't-reclaim" at row level). **One gap closed:** canon mandates *"every printed GUID is self-describing at sight"* via the dash-groups, wrapper had no `Display`. Added `impl Display for NodeGuid` emitting canonical `{classid:08x}-{heel:04x}-{hip:04x}-{twig:04x}-{family:06x}{identity:06x}` (LE in-memory bytes folded through the accessors so hex print is canon-ordered regardless). +2 Display tests. **Phase-A wrapper retired in the same PR** (operator: *"delete #480 from your mind"*): `identity.rs` deleted (UUIDv8 NodeGuid + RFC ceremony bits + IDENTITY_LAYOUT_VERSION + SHAPE_HASH_BITS/LOCAL_BITS — all canon-incompatible per *"wrappers adapt to the canon, never the reverse"*); `pub use identity::{NodeGuid, IDENTITY_LAYOUT_VERSION}` → `pub use canonical_node::{EdgeBlock, NodeGuid, NodeRow}`; `pub mod identity;` removed. Two stale doc references reworded: `hhtl.rs:192` (`from_packed` now a general HHTL utility, not identity::NodeGuid-specific), `lance-graph-ontology/src/registry.rs:405` (`niblepath_of` now points at the canon's `classid·HEEL·HIP·TWIG` resolution). `cargo test -p lance-graph-contract --lib`: **594/594 green** (−10 retired UUIDv8 tests, +2 Display, +8 wire-in canonical_node tests now visible); `cargo check -p lance-graph-ontology`: clean (5 pre-existing `oxrdf::Subject` deprecation warnings, untouched files); `cargo clippy -p lance-graph-contract --all-targets -- -D warnings`: clean. Anchored on #482 (GUID canon) + #489 (canonical_node) + OGAR/CLAUDE.md P0 (the canon itself, *"wrappers audited against this canon group-by-group — never the reverse"*).
Expand Down
2 changes: 2 additions & 0 deletions .claude/plans/bindspace-singleton-to-mailbox-soa-v1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# bindspace-singleton-to-mailbox-soa-v1 — dissolve the shared `Arc<BindSpace>` into per-mailbox `MailboxSoA<N>` thoughtspace

> **ERRATA (2026-06-13, post-#490):** D-MBX-A1 columns are shipped (PR #386, mailbox_soa.rs); `last_emission_cycle` is renamed to `last_active_cycle` (PR #477); `CollapseGateEmission` + `MailboxSoA::emit()` are deleted (PR #487); §2.6 DTO inventory predates the TD-RESONANCEDTO-DUP-1 deferral. §5 sequencing (D-MBX-A2 → S1 → S2 → S3 → S4) is still directionally correct; D-MBX-A2 is the current gating gap. Full diff resolution: `soa-migration-diff-resolution-2026-06-13.md`.

> **Status:** CONJECTURE / design (migration spec). NOT yet implemented.
> **Date:** 2026-05-27.
> **Owns the answer to:** *"make MailboxSoA the individual, mailbox-owned, ephemeral
Expand Down
2 changes: 2 additions & 0 deletions .claude/plans/identity-architecture-exists-vs-needs-v1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Identity Architecture — What Exists vs What Needs Building (v1)

> **ERRATA (2026-06-13, post-#490):** §N1's proposed UUIDv8 layout (`namespace + entity_type + kind + niblepath_prefix + shape_hash + local + RFC version/variant + layout_version`) is **fully superseded by the operator-pinned canon** (OGAR/CLAUDE.md P0). Canon's `classid · HEEL · HIP · TWIG · family · identity` (8·4·4·4·6·6 hex; 3×4 uniform; RFC-WAIVED; no shape_hash, no layout_version) shipped in `canonical_node.rs` (PR #489) and was canonicalised via lib.rs re-export switch in PR #490; the Phase-A wrapper `identity.rs` was deleted in the same PR (zero in-tree consumers per #480's own body). §N5 `entity_type ↔ NiblePath` bijection: **shipped** in PR #484 (`lance-graph-ontology::registry`). §N3 `SoaEnvelope` impls: still queued. Full diff resolution: `soa-migration-diff-resolution-2026-06-13.md`.

> **Status:** INTEGRATION MAP + PLAN. Grounded by first-hand reads + two parallel
> cross-repo sweeps (2026-06-09). Companion to
> `cognitive-write-roundtrip-substrate-v1.md` (the round-trip mechanism).
Expand Down
2 changes: 2 additions & 0 deletions .claude/plans/polyglot-container-query-membrane-v1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Polyglot Container Query Membrane — SurrealQL AST + DataFusion UDF + Cypher over one HHTL address space (v1)

> **ERRATA (2026-06-13, post-#490):** Ratified as **research-only / superseded in spirit**. The "membrane / strategy-registry" framing was superseded in discussion by the self-describing-key convergence (class-in-key makes the cold path already a graph; no membrane needed) and by the GUID-canon PR #482 that crystallised the operator's canon. The verified file:line surface of lance-graph + the surrealdb fork's AST/RecordId/kv-lance remains useful as a grounded inventory but is not a committed direction. Full diff resolution: `soa-migration-diff-resolution-2026-06-13.md`.

> **Status:** RESEARCH MAP + INTEGRATION PLAN. Grounded 2026-06-09 by two parallel
> repo sweeps (lance-graph + the surrealdb fork) with main-thread spot-verification
> of every load-bearing claim (one agent claim caught false and corrected, §2.4).
Expand Down
Loading