fix(opencode): correct TodoWrite tool mapping to todowrite

TodoWrite maps to OpenCode's built-in `todowrite` tool, not `update_plan`.
Verified against OpenCode source (packages/opencode/src/tool/todo.ts).

Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
This commit is contained in:
Matt Van Horn
2026-03-09 20:25:13 -07:00
committed by Jesse Vincent
parent 5f14c1aa29
commit c070e6bd45
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ git pull
### Tool mapping
When skills reference Claude Code tools:
- `TodoWrite``update_plan`
- `TodoWrite``todowrite`
- `Task` with subagents → `@mention` syntax
- `Skill` tool → OpenCode's native `skill` tool
- File operations → your native tools