lore_todo
Create or update a TODO document with a title, markdown body, and optional parent node. Assign to a project via its slug to organize tasks.
Instructions
Create or update a TODO node by path (kind: todo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body of the document. | |
| path | Yes | Node path, e.g. bot/todo/something. | |
| title | Yes | Human-readable title. | |
| project | No | Project slug (defaults to .lorerc in cwd, then LORE_PROJECT). | |
| parentId | No | Optional parent node id. |