fix: [Mnemosyne] Memory persistence export — dump spatial state to JSON #1188

Merged
Rockachopa merged 1 commits from mimo/code/issue-1174 into main 2026-04-11 00:16:10 +00:00
Owner

Closes #1174

Automated by mimo-v2-pro swarm.

Changes

  • Added exportToFile() to SpatialMemory — downloads mnemosyne-export-YYYY-MM-DD.json via Blob URL
  • Added importFromFile(file) to SpatialMemory — reads JSON file, validates schema (version, memories array, per-entry id/category), restores spatial state
  • Added Export/Import buttons to the Mnemosyne memory inspection panel in index.html
  • Wired up event handlers in app.js with chat feedback on success/failure
  • Added CSS styles for the .mnemosyne-action-btn buttons (purple-tinted, monospace)

Validation

  • Syntax check passed on spatial-memory.js
  • Syntax check passed on app.js
  • No package.json / build system — vanilla JS, no build needed
  • 149 insertions across 4 files
Closes #1174 Automated by mimo-v2-pro swarm. ## Changes - Added `exportToFile()` to SpatialMemory — downloads `mnemosyne-export-YYYY-MM-DD.json` via Blob URL - Added `importFromFile(file)` to SpatialMemory — reads JSON file, validates schema (version, memories array, per-entry id/category), restores spatial state - Added Export/Import buttons to the Mnemosyne memory inspection panel in index.html - Wired up event handlers in app.js with chat feedback on success/failure - Added CSS styles for the `.mnemosyne-action-btn` buttons (purple-tinted, monospace) ## Validation - [x] Syntax check passed on spatial-memory.js - [x] Syntax check passed on app.js - [x] No package.json / build system — vanilla JS, no build needed - [x] 149 insertions across 4 files
Rockachopa added 1 commit 2026-04-11 00:10:56 +00:00
fix: [Mnemosyne] Memory persistence export — dump spatial state to JSON (closes #1174)
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 3s
45163cf14e
Rockachopa requested review from perplexity 2026-04-11 00:10:57 +00:00
Rockachopa merged commit e842e35833 into main 2026-04-11 00:16:10 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#1188