Epic: Task DAG queries and orchestrator supportbacklog_item

epictask-systemorchestration
1 min read · Edit on Pyrite

Phase 3 of the Coordination/Task System. Adds DAG traversal, critical path analysis, evidence aggregation, and dependency-aware unblocking to the task system. Builds on the core task infrastructure (Phases 1-2, now complete).

Acceptance Criteria

  • Critical path analysis identifies blocking chains
  • Evidence links aggregate up the parent tree
  • task_list supports DAG traversal (subtree, ancestors, blocked-by)
  • Blocked tasks auto-transition to in_progress when dependencies complete