pub fn validate_change(
change_repo: &(impl DomainChangeRepository + ?Sized),
ito_path: &Path,
change_id: &str,
strict: bool,
) -> CoreResult<ValidationReport>Expand description
Validate a change using schema-driven rules when available, with legacy delta/task fallback for older schemas.