Skip to main content

Module capabilities

Module capabilities 

Source
Expand description

Per-harness run-option capabilities.

Every dispatch rides a single mechanism: each task is delivered through a one-shot harness CLI subprocess. What still varies by harness is which run options the generic run preflight may accept — captured as this narrow capability struct, reported per harness by HarnessAdapter::run_capabilities and independent of the comparison Mode (new-skill / revision), which selects the two conditions being compared.

Structs§

HarnessRunCapabilities
Run-option support for a harness’s dispatch path.