session_end
Save a session summary to record accomplishments, files changed, and lessons learned for persistent AI memory across coding tools.
Instructions
Save a session summary when you finish working. Records what was accomplished, files changed, and lesson count. The next session_start will show this summary as "Last session". Call this when ending a work session, before going idle, or before summarizing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| summary | Yes | Brief summary of what was accomplished this session (2-3 sentences) | |
| files_changed | No | Key files changed this session (optional) | |
| lessons_learned | No | Number of new lessons stored this session (optional) |