docs(roadmap): add memory system and dreaming capabilities#227
Merged
Conversation
acb8edf to
53f7f85
Compare
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.
This PR introduces the concept of a Synthesized Memory System ('Dreaming') to Primer. It shifts Primer from a passive analytics tool to an active participant that distills sessions into long-term memory (Project Facts, Harness Rules) and dynamically injects them into active agent sessions to prevent repeated mistakes.
Note
Low Risk
Low risk because this PR only updates
ROADMAP.md(planning/positioning) and does not change runtime code paths or data handling.Overview
Adds a new P1 Synthesized Memory System ("Dreaming") theme to the roadmap, describing background reflection jobs that distill sessions into long-term "Project Facts"/"Harness Limitations" and feed them back into future agent work.
Updates near-term and detailed roadmap sections to include planned work for a Background Dream Worker, Dynamic MCP Context Injection, and related follow-ons like Primer Auto-Docs and an Epistemic Explorer that queries the synthesized memory layer.
Reviewed by Cursor Bugbot for commit 53f7f85. Bugbot is set up for automated code reviews on this repo. Configure here.