Files
bot-bottle/bot_bottle
didericis-claude 7df77495b6
lint / lint (push) Successful in 1m37s
test / unit (pull_request) Successful in 33s
test / integration (pull_request) Successful in 15s
fix(smolmachines): commit via exec-tar instead of stop→pack
smolvm pack create --from-vm requires the VM to be stopped, and stopping
a smolmachines VM terminates any running interactive session.

Instead, mirror the macos-container approach: exec into the running VM as
root and stream the root filesystem via tar (smolvm machine exec -- tar),
build a Docker image from the archive, push to an ephemeral local registry,
and run smolvm pack create --image to produce the .smolmachine artifact.
The VM stays running throughout the commit.

Remove the stop-confirm prompt and machine_is_running check that were
added in the previous commit — neither is needed when we no longer stop.
2026-06-23 08:57:06 +00:00
..
2026-06-03 23:25:41 -04:00