Status: IN
The video processing pipeline decouples control flow (DAG determines stage ordering and failure cascading) from data flow (mutable ctx dict blackboard passes state between stages without return-value threading).
DAG handles ordering and failure; ctx dict handles data — neither constrains the other
Depends on (SL): youtube-ctx-dict-blackboard, youtube-pipeline-dag-structure