Visualize data pipeline flows with diagrams
trace-pipelinessubagentsetup L2★4,011
cdcseacave/openMVS ↗What it does
Trace end-to-end data-flow pipelines with diagrams
Best for
When understanding end-to-end call chains with explicit intermediate data is critical.
Inputs
- · pipeline name, entry function, intermediate data structures
Outputs
- · Mermaid flow diagram, step-by-step narrative with function references
Preconditions
- · Source code grep/read capability
Failure modes
- · Dead code in pipeline path
- · Data structure not passed through chain
- · Branching logic unclear
Trust signals
- · Mermaid diagram output
- · Function/class reference tracking
- · Decision point annotation