Fixed
- A failed self-update recreate could leave Docksentry dead (#43, @LeeNX). The helper ran
stop && rename→_old && run && rm _old; if thedocker runrecreate failed (a flag the runtime rejects — seen on rootless Podman), the chain stopped with the container renamed to_oldand stopped, and no new container — Docksentry was down with no recovery. The recreate is now guarded: on failure it removes any partial new container, renames_oldback and starts it, so the bot survives on the previous version.rm _oldruns only after a successful run. (Why the Podman recreate fails is still being gathered — the recovery net makes it non-fatal either way.)
Full 21-script regression sweep green.