module Rigor::ModuleGraph::CLI

Entry point for the rigor-module-graph executable.

Subcommands:

collect [PATHS…] Run rigor check and write edges JSONL dot [FILE] Render edges JSONL as Graphviz DOT mermaid [FILE] Render edges JSONL as Mermaid cycles [FILE] Detect cycles and print them

Every reader subcommand takes the path to an edges file, or reads stdin if no path is given. Each reader supports --kind and --confidence filters so a noisy graph can be pruned without touching the JSONL on disk.