Status: IN
Graph-based effects propagate through traversal in two independent domains: folder deletion cascades via BFS to soft-delete all descendants, and pipeline failure cascades through the DAG to skip transitively dependent stages — both use graph structure to scope the blast radius of a triggering event.
both use graph traversal to determine which downstream entities are affected by an upstream event
Depends on (SL): gdrive-soft-delete-cascade, dag-failure-cascade