Memory page: export, import, and import from another AI - #262
Merged
farhat-is-coding merged 2 commits intoAug 15, 2026
Merged
Conversation
Export downloads the dare-memory-v2 bundle — the layered contract itself, not a flat list. Import takes a bundle by file or paste, shows what is inside before anything happens (active / retired / held / rules, document or not), and surfaces the backend's refusals verbatim — the empty-store rule above all. Successor to the MemU-era export dialog, whose portability idea survives here with a format that can actually reinstate a store.
Second mode in the Import dialog. Step one hands the person a prompt for their other assistant — plain bullet points in their own voice, exact wording preserved for instructions, nothing session-specific. Step two takes whatever comes back and queues it through DARE's own memory pipeline; the toast says work has started rather than pretending it finished, because the writer works through the queue.
farhat-is-coding
merged commit Aug 15, 2026
2aa670b
into
farhat/feat/memory-page-overhaul
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dare-memory-v2bundle from the Memory page header.exportMemoryAPI/importMemoryAPI/importForeignMemoryAPI+ thunks/slice state).Supersedes the June export/import pair (#220). Backend counterpart: cmudco/dare-backend#340. Stacked on #261 (
farhat/feat/memory-page-overhaul).Test plan
npm run app:buildgreen (the staging gate,tsc -bincluded)9ec1dd2)