pub fn predict_engine_impact(op: &EngineStructureOp) -> DryRunImpactExpand description
Predict the impact of an engine structure operation.
This produces the same DryRunImpact structure used by the OpEvent staging
system, but computed from the engine’s dependency graph rather than from
umya token analysis. This enables stage/apply parity enforcement.