pub fn create(
diff: &SyncDiff,
options: &SyncOptions,
cache_bases_dir: &Path,
) -> SyncPlanExpand description
Create execution plan from diff.
--force: all Conflict entries become Overwrite (source wins).
--dry_run: plan is computed identically but not executed (handled by apply).