Expand description
Cross-Memory Consistency Layer (CMCL) — Proposal 1
Provides real-time cross-galaxy coherence, vector clocks, bounded-latency causal consensus, and crash-barrier write provenance across WhiteMagic’s multi-galaxy LMDB memory shards (Codex, Karma, Citta, Aria, Dreams, etc.).
Structs§
- Coherence
Receipt - Provenance and coherence receipt issued upon successfully applying a cross-galaxy write.
- Coherence
Snapshot - Global system-wide snapshot of cross-memory consistency state.
- Conflict
Report - Detail report of a detected conflict between concurrent cross-galaxy operations.
- Cross
Memory Consistency Manager - Thread-safe manager implementing the Cross-Memory Consistency Layer (CMCL).
- Vector
Clock - Vector clock tracking causal mutation progress across all 14 memory galaxies.
- WriteOp
- A cross-memory write mutation operation submitted for consistency verification.
Enums§
- Consistency
Error - Errors raised by the Cross-Memory Consistency Layer.
- Resolution
- Conflict resolution strategy for concurrent writes.
Traits§
- Cross
Memory Consistency - Core trait defining the Cross-Memory Consistency contract.