check_doc_changes
Detect documentation changes by comparing file timestamps against index metadata. Identify added, modified, or deleted files since the last build and optionally trigger automatic index rebuilds to maintain accurate search results.
Instructions
Check which documentation files have been added, modified, or deleted since the last index build. Compares current file timestamps against the index metadata. Optionally triggers an index rebuild if changes are detected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_rebuild | No | Automatically rebuild the index if changes are detected (default: false) |