veritas_claeg_resolve
Maps a VERITAS verdict to a CLAEG terminal state to determine the system's required operational state after a pipeline run.
Instructions
Maps a VERITAS verdict to a CLAEG terminal state: PASS→STABLE_CONTINUATION, MODEL_BOUND/INCONCLUSIVE→ISOLATED_CONTAINMENT, VIOLATION→TERMINAL_SHUTDOWN. Use this after a pipeline run to determine the system's required operational state. Returns JSON with fields: verdict (string), terminal_state (string), invariant (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verdict | Yes | VERITAS verdict to resolve. Must be one of: PASS, MODEL_BOUND, INCONCLUSIVE, VIOLATION. |