file_preflight
file_preflightRetrieve complete file-scoped diagnostic state, findings, conventions, and acknowledgement history in a single read-only packet before editing to streamline preparation.
Instructions
Reef pre-edit composer for one file: returns durable findings, file-scoped diagnostic freshness, source-filtered recent runs, watcher diagnostic state, applicable conventions, and finding acknowledgement history in one read-only packet. Use before editing a file when an agent needs the operational gate without separate file_findings, verification_state, project_conventions, and finding_acks_report calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| filePath | Yes | ||
| sources | No | ||
| freshnessPolicy | No | ||
| findingsLimit | No | ||
| conventionsLimit | No | ||
| diagnosticRunsLimit | No | ||
| ackLimit | No | ||
| cacheStalenessMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| filePath | Yes | ||
| findings | Yes | ||
| diagnostics | Yes | ||
| conventions | Yes | ||
| ackHistory | Yes | ||
| summary | Yes | ||
| reefExecution | Yes | ||
| filters | Yes | ||
| warnings | Yes | ||
| _hints | Yes |