[FEATURE] Support multiple memory paths for multi-repo workspaces
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When the workspace root is a parent directory containing multiple services, each with its own memory file, Claude only loads the memory from the root directory, memories from subdirectories are ignored.
Development in a monorepo or a workspace with multiple related services, where each service has its own accumulated context over time. When working across services simultaneously, it's not possible to benefit from the memory of each individual service unless the workspace root matches exactly.
Proposed Solution
One ideia is being able to configure, via settings.json or similar, a list of additional memory paths to load regardless of the workspace root.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Configuration and settings
Use Case Example
_No response_
Additional Context
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗