Create Todo
Create a day-level TODO task.
Instructions
Call create-todo .
create-todo({ "title": "Implement HubSpot OAuth callback handler", "description": "Handle auth code exchange and token persistence", "status": "Planned", "workspaceId": "<workspaceId>", "initiativeId": "<initiativeId>" })
Use initiativeId when the task should be linked via PART_OF relation.
For implementation write-back, prefer a completed task linked to the initiative:
create-todo({ "title": "Implemented HubSpot lead sync auth + sync", "description": "## Changes\n- What changed: Built OAuth callback flow, sync worker, and retry handling\n- Why: Enable stable end-to-end HubSpot lead sync flow", "status": "Completed", "workspaceId": "<workspaceId>", "initiativeId": "<initiativeId>" })
Use Changes/Why in new TODO descriptions only when the TODO represents completed external implementation work.