Skip to main content

run_semantic_step_simple

Function run_semantic_step_simple 

Source
pub async fn run_semantic_step_simple(checks: &[String]) -> StepOutput
Expand description

Backward-compatible entry point for the scheduler (no Engine required).

Validates check names against the registry and reports pass/skip. This will be replaced once the scheduler is wired with Engine access (Task 9).