//! Planning module for deployment operations.
//!//! This module handles the comparison between desired and observed states,
//! generating execution plans for applying changes.
moddiff;modplan;modexecutor;pubusediff::{DiffEngine, ResourceDiff, DiffType};pubuseplan::{DeploymentPlan, PlannedAction, ActionType};pubuseexecutor::PlanExecutor;