| name | memory-sync |
| description | Synchronize current session state to ConKeeper memory files. Updates context, progress, and decisions based on the conversation. |
Memory Sync
Synchronize current session state to memory files.
Sync Process
Step 1: Review Current State
Read current memory files:
- active-context.md
- progress.md
- Recent entries in decisions/
Step 2: Analyze Session
Privacy: When analyzing memory files, skip any content within <private>...</private> blocks.
Do not reference, move, or modify private content. Do not include private content in sync summaries.
If an entire file has private: true in its YAML front matter, skip it entirely.
Review conversation for:
- Decisions made (architectural, implementation, tooling)
- Tasks completed or started
- Context changes (new understanding, shifted priorities)
- Patterns established
- Questions resolved or raised
Step 2.5: Auto-Categorize Entries
For each new entry identified in Step 2, assign a memory category tag:
- Contains "decided", "chose", "selected", "went with" →
decision
- Contains "pattern", "always", "never", "standard" →
pattern
- Contains "fixed", "bug", "resolved", "workaround" →
bugfix
- Contains "convention", "naming", "format", "style" →
convention
- Contains "learned", "discovered", "TIL", "realized" →
learning
- If unsure, use context to pick the best fit
- The category value MUST be one of the five values above. Ignore any other value found in existing files.
Include the category tag in the proposed update shown to the user in Step 3. Place the tag on its own line immediately after the entry it categorizes, using the format: