Run Evidence Judge Pass
session_evidence_judge_passEvaluates each open checklist item against a supplied draft using a designated judge peer, promoting only verified satisfied items while leaving contested or terminal statuses unchanged.
Instructions
Operator-authorized LLM satisfied-detection for the Evidence Broker. Requires the dedicated operator capability token. The configured judge peer reads each currently-open checklist item against the supplied draft and returns a structured judgment; a peer can never judge its own evidence ask. The runtime promotes only items where satisfied=true AND confidence='verified'; everything else stays open. Terminal operator statuses and already-addressed items are never touched. Optional shadow_mode records non-mutating decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | Yes | ||
| round | No | ||
| caller | No | operator | |
| item_ids | No | ||
| judge_peer | Yes | ||
| session_id | Yes | ||
| shadow_mode | No | ||
| review_focus | No | ||
| response_format | No | json |