file_findings
file_findingsRetrieve known active diagnostics for a project file to guide edits without rerunning the full lint scan.
Instructions
Reef read tool for one project-relative file: return durable Reef findings attached to that file, with the same overlay/source/status filters as project_findings, including source aliases for bare rule IDs and rule_pack:. Use this before editing a file when a shell or agent needs known active diagnostics without rerunning broad lint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| filePath | Yes | ||
| overlay | No | ||
| source | No | ||
| status | No | ||
| includeResolved | No | ||
| freshnessPolicy | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| filePath | Yes | ||
| findings | Yes | ||
| totalReturned | Yes | ||
| reefExecution | Yes | ||
| filters | Yes | ||
| warnings | Yes | ||
| _hints | Yes |