Commit bdd103c
committed
docs(mailbox): MailboxSoA becomes per-mailbox thoughtspace; BindSpace-singleton→SoA migration spec
Document the dissolution of the shared Arc<BindSpace> singleton into
per-mailbox MailboxSoA<N> ephemeral thoughtspace (the BindSpace surrogate,
NOT a per-mailbox copy of a singleton):
- plan: bindspace-singleton-to-mailbox-soa-v1 — singleton inventory
(driver.rs:56 / serve.rs:29 / engine_bridge.rs), column-by-column
migration map (drop the 64 KB Vsa16kF32 cycle plane; own
edges/qualia/meta/entity_type; reference content via CAM-PQ; keep
ontology a shared Arc), cradle-to-grave lifecycle, 5 gated steps,
preserved invariants (E-CE64-MB-4 ownership=compile-time no-alias,
E-BATON-1, I-VSA-IDENTITIES, I-LEGACY-API-FEATURE-GATED), 4 open questions
- EPIPHANIES: E-MAILBOX-IS-BINDSPACE design ruling
- INTEGRATION_PLANS + STATUS_BOARD: D-MBX-1..5 deliverables (Queued, gated
on D-CE64-MB-1-impl + PR-NDARRAY-MIRI-COMPLETE)
- mailbox_soa.rs: module doc-note pointing to the migration plan
Design/spec only; no behavioral code change.
https://claude.ai/code/session_017GFLBnDy23AWBqvkbHHC411 parent 513779c commit bdd103c
5 files changed
Lines changed: 290 additions & 0 deletions
File tree
- .claude
- board
- plans
- crates/cognitive-shader-driver/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 | | |
2 | 20 | | |
3 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
517 | 531 | | |
518 | 532 | | |
519 | 533 | | |
| |||
0 commit comments