Get Task Dev Todo
public
Get Task Dev Todo
Return the current state of this task’s planner→dev hand-off checklist. Used by the chat UI to seed the inline TodoListCard on page load; live updates come through the SSE stream piggy-backed on Edit/Write tool calls that touch this file.
GET
Get Task Dev Todo
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Current contents of this task's memories/dev-todo.md. Empty
string if the planner hasn't produced one yet. The frontend parses
the markdown checkboxes into a structured list itself.