feat(web): filter context banner, drift trends, pairs scope, slowest runs - #67
Merged
Merged
Conversation
…runs - Add AnalysisFilterContextCard on insight pages when index was CLI-filtered - Add confidence drift time-series charts and revision-stage scatter on /drift - Add benchmark scope dropdown and pairs export readiness banner on /pairs - Add slowest runs table and CSV export on /timing Co-authored-by: Eamon Boyle <eamonboyle@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
eamonboyle
marked this pull request as ready for review
July 12, 2026 10:32
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.
Summary
Adds four research-dashboard improvements grounded in existing artifact/index data and sibling-page patterns.
Features
1. Analysis filter context banner
When
pnpm analyzeis run with CLI filters (--question,--model, etc.), insight pages now show the index filter context — not just the overview. Surfaces on/drift,/quality,/issues,/outliers,/evidence,/counterfactual, and refactored on/.2. Confidence drift trends + dual scatter plots
/driftnow charts stage-to-stage confidence deltas over time (matching/qualityand/errorstrend patterns) and adds a second severity-vs-revision→synth scatter alongside the existing solver→revision plot.3. Pairs benchmark scope picker
/pairsgets a benchmark dropdown (same UX as/outliers) plus a warning banner when benchmark artifacts exist butanalysis-benchmark-pairs.jsonis missing.4. Slowest runs on pipeline timing
/timingadds a ranked "Slowest runs" table with trace links, JSON export enrichment, andscope=runsCSV export.Testing
pnpm test— 285 passedpnpm typecheck— passpnpm web:typecheck— passpnpm web:build— passpnpm format:check— passManual verification
/driftwith an indexed dataset — confirm trend chart and dual scatters render./pairs— use benchmark scope dropdown while filters are applied./timing— confirm slowest runs table and CSV exports.