file_facts
file_factsInspects a file's durable facts by computing its fingerprint and retrieving overlay-specific data such as snapshots and working tree state.
Instructions
Reef read tool for one file's durable facts: computes the file subject fingerprint and returns facts such as working_tree_overlay file_snapshot rows. Use this to inspect what Reef currently knows about a file across overlays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| filePath | Yes | ||
| overlay | No | ||
| source | No | ||
| kind | No | ||
| freshnessPolicy | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| filePath | Yes | ||
| facts | Yes | ||
| totalReturned | Yes | ||
| reefExecution | Yes | ||
| filters | Yes | ||
| warnings | Yes | ||
| _hints | Yes |