check_completeness
Verify a code fix is complete by scanning for untouched references to changed symbols and missing test coverage.
Instructions
Is the fix complete? Find other references to changed symbols not touched by this fix.
Returns: {symbols: [...], other_call_sites: {...}, untouched_count: int, adds_test: bool, is_revert: bool, notes: [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | ||
| head | No | ||
| repo | Yes |