validate_dependencies
Identify and resolve task dependency issues such as circular references or missing links by analyzing tasks files. Ensure task integrity within the Task Master system.
Instructions
Check tasks for dependency issues (like circular references or links to non-existent tasks) without making changes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | No | Absolute path to the tasks file | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |