trace_task_chain
Trace the dependency chain for a specific task to see the complete execution flow and order of tasks, enabling optimization of build processes and debugging of issues.
Instructions
Trace the dependency chain for a specific task.
This tool analyzes task dependencies to show the complete execution flow for a given task. It helps understand what tasks will run and in what order, making it easier to optimize build processes and debug issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes | Name of the task to trace | |
| project_path | Yes | Path to the project directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||