DAG debugging¶
This document contains practical recipes for debugging dependencies.
List edges¶
Explain a specific edge¶
Explain node neighborhood¶
DAG report¶
JSON output envelope¶
All dpone dag explain-* and dpone dag report --format json commands now emit a common envelope:
kind— command/view kind (dag.explain_edge,dag.explain_node_e2e,dag.report, …)root,base_path,task_count— shared DAG contextoptions— normalized command options relevant to the payloadresultorreport— command-specific body
This makes JSON outputs easier to diff, validate and consume from CI tooling.