mesh-depgraph

mesh-depgraph — Tool dependency graph analyzer

Infrastructure

Usage

mesh depgraph|dep [scan|deps|rdeps|tree|orphans|stats|dot]

Commons Entry


# mesh-depgraph

Tool dependency graph analyzer for the mesh protocol. Maps source-level dependencies between all mesh tools.

## Commands
- `scan` — Scan all tools and build dependency graph
- `deps <tool>` — Show what a tool depends on
- `rdeps <tool>` — Show what depends on a tool (reverse deps)
- `tree` — Full dependency tree with circular detection
- `orphans` — List tools with no connections
- `stats` — Graph statistics and rankings
- `dot` — Export as DOT format for graphviz

## CLI
```
mesh depgraph|dep|dg <command>
```

## Key Findings (first scan)
- 59 tools, 102 edges, 50 connected, 9 orphans
- mesh-ledger-std: 34 dependents (core infrastructure)
- mesh-integration-test: 13 deps (validates the most)