pub async fn handle_save(dir: &Path) -> Result<i32>Expand description
Save cached VM snapshots to a directory for CI warm-start.
This is a placeholder after the Docker-to-VM migration. The VM
backend manages snapshots internally via ImageRegistry; external
save/restore is not yet implemented.
ยงErrors
Currently always succeeds.