project_index_status
project_index_statusEvaluates index freshness by comparing indexed file rows against live disk metadata, reporting watch state, latest index run, and suggesting next actions. Optionally includes unindexed file scan for complete status.
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 | ||
| verbosity | No | ||
| projectRef | No | ||
| includeUnindexed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch | No | ||
| _hints | Yes | ||
| toolName | Yes | ||
| freshness | Yes | ||
| latestRun | No | ||
| projectId | Yes | ||
| reefFacts | No | ||
| reefStatus | No | ||
| projectRoot | Yes | ||
| lastIndexedAt | No | ||
| unindexedScan | Yes | ||
| suggestedAction | Yes | ||
| suggestedActionReason | Yes |