remove_dependency
Eliminate task dependencies in Task Master by specifying the task ID and dependency to remove. Optimize task workflows and streamline project management efficiently.
Instructions
Remove a dependency from a task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependsOn | Yes | Task ID to remove as a dependency | |
file | No | Absolute path to the tasks file (default: tasks/tasks.json) | |
id | Yes | Task ID to remove dependency from | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |