memdata_session_end
Store a session summary and ongoing work context to resume later without losing progress.
Instructions
Save a session handoff before ending. Stores what you were working on and context for the next session. Call this before context compression or when ending a work session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Brief summary of what happened this session | |
| working_on | No | What you are currently working on (will be shown at next session start) | |
| context | No | Additional context to preserve (JSON object) |