invalidate_relationship
Set a relationship's validity end time to mark it invalid. Optionally include reason and evidence.
Instructions
Mark a relationship as no longer valid (set valid time end)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for invalidation (e.g., "code_refactor", "dependency_removed") | manual |
| edge_id | Yes | ID of the edge/relationship to invalidate | |
| evidence | No | Evidence supporting this invalidation | |
| invalidation_date | No | When the relationship became invalid (defaults to now) |