fix: commit pr-review-benchmark source — restores green CI on main#83
Merged
Conversation
src/index.ts has exported `PrReviewAuditCase`, `scorePrReviewComments`, `summarizePrReviewBenchmark`, et al. from `./pr-review-benchmark` since the run-record refactor landed, but `src/pr-review-benchmark.ts` and its co-located test were authored locally and never committed. A fresh clone fails typecheck; CI on main has been red on #78, #79, and #81. The files were already typecheck-clean, biome-clean, and the 5 co-located tests pass. No content changes — only `git add`.
tangletools
approved these changes
May 22, 2026
Contributor
tangletools
left a comment
There was a problem hiding this comment.
Verified — restores green CI on main. src/pr-review-benchmark.{ts,test.ts} have been working-tree-only since the run-record refactor; index.ts already exports from this module so a fresh clone has failed typecheck since #78. Pure git-add, no content changes. typecheck 0, 5/5 co-located tests pass, biome clean.
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
src/index.tshas exportedPrReviewAuditCase,PrReviewBenchmarkSummary,PrReviewComment,PrReviewMatchedFinding,PrReviewOutcome,PrReviewReferenceFinding,PrReviewScore,PrReviewScoreWeights,scorePrReviewComments,scorePrReviewSource, andsummarizePrReviewBenchmarkfrom./pr-review-benchmarksince the run-record refactor landed — butsrc/pr-review-benchmark.ts(362 lines) andsrc/pr-review-benchmark.test.ts(139 lines) were authored locally and never committed.CI on
mainhas been red on #78, #79, and #81 for this reason — a fresh clone fails typecheck on the missing module. Both files were already typecheck-clean, biome-clean, and the 5 co-located tests pass.This PR is
git add+ commit, nothing else. No content changes.Test plan
pnpm typecheck— 0 errorspnpm exec vitest run src/pr-review-benchmark.test.ts— 5 / 5 passedpnpm exec biome check src/pr-review-benchmark.ts src/pr-review-benchmark.test.ts— clean