Add task_critical_path query that finds the blocking chain for a given task by traversing the dependency graph. Returns the longest path of unresolved dependencies. Useful for orchestrators to identify what to unblock first.
Add task_critical_path query that finds the blocking chain for a given task by traversing the dependency graph. Returns the longest path of unresolved dependencies. Useful for orchestrators to identify what to unblock first.