You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #309. The MVP DX from #331: run $ framework, open the dashboard, type a prompt in a textarea.
Prompt textarea + Start button on the daemon dashboard page
POST /api/start on the daemon: spawns framework "<prompt>" as a detached child (same spawn pattern the daemon itself uses). The live view is free since the daemon already tails .framework/events.jsonl
Depends on #344 so the started run's gates and Stop are interactive from the daemon page. Once this exists, the #331 preset buttons are just Start with a preset prompt.
Part of #309. The MVP DX from #331: run
$ framework, open the dashboard, type a prompt in a textarea.POST /api/starton the daemon: spawnsframework "<prompt>"as a detached child (same spawn pattern the daemon itself uses). The live view is free since the daemon already tails.framework/events.jsonlDepends on #344 so the started run's gates and Stop are interactive from the daemon page. Once this exists, the #331 preset buttons are just Start with a preset prompt.