validate_dependencies
Analyze task dependencies to identify issues such as circular references or broken links without altering the task file. Ensure task integrity within project directories using specified paths and tags.
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 |