Expand description
Projects pipeline output into the plain Value wire artifacts the
conformance goldens pin — port of conformance.ts / Conformance.java.
Covers all four projections (var-doc, registry, plan, trace).
Re-exports§
pub use crate::expression::parameter_type_names;
Structs§
- Bundle
Artifacts - All four projected wire artifacts for one bundle.
Functions§
- run_
conformance - Runs one bundle end-to-end: plan, execute (recording observations), and
project all four wire artifacts. Port of
runConformance. - to_
doc_ artifact - Projects a parsed
Docto the var-doc wire artifact. - to_
failure_ artifact - Projects a caught step failure to the
FailureArtifactwire shape.Noneerror falls through to"thrown". - to_
plan_ artifact - Projects an
ExecutionPlanto the plan wire artifact. - to_
registry_ artifact - Projects a
Registryto the registry wire artifact.