archive_task
Archive completed tasks to maintain a focused active queue while preserving historical records. Moves done tasks from todos to archive, excluding them from current workflows.
Instructions
Archives a completed task by moving it from todos/ to archive/. Keeps the active task queue small and focused. Archived tasks are preserved for history but excluded from get_next_task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to archive (e.g., "AUTH-001"). Must have status "done". | |
| force | No | Archive even if not marked done. Default: false. |