project_findings
project_findingsQuery active project findings filtered by overlay, source, status, and resolved state. Retrieve canonical lint and rule findings from the Reef findings view.
Instructions
Reef read tool for active project findings: query the durable Reef findings view by overlay, source, status, and resolved inclusion. The source filter accepts a producer source, bare rule ID, or rule_pack:. Acknowledged status is derived from the existing finding_ack ledger, so this is the canonical read path for Reef-native lint/rule findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| overlay | No | ||
| source | No | ||
| status | No | ||
| includeResolved | No | ||
| freshnessPolicy | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| findings | Yes | ||
| totalReturned | Yes | ||
| reefExecution | Yes | ||
| filters | Yes | ||
| warnings | Yes | ||
| _hints | Yes |