Skip to content

Commit a95204a

Browse files
committed
chore(deadcode): drop stale usage allowlist, cover eval fixtures
fetchCodexUsage/fetchCodexModels/fetchXaiUsage deleted by #1031; four completion-harness fixtures loaded by path from script.json.
1 parent c8fd08c commit a95204a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

scripts/dead-export-allowlist.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,21 @@ vendor/
2626
# flags so a new dead export in these files fails the guard instead of
2727
# hiding under a whole-file exemption. Remove each entry with the export it
2828
# names when the owning cleanup lands.
29-
src/auth/codex/usage.ts: fetchCodexUsage
30-
src/auth/codex/usage.ts: fetchCodexModels
31-
src/auth/xai/usage.ts: fetchXaiUsage
3229
src/auth/codex/constants.ts: CODEX_REFRESH_SKEW_MS
3330
src/auth/codex/constants.ts: CODEX_HEADLESS_REFRESH_INTERVAL_MS
3431

3532
# Plugin fixture entry point. Loaded by file path from the fixture's plugin
3633
# manifest by the plugin-registration tests, so it has no static importers.
3734
tests/fixtures/plugins/implement-feature/src/index.ts
3835

36+
# Eval completion-harness task fixtures (CL-7932 lane). Loaded by file path
37+
# from each task's script.json by the harness runner, so they have no static
38+
# importers.
39+
evals/completion/tasks/decline-refactor/fixture/notes.ts: addNote
40+
evals/completion/tasks/stall-read/fixture/data.ts: data
41+
evals/completion/tasks/sum-fix/fixture/sum.ts: total
42+
evals/completion/tasks/version-endpoint/fixture/service.ts: handleRequest
43+
3944
# ts-prune parser false positives: bare tokens on `as const satisfies ...`
4045
# lines inside live exports. None of these is an export declaration.
4146
src/provider/reasoning-effort.ts: satisfies

0 commit comments

Comments
 (0)