tc_resume
Resume an interrupted task by retrieving its saved goal, current step, pending paths, and next step from the checkpoint.
Instructions
只读返回目标、当前步骤、未落档路径和下一步。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | 工作区根目录 | |
| task_id | No | 任务 id。省略时使用当前活动任务 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | 任务目标 | |
| head | Yes | ||
| last | No | ||
| next | No | 下一步 | |
| store | No | 存档目录 | |
| health | Yes | ||
| handoff | Yes | 可粘贴给新会话的文本 | |
| skipped | No | ||
| active_task | Yes | 活动任务 | |
| constraints | No | 约束 | |
| drift_paths | Yes | ||
| open_questions | No |