README.md
908 bytes
| 1 | # Screenshots & media |
|---|---|
| 2 | |
| 3 | Drop UI screenshots and a demo GIF here and reference them from the root `README.md`. |
| 4 | |
| 5 | Suggested captures (run `pnpm dev` with `MOCK_LLM=1`, open `/demo`): |
| 6 | |
| 7 | - `debate-console.png` — a completed debate: timeline, final answer + dissent, council panels. |
| 8 | - `critique-matrix.png` — the N×N critique grid with a cell tooltip open. |
| 9 | - `revision-diff.png` — an inline revision diff with the changelog. |
| 10 | - `demo-playback.gif` — the demo playing back with streaming + controls. |
| 11 | - `cost-breakdown.png` — the per-model cost chart. |
| 12 | - `claim-check.png` - the final answer with claims traced back to the council and unsourced chairman additions flagged. |
| 13 | - `under-pressure.png` - the pressure-response panel with each model's revised/defended/caved/stonewalled verdicts. |
| 14 | - `critique-prediction.png` - the critique matrix with informed-contrarian (violet) and miscalibrated (amber) outlines. |
| 15 | |