Operationalize the cleanup we did manually on 2026-04-24. Script enumerates every oit-kanban runtime + Vite process by inspecting lsof and ps, reports their ages and parent PIDs, and offers a y/N prompt to kill orphans. Useful when the user's terminal sessions accumulate stale dev servers (which can result in Vite proxying to a dead runtime port).
Operationalize the cleanup we did manually on 2026-04-24. Script enumerates every
oit-kanbanruntime + Vite process by inspectinglsofandps, reports their ages and parent PIDs, and offers a y/N prompt to kill orphans. Useful when the user's terminal sessions accumulate stale dev servers (which can result in Vite proxying to a dead runtime port).