[Mnemosyne] Spatial Memory Schema — persistent memory locations #1155

Closed
Rockachopa wants to merge 3 commits from feat/mnemosyne-spatial-memory-schema into main

3 Commits

Author SHA1 Message Date
1ec3da6e30 fix: add ES module export for SpatialMemory
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 14s
Review Approval Gate / verify-review (pull_request) Failing after 3s
2026-04-10 05:44:37 +00:00
b153613352 feat(mnemosyne): integrate Spatial Memory Schema into Nexus
- Import SpatialMemory component
- Initialize regions on scene load (5 semantic zones)
- Update crystal animations in game loop
- Seed 5 demo memories with connections
- Region markers visible on the hex platform floor
2026-04-10 05:44:08 +00:00
36a152b9c2 feat(mnemosyne): add Spatial Memory Schema component
Defines persistent memory regions for the holographic archive:
- 5 semantic regions mapped to Nexus quadrants
- Crystal geometry for persistent memories (vs temporary orbs)
- Deterministic placement via ID hashing
- Connection lines between related memories
- Import/export for session persistence
- Spatial search and region queries

Closes #1154
2026-04-10 05:42:57 +00:00