Delimit Impact
delimit_impactAssess the blast radius of an API change by scanning dependency manifests for callers. Get an informational impact report on downstream effects before planning your change.
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 | |||