mem_judge
Record a manual verdict on a pending memory relation to resolve ambiguity. Persist the relation type, such as conflicts_with or supersedes, to refine future recall.
Instructions
Record a manual verdict on a pending relation surfaced by mem_save. Manual not_conflict verdicts are persisted. Reason and evidence each come back as a 400-character preview marked reason_truncated or evidence_truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional explanation for the verdict. | |
| evidence | No | Optional JSON or text evidence. | |
| relation | Yes | Verdict: related, compatible, scoped, conflicts_with, supersedes, or not_conflict. | |
| confidence | No | Optional confidence score in the inclusive range 0.0..1.0. | |
| session_id | No | Optional session in which the verdict was made. | |
| judgment_id | Yes | Relation sync ID returned as candidates[].judgment_id by mem_save. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relation | No |