biome_diagnostics
biome_diagnosticsExecute Biome's check with GitLab reporter on project files, persist ProjectFinding rows under 'biome' source, and record run status.
Instructions
Explicit Reef ingestion tool for Biome diagnostics: run the project's local Biome executable or GitLab-reporter package script on requested project-relative files with check --reporter=gitlab, persist working-tree ProjectFinding rows under source biome, and record unavailable/error/succeeded run status. File-mode only; deliberately avoids Biome's experimental JSON reporter.
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 |