[Mnemosyne] Spatial Memory Schema — holographic coordinate system #1153

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

2 Commits

Author SHA1 Message Date
f9146b40ef feat(mnemosyne): add Spatial Memory Schema
Some checks failed
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 2s
Implements #1152:
- SpatialMemorySchema class with 6 default memory zones
- Zones mapped to Nexus regions (conversations, skills, facts, preferences, transient, deep)
- spawnMemoryOrb routes memories to their zone based on type
- spawnRetrievalOrbs uses schema for spatial positioning
- Zone visualization via ground rings at each zone boundary
- localStorage persistence for orb counts across sessions
2026-04-10 04:45:31 +00:00
c1b56571ed feat: implement spatial memory schema for Project Mnemosyne
Some checks failed
CI / test (pull_request) Failing after 21s
CI / validate (pull_request) Failing after 32s
Review Approval Gate / verify-review (pull_request) Failing after 8s
Maps memory categories to Nexus rooms with visual themes, spatial coordinates, and lifecycle events. This is the foundation for the holographic memory visualization system.
2026-04-10 03:11:05 +00:00