| name | remember |
| description | Save persistent notes and context that survive across sessions |
| tags | ["utility","persistence"] |
When to Use
- User wants to save information for future sessions
- User says "remember this", "save for later", "note this"
- Important context that should persist across conversations
Workflow
- Extract the key information to remember
- Use
store_memory to persist it
- Confirm what was saved
Notes
Copilot CLI's store_memory tool provides cross-session persistence. Saved items can be recalled in future sessions automatically.
Trigger Keywords
remember, save for later, note this
Example
copilot -i "remember: we use vitest not jest"
Quality Contract
- Persisted via store_memory for cross-session recall