clear_subtasks
Remove subtasks from specific or all tasks in a project, using task IDs, tags, or a tasks file, to streamline task management in AI-driven development workflows.
Instructions
Clear subtasks from specified tasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
all | No | Clear subtasks from all tasks | |
file | No | Absolute path to the tasks file (default: tasks/tasks.json) | |
id | No | Task IDs (comma-separated) to clear subtasks from | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |