Summary
Introduce a supported path for distilling daily memory notes into curated long-term memory.
Problem
Daily notes are useful for session continuity, but they are not the right format for durable recall. Without a distillation step, either the daily notes grow without bound or MEMORY.md becomes an unstructured copy of recent activity.
Proposal
- Treat daily notes as short-lived working memory.
- Define a distillation flow that promotes durable facts into curated memory entries.
- Keep the curated layer bounded and easier to load at session start.
Acceptance Criteria
- Daily notes and curated memory have distinct roles.
- The distillation path is documented and testable.
- Long-term memory remains concise enough for routine loading.
Non-goals
- Fully autonomous memory extraction with no operator visibility.
- Remote sync or collaboration features in this issue.
Summary
Introduce a supported path for distilling daily memory notes into curated long-term memory.
Problem
Daily notes are useful for session continuity, but they are not the right format for durable recall. Without a distillation step, either the daily notes grow without bound or
MEMORY.mdbecomes an unstructured copy of recent activity.Proposal
Acceptance Criteria
Non-goals