task_stop
Pause or archive tasks to stop tracking progress. Provide reason and optional revision to prevent stale updates.
Instructions
Stop tracking a task by pausing or archiving it.
Call this when the user says "stop tracking", "不用追踪了", or wants to archive/finish a task.
Args: name: Task name or ID reason: Why the task is being stopped archive: Permanently archive instead of pausing expected_revision: Revision returned by task_load; rejects stale updates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| reason | No | ||
| archive | No | ||
| expected_revision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||