Commit Graph

3 Commits

Author SHA1 Message Date
31fdd01931 feat: add importMemories() and updateMemory() for live WS bridge
- importMemories(): batch import array of memories, dedup by id
- updateMemory(): update strength/content/connections without moving crystal
- _rebuildConnections(): helper to refresh connection lines on update

Part of #1164
2026-04-10 20:41:33 +00:00
1e7bb2a453 feat: add localStorage persistence to Spatial Memory Schema
Some checks failed
CI / test (pull_request) Failing after 13s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s
Auto-saves on placeMemory/removeMemory. Auto-restores on init.
Prunes archive memories on quota exceeded.

Closes #1158
2026-04-10 12:43:00 +00:00
61871cf6ed feat(mnemosyne): add SpatialMemory component with 6 semantic regions 2026-04-10 07:36:53 +00:00