fabro/apps/arc-web/app
Bryan Helmkamp 73b00f047b Add per-run retrospectives with LLM-powered retro agent
After each pipeline run, auto-derive stats from the checkpoint (stages,
retries, cost, files touched) then run an Opus agent session that
explores progress.ndjson to produce qualitative analysis: smoothness
rating, intent, outcome, learnings, friction points, and open items.

Backend:
- retro.rs: data model, save/load, derive_retro(), extract_stage_durations()
- retro_agent.rs: post-pipeline agent session with submit_retro tool
- cli/run.rs: hook retro generation after final.json, before engine_result?
- server.rs: GET /pipelines/{id}/retro endpoint, auto-derive on completion

Frontend:
- data/retros.ts: TS types + mock data + smoothness color config
- routes/retros.tsx: list page with smoothness badges
- routes/run-retro.tsx: detail view (stats, intent, stages, learnings)
- routes.ts + run-detail.tsx: wire up retro route and tab

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:46:02 -05:00
..
components Add run configuration and graph sub-pages under /runs/:id 2026-02-28 17:17:19 -05:00
data Add per-run retrospectives with LLM-powered retro agent 2026-03-01 15:46:02 -05:00
layouts Add /insights/new page for creating queries via LLM or templates 2026-03-01 13:49:58 -05:00
routes Add toolbar to files changed page with checkpoint picker and diff stats 2026-03-01 15:42:55 -05:00
welcome Add arc-web React Router 7 app with pipeline kanban board 2026-02-28 12:34:18 -05:00
api-client.ts Add asymmetric JWT service-to-service auth between arc-web and arc-attractor 2026-02-28 18:05:49 -05:00
app.css Replace direct Shiki usage with @pierre/diffs File component 2026-02-28 16:49:43 -05:00
root.tsx Switch sans-serif font from Inter to Geist 2026-02-28 13:04:16 -05:00
routes.ts Add per-run retrospectives with LLM-powered retro agent 2026-03-01 15:46:02 -05:00