update_todos
Manage project todo items by adding, completing, or removing tasks in todos.md to track progress and maintain persistent context for coding assistants.
Instructions
【更新待办】更新 todos.md 中的待办事项。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 操作类型: add(添加)/ complete(完成)/ remove(删除) | |
| todo | Yes | 待办事项内容 |