Sync to another project (sync-to-project.ps1)
# Full sync (plugin + menus + deployment scripts) with confirmation
./sync-to-project.ps1 -Dest "C:\Projects\OtherMZGame"
# Force (no prompt)
./sync-to-project.ps1 -Dest "C:\Projects\OtherMZGame" -Force
# Preview only (no changes)
./sync-to-project.ps1 -Dest "C:\Projects\OtherMZGame" -DryRun
# Only plugin
./sync-to-project.ps1 -Dest "C:\Projects\OtherMZGame" -OnlyPlugin -Force
# Only menus (still copies deployment scripts)
./sync-to-project.ps1 -Dest "C:\Projects\OtherMZGame" -OnlyMenus -ForceLast updated