docs: define session/workspace/global memory ownership for multi-session daemon#348
Conversation
Audit all memory stores, learning write paths, and persistent state. Classify by scope (session-local, workspace-scoped, global). Document concurrency guarantees, promotion paths, and file layout. Identify follow-up code tasks for CandidateStore partitioning, SkillMetricsStore race, and legacy migration. Closes #347 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Key Findings
Closes #347