invalidate_decision
Mark a decision as no longer valid. The decision remains in the knowledge graph for historical queries but is excluded from active queries. Use when a decision is superseded or reversed.
Instructions
Mark a decision as no longer valid. The decision remains in the knowledge graph for historical queries but is excluded from active queries. Use when a decision is superseded or reversed. Mutates the decision store; idempotent. Returns JSON: { invalidated: { id, title, valid_until } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Decision ID to invalidate | |
| valid_until | No | ISO timestamp when decision became invalid (default: now) |