mnemosyne_todo_update
Update a to-do backlog by editing, completing, moving, or removing tasks in one atomic batch, reporting each operation's outcome so stale IDs don't sink the rest.
Instructions
CHANGE the human's To-do backlog: edit a task, tick it off, move it to another list, or take it out. Every operation names a task by the id from mnemosyne_todo_list - call that first. Removing a task ARCHIVES it by default (it leaves the list and can be restored); pass permanent: true only when the human asked for it to be deleted outright. The whole batch is applied in order as ONE save, and each operation reports its own outcome, so a stale id does not sink the ones around it. Works with the app closed on a dev install (the headless daemon reads the file); an npm install has no daemon and needs the app running. Scope todo:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | The changes, applied in order. Up to 100 per call. |