gp_index
Re-index the repository after batch edits to ensure subsequent queries reflect changes. Call after any non-trivial edit session.
Instructions
Re-index the repo after batch edits so subsequent gp_* calls see your changes. Call after any non-trivial edit session. Do NOT call before every query — indexing is slow; only needed when source files changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repo root with a GraphPilot index. Optional: when omitted, resolves via GRAPHPILOT_ROOT, MCP workspace roots, parent walk, or a single ~/.graphpilot index. |