mem_session
Start a memory session by providing project and directory, then save a summary or checkpoint to persist context across sessions.
Instructions
Manage the active memory session. Use action=start at session start and action=summary before ending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Session ID. Required for action=start; defaults to manual-save-{project} for summary/checkpoint | |
| action | Yes | Session action | |
| content | No | Full session summary for action=summary | |
| project | Yes | Project name | |
| summary | No | Short checkpoint summary for action=checkpoint | |
| directory | No | Working directory for action=start |