You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: replace deprecated TodoWrite with Task tools
Update all references from the deprecated TodoWrite tool to the new
Task tools (TaskCreate, TaskUpdate, TaskList) introduced in Claude Code.
Changes:
- Update allowed-tools in start.md, create-plugin.md, create-marketplace.md
- Update conceptual references from "todo list" to "task list"
- Update workflow-security.md to reflect new tool names
- Fix PR template reference to non-existent "Quick Reference section"
- Update SECURITY.md last updated date
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The entry point command uses `disable-model-invocation: true` and restricts tools to `AskUserQuestion, Skill, TodoWrite` since it only routes to other commands. The workflow commands need broader access because they perform the actual file creation work.
29
+
The entry point command uses `disable-model-invocation: true` and restricts tools to `AskUserQuestion, Skill, TaskCreate, TaskUpdate, TaskList` since it only routes to other commands. The workflow commands need broader access because they perform the actual file creation work.
0 commit comments