diff_graph_snapshots
Compare two named graph snapshots to detect changes in counts, communities, and top files. Track code graph evolution over time.
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. |