resolve_todo
Mark a completed TODO as resolved to remove it from Open Tasks while keeping it in history. Add optional resolution details to preserve context.
Instructions
Mark a previously recorded TODO as resolved after the work has been completed. Use this when an open task from get_context has been finished. Resolved TODOs remain in history but no longer appear under Open Tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_text | Yes | The TODO text to resolve (matches by content) | |
| resolution | No | Optional: brief description of how it was resolved | |
| todo_event_id | No | Optional: specific event ID of the TODO |