I made aidd less fragile today!

Runs, coordinator cycles, and pipeline sessions can now keep going after the web panel closes. Before this, closing a browser tab (or a web process hiccup) could take live work down with it, which is a silly way to lose an hour of progress.

Diagram: a run launched from the CLI owns its own process and keeps its record on disk, so stopping and restarting the web panel leaves the run alive and the panel picks the record back up run run process started from the CLI, alive the whole time writes disk run record and heartbeat outlives any single process reads panel up showing the run stopped run keeps going restarted did not start it
Diagram, not a capture. Three panel states (up, stopped, restarted) against one uninterrupted run.

I also added commands for applying roadmap work and checking feature status, and tightened the prompts and run rules so the tool has clearer guardrails.

When I reopen the panel, it reads the run’s record from disk and catches up.