oxlint_diagnostics
oxlint_diagnosticsRun Oxlint on specified project files to capture diagnostics, persist findings under source 'oxlint', and record run status. File-mode only; does not run broad project lint.
Instructions
Explicit Reef ingestion tool for Oxlint diagnostics: run the project's local Oxlint executable or JSON package script on requested project-relative files with --format json, persist working-tree ProjectFinding rows under source oxlint, and record unavailable/error/succeeded run status. File-mode only; does not run broad project lint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| files | Yes | ||
| scriptName | No | ||
| maxFindings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| status | Yes | ||
| durationMs | Yes | ||
| requestedFiles | Yes | ||
| checkedFileCount | Yes | ||
| command | No | ||
| exitCode | No | ||
| findings | Yes | ||
| totalFindings | Yes | ||
| persistedFindings | Yes | ||
| truncated | Yes | ||
| warnings | Yes | ||
| errorText | No | ||
| _hints | Yes |