pub async fn run_composition_conformance(
host: &dyn ComposingHost,
target: impl Into<String>,
) -> ConformanceReportExpand description
Run every composition check against host, returning a typed
ConformanceReport.
target names the implementation under test and appears in the report, so a
downstream host’s CI output says which host was certified rather than just
“passed”.