reef_diff_impact
reef_diff_impactReturns affected import callers, findings needing re-check, and convention violations from working-tree file diffs.
Instructions
Reef mid-edit impact composer: for changed working-tree files, return affected import callers, active caller findings that may need re-checking, and conventions the diff or impacted callers may violate. Reads existing working_tree_overlay facts and import graph state; it does not refresh or mutate Reef.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| filePaths | Yes | ||
| depth | No | ||
| maxCallersPerFile | No | ||
| maxFindingsPerCaller | No | ||
| maxConventions | No | ||
| freshnessPolicy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| changedFiles | Yes | ||
| impactedCallers | Yes | ||
| possiblyInvalidatedFindings | Yes | ||
| conventionRisks | Yes | ||
| summary | Yes | ||
| reefExecution | Yes | ||
| filters | Yes | ||
| warnings | Yes | ||
| _hints | Yes |