marm_graph_impact
Analyze git diff to identify affected symbols and measure impact propagation depth, helping assess risk of code changes.
Instructions
💥 Blast radius of code changes: git diff → affected symbols + risk.
Pass `since` (a git ref/date) or a `base_branch` to compare against. Returns
which symbols a change touches and how far the impact propagates.
Parameters:
- project: project name; omit to auto-resolve
- since: git ref or date to compare from, e.g. HEAD~5, v0.5.0 (optional)
- base_branch: base branch to diff against (default "main")
- depth: impact propagation depth, 1-5 (default 2)
Returns: graph impact response, or a graph-unavailable error if the graph
backend is disabled or failed to start
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| since | No | ||
| project | No | ||
| base_branch | No | main |