Loading...
Loading...
Update a TODO task in One Horizon. Use when asked to "mark this todo done", "update this task", or "edit this TODO". Do not use for initiatives or bug/feature-request updates. Requires One Horizon MCP.
npx skill4agent add onehorizonai/skills update-todoupdate-todoupdate-todo({
"taskId": "<taskId>",
"workspaceId": "<workspaceId>",
"status": "Completed",
"title": "Finalize HubSpot webhook retries",
"description": "<existingDescription>\\n\\n---\\n\\n## Changes\\n- What changed: Added retry backoff and idempotency guard for webhook handler\\n- Why: Prevent duplicate processing on transient failures"
})update-todo({
"taskId": "<taskId>",
"workspaceId": "<workspaceId>",
"status": "In Review",
"description": "<existingDescription>\\n\\n---\\n\\n## Update\\n- Summary: Refined implementation plan and acceptance criteria"
})list-planned-workget-task-detailsChanges/WhyUpdate