Added
/checkimages(#2, @famewolf) — dry-run counterpart to/cleanup. Reports how much disk space/cleanupwould reclaim right now (unused images + build cache, fromdocker system df) and calls out the AUTO_CLEANUP status. Useful when you're not on auto-cleanup and want to check on demand instead of waiting for the disk warning to fire.
Fixed
/checkdidn't surface the Docksentry-update hint anymore (#2, @famewolf). Since v1.17.4 the hint was gated on Docksentry appearing in the results — butget_running_containersexplicitly filters ourselves out ("Skipped (self)"; a normal-flow update on ourselves can't work — PID 1 can't replace its own container). So the hint has been silently dead since the self-filter existed./checknow asks the checker directly (has_selfupdate_available()— digest-only registry compare, no pull), so a newer Docksentry image on the registry surfaces the "run /selfupdate" hint again.
Full 24-script regression sweep green.