What problem does it solve? Managing persistent background processes like web servers and APIs requires manual shell commands and port tracking, which becomes error-prone when applications need restarts after code changes or environment updates. ## Core Features & Use Cases - Workflow Configuration: Bind shell commands like npm run dev or python api.py to managed long-running tasks with port and output type settings. - Status Monitoring: List all workflows, inspect their state, view console output logs, and check which ports are listening. - Restart and Cleanup: Restart workflows after server-side code changes and remove workflows that are no longer needed. - Use Case: After modifying Express.js backend routes, restart the "Start application" workflow so the updated web server picks up the changes and verify it is listening on port 5000. ## Quick Start Restart the Start application workflow and show me its current status and open ports.