get_task_context
Read a task's persistent context to recover decisions, state, and notes saved across sessions. Resume work without restarting by retrieving what was decided and done.
Instructions
Read a task's persistent context blob — the shared state, decisions, and notes saved across sessions. Call this when resuming a task to recover what was decided and done before, so work continues instead of restarting. Pair with update_task_context to write state back before a session ends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID whose context to read | |
| include_provenance | No | Include per-key author/source/version provenance for current live context entries. |