feat(web): tests section, headline charts, model verdicts, methodology from data - #8
Merged
Conversation
…le and judge data
…pareto scatter, changelog
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #7
Summary
.instrument-groundscanline layer that made prose pages hard to read, keeping the two radial glows; widens prose measure/size across the methodology page, empty state, and run judgment/report views./methodology/to rendercontent/methodology.md(hand-authored) plus generated sections built from live data: the suite table fromtasks/**/task.yamlvia a newloadTasks()loader, the price table with sources, the configured-vs-actual judge panel, and a "known limits" list derived from the release's own numbers (attempt count, judge families that actually judged, agents that never ran). Deleteslib/design-doc.ts./tests/section: an index of six task cards (question, category, scoring badges, current leader) and a/tests/[taskSlug]/detail page with the verbatim prompt, fixture tree (+ inlined key files), plain-English gate sentences, hidden-test-case counts (never the spec contents), the full rubric, and every release's results for that task. Linked from the header nav, the leaderboard's category headers, and the release-scoped task gallery page.lib/verdict.ts), an upgraded score-vs-cost scatter (cheap-and-good quadrant, Pareto frontier, per-vendor colors, legend), and a changelog feed built from releases and taskauthoreddates.data/prices.json.Schema note
No schema changes were needed —
TaskManifest,Release, andPriceTablealready carried everything these pages needed.Test plan
bun run build(realdata/) — all routes, including new/tests/and/tests/[taskSlug]/, build and prerender.bun run build:sample(BENCH_DATA_DIR=./fixtures/sample-data) — confirms the methodology and tests pages still populate from the realtasks/dir even when the release data is synthetic.bun run lint(biome) clean.bun run typecheck,bun test.