Skip to content

Commit 14e8444

Browse files
committed
chore(ci): register the benchmark score-record emitter as staged ahead of its serving route
check-dead-source-files correctly flagged src/review/benchmark-eval-records.ts: #9265 lands the emitter and leaderboard derivation, while the route that serves benchmark_run records is #9216's own endpoint sub-issue and the attestation envelopes its 'attested' tier consumes come from #9264. The allowlist entry names both, per the checker's own instruction.
1 parent eea4fa6 commit 14e8444

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/check-dead-source-files.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ const STAGED_AHEAD_OF_CONSUMERS: ReadonlyMap<string, string> = new Map([
6262
"src/openapi/define-route.ts",
6363
"The route-registration seam (#9519), landed by #9533 ahead of the 241-route migration it exists for; #9531 moves routes onto it incrementally.",
6464
],
65+
[
66+
"src/review/benchmark-eval-records.ts",
67+
"The benchmark score-record emitter + leaderboard derivation (#9265). Deliberately ahead of its serving route: #9216's endpoint sub-issue wires GET /v1/public/eval-scores to emit benchmark_run records, and #9264 supplies the attestation envelopes its `attested` tier needs. Fully covered by test/unit/benchmark-eval-records.test.ts today.",
68+
],
6569
]);
6670

6771
function isEntryPoint(file: string): boolean {

0 commit comments

Comments
 (0)