pub fn require_assembly_scale_compatibility(
base: &AssemblyScaleBasis,
input: &AssemblyScaleBasis,
) -> Result<(), AssemblyScaleCompatibilityError>Expand description
Require two bases to agree on every static semantic field.
Target paths intentionally remain per-input fingerprint material: clip files may contain different takes. Each target’s named node and factor are checked against its own accepted plan when the basis is built.
§Errors
Returns the first stable mismatch category.