wb_todo
Manage todos, capsules, ideas, bugs, books, and schedules via commands for list, detail, complete, edit, and tag actions. Write operations require confirmation for safety.
Instructions
待办与闪念域:todo/capsule/idea/bug/book/schedule 命令族(列表/详情/完成/编辑/标签)。含写操作需 confirm。(本域含写操作)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 命令参数数组(推荐,长文安全):如 ["note","add","这里是500字正文,含空格换行都不会被切碎","#工作笔记"]。数组元素原样作为 argv 传给 wb-cli,不按空白切分。command 仍需传(可传命令串本身),实际执行以 args 为准。 | |
| command | Yes | wb-cli 命令串(不含 wb-cli 前缀),如 "t todo"、"todo list --open"、"dev-task show dt_xxx"。与 args 二选一:传了 args 时 args 优先。各域允许的首词见 tool description。 | |
| confirm | No | 写操作必传 true(安全门)。判定为写操作的命令(add/done/edit/del/stage/item 等)缺 confirm 会被拒绝。 |