Log Completed Task
task_logLog completed tasks retroactively with end timestamps. Record external work in a single operation to track finished items for standups and completed task queries.
Instructions
Record a task that is already completed, creating it directly in 'completed' status with an end timestamp. Use this to log work that was done outside the task system, or to record completed items retroactively. Unlike task_add followed by task_done, this is a single operation. Logged tasks appear in completed task queries and standups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Description of the completed work (required, max 500 chars). | |
| project | No | Project name for grouping. | |
| tags | No | Tags as comma-separated list. E.g. 'done,reviewed' | |
| priority | No | Priority: H (high), M (medium), L (low). | |
| agent | No | Agent identity that completed the work. | |
| extra | No | Space-separated additional attributes or +tag modifiers. |