Start or repair a local dev server by looping: start server, wait for logs, extract errors, fix issues, restart until clean, then open the local URL. Use when asked to run a dev server, debug startup/runtime errors, or keep restarting until it runs without errors.
Bring a dev server up cleanly using a repeatable loop: start it, wait for logs, extract actionable errors, fix them, restart, and stop only when logs are clean and the app URL is available.
Confirm context
Run diagnostics first (when available)
Start required services
Start dev server
Wait for logs to appear
Interpret and fix errors
Restart and re-check
Open the app
open <url>), requesting approval if needed.references/the-squad.md for exact commands, log locations, and services.rg to pull error blocks: rg -n "ERROR|FATAL|TypeError|ReferenceError|Cannot find module" <logfile>