diagnostic_refresh
diagnostic_refreshInvoke selected diagnostic sources to refresh and persist code findings in Reef, returning a per-source summary.
Instructions
Explicit Reef diagnostic ingestion runner: invoke selected diagnostic sources (lint_files, programmatic_findings, typescript_syntax, TypeScript, ESLint, Oxlint, Biome, or git_precommit_check), persist their Reef diagnostic runs/findings through the underlying tools, and return a compact per-source summary. File-mode sources are skipped unless files are supplied; this is a mutation tool because it refreshes Reef state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| sources | No | ||
| files | No | ||
| maxFindings | No | ||
| tsconfigPath | No | ||
| scripts | No | ||
| continueOnError | No | ||
| includeFindings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| results | Yes | ||
| findings | No | ||
| summary | Yes | ||
| warnings | Yes | ||
| _hints | Yes |