File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3229src/auth/codex/constants.ts: CODEX_REFRESH_SKEW_MS
3330src/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.
3734tests/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.
4146src/provider/reasoning-effort.ts: satisfies
You can’t perform that action at this time.
0 commit comments