project_index_status
project_index_statusCheck index freshness by comparing indexed rows against live disk metadata. Reports state, latest run, and suggests next action. Optionally scan for unindexed files.
Instructions
Project tool for index freshness: compare indexed file rows against live disk metadata, report Reef working-tree fact freshness, watch state, latest index run, unindexedScan status, and a suggested next action. By default this checks indexed rows only and reports that the new-file scan was skipped; pass includeUnindexed: true to pay the repo walk cost and get an exact count/details for files not yet in the index. Trust/stability is not freshness; this tool answers whether the index snapshot is current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| includeUnindexed | No | ||
| verbosity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| latestRun | No | ||
| lastIndexedAt | No | ||
| freshness | Yes | ||
| reefStatus | No | ||
| reefFacts | No | ||
| watch | No | ||
| unindexedScan | Yes | ||
| suggestedAction | Yes | ||
| suggestedActionReason | Yes | ||
| _hints | Yes |