Part of #299 (MVP slice 2 of 3).
The dashboard shows only the current run. Add the project's loop/prompt history (the cut-down "second sidebar"): a list of past runs built from the persisted store in .framework/, click one to replay its projection in the main view.
Scope (MVP):
- List persisted runs from the store with intent + status + session link.
- Click a run => main view replays that run's events (the projection already exists).
- Single project only. No Queue, no Overview.
Done: past loops/prompts are browsable in the dashboard without re-running.
Part of #299 (MVP slice 2 of 3).
The dashboard shows only the current run. Add the project's loop/prompt history (the cut-down "second sidebar"): a list of past runs built from the persisted store in
.framework/, click one to replay its projection in the main view.Scope (MVP):
Done: past loops/prompts are browsable in the dashboard without re-running.