session_end
Record final session state including summary, highlights, pitfalls, and next steps. Optionally auto-compress from transcript to preserve context for future sessions.
Instructions
End-of-session capture: summary + highlights + pitfalls + next_steps so the next session can resume cleanly. Set auto_compress=true to have the LLM generate the missing summary/next_steps/pitfalls from stored session artifacts (or from an optional transcript).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | general | |
| summary | No | ||
| pitfalls | No | ||
| highlights | No | ||
| next_steps | No | ||
| session_id | Yes | ||
| transcript | No | ||
| auto_compress | No | ||
| open_questions | No |