pub fn run_extract_check_report(
node: &mut dyn ComponentNode,
ctx: &mut RustdvCtx,
) -> Result<(), String>Expand description
The standard post-run tail: extract → check → report → final, returning
Err if any check failed (an Err fails the test, design-doc §0.6).