pub fn collect_ops(summary: &DiffSummary) -> Vec<PlanOp>Expand description
Convert a DiffSummary into the coarse plan-op list. Skips non-actionable
diffs (Tag drift, Custom Attribute metadata-only, Unchanged) so the
plan-lock vocabulary matches the set of operations apply can actually
perform.