diff_graph_snapshots
Compare two graph snapshots to reveal deltas in counts, communities, and top in-degree files. Track codebase evolution over time without relying on git.
Instructions
Compare two named graph snapshots and report deltas in counts, communities, and top in-degree files. Use to track graph evolution over time without git as the axis (e.g. before/after a refactor, week-over-week health). Read-only. Returns JSON: { base, head, files, symbols, symbols_by_kind, edges_by_type, exported_symbols, communities, top_files }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Snapshot name to compare from. | |
| head | Yes | Snapshot name to compare to. |