wb_add
Add a new entry and let AI route it to the right list—todo, idea, bug, schedule, or growth. Force a specific type with an alias; confirm writes to save.
Instructions
全类型录入(AI 判类路由到 待办/闪念/bug/日程/成长等表)。对应 CLI:add。参数:text*(录入原文(AI 自动判类;前缀「修复/优化/闪念/日程」可引导判类)), type(强制指定类型别名(跳过 AI 判类,如 todo/bug/idea/schedule))。写操作须 confirm:true。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 录入原文(AI 自动判类;前缀「修复/优化/闪念/日程」可引导判类) | |
| type | No | 强制指定类型别名(跳过 AI 判类,如 todo/bug/idea/schedule) | |
| confirm | No | 写操作必传 true(安全门) |