save_context
Persist workflow context, including key decisions, learnings, and file changes, to memory for future sessions. Use before completing or rolling back a feature to ensure continuity.
Instructions
Save the current workflow context to memory. Captures decisions, learnings, and file changes for future sessions. Use this to persist important context before completing or rolling back a feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Custom tags for categorizing this context | |
| notes | No | Additional notes about this context | |
| decisions | No | Key decisions made during this workflow | |
| learnings | No | Learnings or insights from this work | |
| workflow_id | No | Workflow ID to save context for (uses current workflow if not specified) |