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.
Documentation Index
Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.