Skip to content

serve_verdict

serve_verdict

The serve-verdict verb — run the verdict-helper service.

Loaded only when terok-clearance-hub serve-verdict is the invoked verb. A standalone entry point for integration tests; production deploys compose the hub + verdict pair in-process via the per-container supervisor in terok-sandbox.

COMMAND = CommandDef(name='serve-verdict', help='Run the verdict helper (serves org.terok.ClearanceVerdict1 for shield exec)', handler=_handle_serve_verdict) module-attribute