get_recent_changes
List sections with stale or uncommitted changes to decide if re-indexing is needed.
Instructions
v1.47+ — list sections whose source has drifted from index state (edited_uncommitted or stale_index buckets via the v1.16 FreshnessProbe). Pre-flight check before deciding whether to re-index. Handle-only — no content reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| include_stale | No | Include sections in stale_index bucket (byte range no longer hashes the same). | |
| include_edited | No | Include sections in edited_uncommitted bucket (file changed but this section's range still matches). |