lint_files
lint_filesRun rule-pack diagnostics on specified files to detect code issues and persist findings consistently across code intelligence surfaces.
Instructions
Code-intelligence tool for diagnostics on an indexed file set: run rule-packs, including canonicalHelper producer/consumer checks, plus TS-aware and structural alignment diagnostics; persist indexed Reef findings/run metadata under source lint_files; and return typed AnswerSurfaceIssue findings. Same engine that powers the answer loop and review_bundle, so findings stay consistent across surfaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| files | Yes | ||
| verbosity | No | ||
| primaryFocusFile | No | ||
| maxFindings | No | ||
| excludeAcknowledgedCategory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| resolvedFiles | Yes | ||
| unresolvedFiles | Yes | ||
| findings | Yes | ||
| acknowledgedCount | Yes | ||
| truncated | Yes | ||
| warnings | Yes | ||
| _hints | Yes |