typescript_diagnostics
typescript_diagnosticsExecute a broad TypeScript typecheck on selected files, persist diagnostics as ProjectFinding rows, and return findings within limit.
Instructions
Explicit Reef ingestion tool for semantic TypeScript compiler diagnostics: read tsconfig, run the TypeScript program with no emit, persist working-tree ProjectFinding rows under source typescript, and return bounded findings. This may run a broad typecheck; use diagnostic_refresh with typescript_syntax for syntax-only refresh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| files | No | ||
| tsconfigPath | No | ||
| maxFindings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| status | Yes | ||
| durationMs | Yes | ||
| tsconfigPath | No | ||
| requestedFiles | Yes | ||
| checkedFileCount | Yes | ||
| findings | Yes | ||
| totalFindings | Yes | ||
| persistedFindings | Yes | ||
| truncated | Yes | ||
| warnings | Yes | ||
| errorText | No | ||
| _hints | Yes |