Tasks And Goals
Memorose exposesL3 as goals and task memory: an execution-oriented task and planning system.
Core Endpoints
GET /v1/users/:user_id/streams/:stream_id/tasks/treeGET /v1/users/:user_id/tasks/treeGET /v1/users/:user_id/tasks/readyPUT /v1/users/:user_id/tasks/:task_id/status
What The API Returns
Task-tree routes return goal roots plus nestedL3Task children. Ready-task routes return tasks whose dependencies are satisfied and whose status is still pending.
Update Task Status
Why This Matters
This is what makesL3 different from a generic note store. You can track execution, not just remembered facts.