From fa5d96388b0239abdc5d0bb1300dfa7675e8a567 Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Sat, 8 Aug 2026 09:22:02 -0400 Subject: [PATCH] fix(quality): rebaseline combo-routing-engine.test.ts own-comment growth The ALL_ACCOUNTS_INACTIVE->ALL_TARGETS_SKIPPED fix (58ab721fe) added explanatory comments (+7 lines), pushing the file past its frozen 3457 cap. CI's PR-mode check:file-size caught it; local check-file-size.mjs was not re-run after that specific commit. --- config/quality/file-size-baseline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/quality/file-size-baseline.json b/config/quality/file-size-baseline.json index 852455a288..5cc96ce185 100644 --- a/config/quality/file-size-baseline.json +++ b/config/quality/file-size-baseline.json @@ -185,7 +185,7 @@ "tests/unit/cc-compatible-provider.test.ts": 1217, "tests/unit/chatcore-translation-paths.test.ts": 2876, "tests/unit/chatgpt-web.test.ts": 3148, - "tests/unit/combo-routing-engine.test.ts": 3457, + "tests/unit/combo-routing-engine.test.ts": 3464, "tests/unit/db-migration-runner.test.ts": 1499, "tests/unit/deepseek-web.test.ts": 1092, "tests/unit/executor-codex.test.ts": 1339,