invalidate_edge
Invalidates a stale or incorrect graph edge by its ID, providing a reason. Returns a status string.
Instructions
Explicitly invalidates a graph edge when it is discovered to be stale or incorrect. Returns a status string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional absolute path to the repository. | |
| reason | Yes | The reason for invalidating this relationship. | |
| edge_id | Yes | The unique ID of the edge to invalidate. |