feat(report): adopt the designed honesty-layer report - #63
Merged
Conversation
Ports the Claude-design handoff (whetkit Report.html) into the generator with every honesty field the CLI already had but the HTML swallowed: warnings strip (errored/timeout/tool-error/truncated, only when nonzero), multi-run headlines as mean [min–max] with run-to-run spread bands, the noise caveat under the delta, per-task repetition cells (✓ 3/3 / ⚡ 2/3 / ✗ 0/3), a judge column with expandable rationales, spec-gap flags, EST. COST in the header meta, and a before/after reasoning-trace panel for the first improved task. One deliberate substitution from the comp: the inline expand/collapse script becomes CSS-only <details> accordions, keeping the report at zero scripts — the strongest form of self-contained. builder: SideView gains runs/hits/spec_gap; ComparisonReport gains runs_per_side, before/after stats, noise_caveat, warnings, est_cost_usd; build_report accepts all repetition summaries.
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.
Implements the design handoff (
whetkit Report.htmlfrom the design project) with all four missing honesty groups wired to real data: warnings strip, mean [min–max] + spread bands + noise caveat, judge/spec-gap/FLAKY task cells with expandable rationales, and EST. COST. Deliberate substitution: inline script → CSS-only<details>, keeping the zero-script self-containment guarantee (tests still assert no<script). Rendered from a real 2-run curate: artifact. Suite 227 passed, lint+format clean.