set_resume_context
Overwrite a task's resume context—a pinned block with current status, completed items, next actions, and key references. This context is loaded first on session restart, enabling immediate orientation.
Instructions
Set (overwrite) the task's resume context — a single pinned block describing the current state, what is done, what is next, and where to look. This is read first when a work session restarts cold (e.g. via start_working) so you can re-orient immediately. Update it at the end of a work session. Set author_kind="human" only when relaying the user's words; default "ai".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | The resume-context text (markdown ok): current state / next steps / where to look. | |
| task_id | Yes | The ID of the task to set resume context for | |
| author_kind | No | Who authored this context: "ai" (default) or "human". |