feat(adr-0241): holographic vault — durable standing-wave spectrum #36
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/adr-0241-holographic-vault-store"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Completes ADR-0241 durable holographic standing-wave storage (surface D): session-local
WaveManifoldmodes are no longer the only spectrum — durable modes seal through VaultStore (one mutation path).Landed
HolographicVaultStore(core/physics/holographic_vault.py)seal_mode→ SPECULATIVE viaVaultStore.storeseal_mode_reviewed(authorized=True)→ COHERENT; unauthorized refusedload_spectrumrebuilds modes from vault tags (kind=standing_wave_mode)resonant_recallvia WaveManifold reverse-product energy (no approx neighbor search)min_status=COHERENTexcludes SPECULATIVE (INV-24 style evidence tier)core/physics/holographic_vault.pyinALLOWED_VAULT_WRITERSNon-goals
Test plan
pytest tests/test_adr_0241_holographic_vault.py→ 14 passed (RED→GREEN)