cos_task_dependents
Returns direct dependents for a task ID, enabling impact analysis to identify which downstream tasks require re-verification.
Instructions
Return the tasks that declare task_id as a dependency.
Use for impact analysis: "If I change TASK-195, what downstream tasks need to be re-verified?" Returns only direct dependents — non-transitive.
Args: task_id: Task identifier (e.g. "TASK-195").
Returns: JSON with task_id, dependents list, and count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |