Feature Request: Per-Directory Context-Aware Memory Loading #3940
cwmoore-ai
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🧠 Feature Request: Per-Directory Context-Aware Memory Loading
Summary:
When I change into a folder with Roo (e.g.,
cd ~/dev/project1
), I want Roo to:.roo-memory.json
(or similar file)This would allow project-specific memory to persist across sessions and align with the natural structure of dev environments.
✨ Benefits
📦 Suggested Implementation (Conceptual)
pwd
for.roo-memory.json
roo memory save
) or session end: export memory back.roo-config.json
for metadata (models, toolchain, project goals)🧠 Why This Matters
This would be similar to how
git
behaves per repo. Memory should feel contextually local to where I’m working, especially for multi-agent dev workflows.Thanks! Loving Roo so far — this would make it feel even more like a true assistant per project.
Beta Was this translation helpful? Give feedback.
All reactions