pub fn classify_step(
packages: &[PackageSchemas],
) -> Result<ContractClassificationCompletion, ClassifyStepError>Expand description
Classifies each package’s base-revision and checked-in schema bytes.
§Errors
Returns ClassifyStepError::Duplicate when a package id appears more than once. Returns
ClassifyStepError::Classification with BXW0080 when base-revision bytes fail the strict
reader, BXW0081 when checked-in bytes fail the strict reader, or BXW0082 when pairing or
integrity fails. Integrity diagnostics are embedded unmodified; they never become report
findings.