New Features
portless prunecommand: Safety net to find and kill orphaned dev servers left behind by dead CLI sessions. Reads stale route entries, checks if something is still listening on each port, and terminates the orphan.
Bug Fixes
- Zombie process orphaning on CLI crash: Spawn child processes with
detached:trueon Unix so they get their own process group. Signal handlers now kill the entire group instead of just the immediate child, preventing orphaned dev servers from surviving CLI crashes orkill -9.