project_diagnostic_runs
project_diagnostic_runsList recent lint/type adapter diagnostic runs by source and status, with duration, counts, command, config, and cache freshness to differentiate no findings from a run that did not execute or is stale.
Instructions
Reef read tool for diagnostic source runs: list recent lint/type adapter runs by source and status, including unavailable/error/succeeded state, duration, counts, command, config, cwd, metadata, and derived cache freshness/age. Use this to distinguish no findings from a diagnostic source that did not run or ran too long ago.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| source | No | ||
| status | No | ||
| limit | No | ||
| cacheStalenessMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| runs | Yes | ||
| totalReturned | Yes | ||
| filters | Yes | ||
| warnings | Yes | ||
| _hints | Yes |