analyze_impact
Compare documentation or API changes against current project files to identify affected code locations, line numbers, snippets, and match reasons with certainty levels.
Instructions
Compare detected documentation and API changes against current project workspace files. Identifies affected files, exact line numbers, code snippets, matched patterns, and traceable reasons with certainty rankings (high, medium, heuristic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Alias for toVersion. | |
| from | No | Alias for fromVersion. | |
| project | No | Workspace root directory containing code files to analyze. | |
| sourceId | No | Optional documentation source ID filter. | |
| toVersion | No | Target or upgraded documentation version (e.g. "v15"). | |
| projectDir | No | Alias for project directory. | |
| fromVersion | No | Current or base documentation version (e.g. "v14"). | |
| toSnapshotId | No | Optional target snapshot ID. | |
| fromSnapshotId | No | Optional base snapshot ID. |