tc_show
Show saved task steps from a workspace, optionally including drift changes. Inspect a specific step by index or navigate with cursor and limit.
Instructions
列出任务层步骤;include_drift=true 时同时列出变更层。index 可精确查看单步。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | 工作区根目录 | |
| index | No | ||
| limit | No | ||
| cursor | No | ||
| task_id | No | 任务 id。省略时使用当前活动任务 | |
| include_drift | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| head | Yes | ||
| steps | Yes | ||
| drifts | No | ||
| next_cursor | No |