refresh_co_changes
Rebuild the co-change index from git history after significant changes. Idempotent operation returns JSON with status, pairs stored, and window days.
Instructions
Rebuild co-change index from git history. Mutates the co-change index; idempotent. Use after significant git history changes. Returns JSON: { status, pairs_stored, window_days }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_days | No | Git history window in days (default 180) |