hibernate
Preserve session progress, learnings, and next steps for future continuity. Invoke at session end to capture context for the next awakening.
Instructions
Save current session state for next awakening. Call at the END of every session to preserve what you were working on, what you learned, and next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| learnings | No | Insights or patterns discovered (comma-separated) | |
| next_steps | No | What should happen next | |
| working_on | Yes | What was being worked on this session (required) |