@p uvx superclean-cli
@h SUPERCLEAN -- REPORT
  platform: Linux-6.17-x86_64
@h == MEMORY ==
  RAM: 5.94 GB used of 7.18 GB (82.7%), 1.24 GB free
@h == GPU / VRAM ==
  card1 (amdgpu)               3.21 GB used of 4.00 GB (80%)
@h == ORPHAN DEV PROCESSES ==
@warn   Found 1 orphan(s):
    PID 87411   node         node /home/al/app/node_modules/.bin/vite
@h == LISTENING PORTS ==
@warn   :5173   node            PID 87411 [ORPHAN]
  :11434  ollama          PID 941   [PROT]
@dim Tiers: dust < sweep < scrub < wipe < nuke -- `superclean -h` shows the ladder;
@dim `superclean clean` walks cleanup with a confirmation per group.

@p uvx superclean-cli clean
@h SUPERCLEAN -- GUIDED CLEAN
@h == 1. Orphaned dev processes ==
    PID 87411   node         node /home/al/app/node_modules/.bin/vite
@warn   1 orphan(s) holding ~612.00 MB RAM.
  Kill 1 orphan(s)? [y/N] y
@ok     Killed PID 87411
@h == 2. Idle Ollama models (no keep-alive) ==
    gemma3:1b                      815.00 MB
  Unload 1 idle model(s) (~815.00 MB)? [y/N] y
@ok   Unloaded gemma3:1b (~815.00 MB).
@h == 3. Package-manager caches ==
    pip      ~412.00 MB
    npm      ~823.00 MB
  Purge these caches (~1.21 GB measured)? [y/N] y
@ok   pip (/usr/bin/python3): freed 412.00 MB.
@ok   npm: freed 823.00 MB.
@ok   Reclaimed: 1.39 GB memory, 1.21 GB disk.
