delimit_impact
Analyze downstream impact of an API change. Inspect a dependency manifest to assess blast radius for planned changes.
Instructions
Analyze downstream impact of an API change (informational only).
When to use: when assessing blast radius for a planned API change, by inspecting a dependency manifest for callers of the named API. When NOT to use: to make a gate decision (use delimit_lint or delimit_gov_evaluate for pass/fail) — this returns information.
Sibling contrast: delimit_lint returns pass/fail; this returns a blast-radius report.
Side effects: read-only. Calls backends.gateway_core.run_impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_name | Yes | The API name that changed. Required. | |
| dependency_file | No | Optional path to a dependency manifest file (package.json, requirements.txt, go.mod) to scan for callers. Default None = backend default path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||