Expand description
/todo slash command — show, mutate, expand/collapse, export/import,
and copy the todo list.
Mutations route through the same TodoStateProvider::apply_ops the
todo agent tool uses — a single source of truth. The command runs on
the TUI’s tokio runtime, so async apply_ops goes through tokio::spawn
and replies land on the transcript via the cloned InlineHandle
(mirrors MemoryCommand in registry.rs).