Open Kioku Impact Analysis
impact_analysisIdentify downstream dependencies, callers, tests, and policy impacts of a file change using the dependency graph to estimate blast radius before editing.
Instructions
Analyze the blast radius of a change to one repository-relative file using the indexed dependency graph. Returns ranked downstream dependent files, caller functions, related test files, and architecture policy impact with impact scores and relationship types. Use before editing a file to estimate the blast radius: downstream dependent files, caller functions, related test files, and architecture policy impact from the indexed dependency graph. Do NOT use when only test targets are needed (use find_tests_for_change) or for a comprehensive validation plan including static checks (use recommend_validation_plan). This is read-only and analyzes the local index only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The repository-relative path of the file to analyze for downstream impact (e.g., 'src/auth/handler.rs'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |