feat(adr-0241): holographic vault — durable standing-wave spectrum #36

Merged
core-labs merged 2 commits from feat/adr-0241-holographic-vault-store into main 2026-07-14 05:17:42 +00:00
Owner

Summary

Completes ADR-0241 durable holographic standing-wave storage (surface D): session-local WaveManifold modes are no longer the only spectrum — durable modes seal through VaultStore (one mutation path).

Landed

  • HolographicVaultStore (core/physics/holographic_vault.py)
    • seal_modeSPECULATIVE via VaultStore.store
    • seal_mode_reviewed(authorized=True)COHERENT; unauthorized refused
    • Closure + dual-checked unitary residual gate on seal
    • load_spectrum rebuilds modes from vault tags (kind=standing_wave_mode)
    • resonant_recall via WaveManifold reverse-product energy (no approx neighbor search)
    • Empty spectrum / cold start refuses confabulation
    • min_status=COHERENT excludes SPECULATIVE (INV-24 style evidence tier)
  • INV-21: allowlisted core/physics/holographic_vault.py in ALLOWED_VAULT_WRITERS
  • Ledger W5 / durable spectrum → 🟢

Non-goals

  • CRDT multi-node delta merge of holographic modes (single VaultStore durability today)
  • Serve-path wiring
  • Rust/MLX acceleration

Test plan

  • pytest tests/test_adr_0241_holographic_vault.py → 14 passed (RED→GREEN)
  • wave + goldtether + INV-21 slice → green
  • smoke → 108 passed
## Summary Completes ADR-0241 durable holographic standing-wave storage (**surface D**): session-local `WaveManifold` modes are no longer the only spectrum — durable modes seal through **VaultStore** (one mutation path). ### Landed - `HolographicVaultStore` (`core/physics/holographic_vault.py`) - `seal_mode` → **SPECULATIVE** via `VaultStore.store` - `seal_mode_reviewed(authorized=True)` → **COHERENT**; unauthorized refused - Closure + dual-checked unitary residual gate on seal - `load_spectrum` rebuilds modes from vault tags (`kind=standing_wave_mode`) - `resonant_recall` via WaveManifold reverse-product energy (no approx neighbor search) - Empty spectrum / cold start refuses confabulation - `min_status=COHERENT` excludes SPECULATIVE (INV-24 style evidence tier) - INV-21: allowlisted `core/physics/holographic_vault.py` in `ALLOWED_VAULT_WRITERS` - Ledger W5 / durable spectrum → 🟢 ### Non-goals - CRDT multi-node delta merge of holographic modes (single VaultStore durability today) - Serve-path wiring - Rust/MLX acceleration ## Test plan - [x] `pytest tests/test_adr_0241_holographic_vault.py` → 14 passed (RED→GREEN) - [x] wave + goldtether + INV-21 slice → green - [x] smoke → 108 passed
core-labs added 2 commits 2026-07-14 05:06:12 +00:00
Stub HolographicVaultStore (NotImplemented) + behavioral contract for SPECULATIVE
seal, authorized COHERENT seal, empty-spectrum refuse, restart load/recall,
min_status filter, INV-21 allowlist discipline, no approx-neighbor imports.
feat(adr-0241): GREEN holographic vault — VaultStore-backed standing-wave spectrum
Some checks failed
lane-shas / verify pinned lane SHAs (pull_request) Failing after 1h42m2s
smoke / smoke (-m "not quarantine") (pull_request) Successful in 29m15s
7952026a5d
Implement HolographicVaultStore seal/load/resonant_recall on VaultStore.store
(INV-21 allowlist). SPECULATIVE default; COHERENT only via authorized review
seal. Restart reconstruction-over-storage; empty spectrum refuses confabulation;
closure/drift gate on seal. WaveManifold energy for lock-in. Ledger W5 green.
core-labs merged commit 8ca5d438f0 into main 2026-07-14 05:17:42 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: core-labs/core#36
No description provided.