get_contract_impact
Analyze git diffs to uncover potential contract or API impacts and receive actionable checks to ensure compatibility.
Instructions
Highlights potential contract/API impacts and suggests checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for git diff | /app |
| diff | No | Unified diff or name-only list of files | |
| files | No | Files to analyze | |
| base_ref | No | Base git ref (default: HEAD) | HEAD |
| head_ref | No | Head git ref (optional) | |
| project_root | No | Project root directory (defaults to cwd if omitted) | |
| include_untracked | No | Include untracked files from git |