Files
OmniRoute/tests/unit/check-docs-counts-sync.test.ts
Diego Rodrigues de Sa e Souza d259d9fcba fix(ci): clear base-reds on release/v3.8.50 (round 3) (#10213)
* fix(ci): clear base-reds on release/v3.8.50 (round 3)

- CHANGELOG.md: restore the top [Unreleased] section dropped by the #10189
  reconcile (docs-sync gate: first section must be Unreleased)
- env-doc-sync: document CONDUCTOR_ORCHESTRATOR_TOKEN + CONDUCTOR_SPOKESPERSON_URL
  in .env.example/ENVIRONMENT.md; allowlist the CI-only GITHUB_STEP_SUMMARY and
  TS7_BASE_REF (ts7 ratchet signals); drop a stray merge artifact line
- providers: restore the audited chatanywhere metadata entry that base-reds
  round 2 dropped together with its duplicate — the provider was half-wired
  (registry+endpoint without APIKEY metadata), which is what the wave3 test
  catches; re-pin providers-constants-split at the measured 228
- docs counts: 338 -> 339 (today's +2 void-ai/helixmind, -1 Puter) via
  gen:provider-reference + README/AGENTS/llm.txt/package.json/diagrams/i18n mirrors
- file-size ratchet: annotated rebaseline for the two pre-existing drifts
  (ModelSelectModal 1138, gateways 1250) following the 2026-08-11 precedent

Refs #9985

* fix(ci): base-reds round 3b — stale sibling tests + mode-pack weight contract

- check-docs-counts-sync.test.ts: drop the imports/subtests of the four helpers
  #10196 removed from the gate script (readMcpFactsFromSource, listLocalizedDocs,
  makeRequiredCountsValidator, checkFreeTierInventory) — the new-API tests that
  #10196 added stay; the file now loads again under the node runner
- quota-connection-recovery.test.ts: convert from vitest APIs to node:test —
  the file lives in tests/unit/*.test.ts (node-runner glob) and the vitest
  runtime crashes when imported outside vitest, killing the whole shard entry
- modePacks.ts: re-normalize all six mode packs to sum 1.0 — #8940 added
  sessionAvailability: 0.05 to every pack without rebalancing (1.05 total);
  ratios preserved exactly (÷1.05), so post-normalizeScoringWeights behavior
  is unchanged; restores the declared sum-to-1.0 contract the 4235 test pins

Refs #9985

* fix(ci): base-reds round 3c — vitest siblings, weights default, secrets FP, mutation tap

- DistributeProxiesButton.test.tsx: wrap renders in NextIntlClientProvider —
  #9245 localized the component (useTranslations) and left the test without
  the intl context, failing all 14 cases
- scoring.ts: re-normalize DEFAULT_WEIGHTS to sum 1.0 (same #8940 class as the
  mode packs — sessionAvailability added without rebalancing; ratios preserved)
- .gitleaks.toml: generalize the kimi sponsor-banner localStorage-key allowlist
  to -v\d+ — #10200 bumped v1→v2 and the stale regex regressed the secrets
  ratchet with a false positive
- stryker.conf.json: register 6 covering unit tests in tap.testFiles (4 modules)
  so their mutant kills count — unblocks check:mutation-test-coverage --strict

Refs #9985

* fix(ci): base-reds round 3d — inspector factor gap, stale registry/gap tests, i18n key sync

- comboScoringInspector: add cacheAffinity/sessionAvailability/connectionDensity
  to FACTOR_KEYS + the factor-key type — calculateScore() weighs them but the
  breakdown omitted them, so the explained contributions never summed to the
  reported score (inspector bug, red on the pure tip)
- combo-scoring-inspector.test: make the explicit-weights override sum-neutral
  (±0.05 shift) so it stays valid for any DEFAULT_WEIGHTS values — the hardcoded
  override only summed to 1.0 against the pre-#8940 defaults, which is also why
  explicit weights silently fell back to 'default' on the tip
- unorouter-registry.test: align to the canonical .com host (api.unorouter.ai
  301-redirects there, verified live) and to wave4's live model discovery
  (passthrough, no static seed) — the .ai/auto-model expectations were stale
- check-migration-numbering.test: 147 left KNOWN_GAPS when
  147_api_keys_model_access_mode.sql landed — assert absent (same as 143)
- i18n: sync-ui pass — 35,914 missing UI keys stamped as __MISSING__ placeholders
  across 42 locales (mechanical; greens the pt-BR key-presence integrity test;
  coverage pct unchanged by design — translation is a separate workstream)

Refs #9985

* fix(ci): base-reds round 3e — 2 real defects + 14 stale sibling tests (waves A-E)

Real defects fixed:
- src/lib/db/apiKeys.ts: #9313's empty-allowlist early return bypassed the group
  permission check, silently disabling group deny rules (#8817) for every key
  without a per-key allowlist; fall-through restored, restricted+[] deny-all kept
- open-sse/utils/proxyFetch.ts: #10032 re-appended the raw transport error to the
  propagated message, reintroducing the proxy user:password leak #9837 closed;
  new redactProxyDetailsInMessage() keeps the reason, redacts URL/credentials
- .github/workflows/quality.yml: #10134 added the TS7 ratchet as a separate
  blocking step AFTER the aggregated gates — the exact #8542 masking mechanism;
  folded into the non-fail-fast loop (still blocking, still PR-only) ⚠️ CI edit,
  gate-strengthening — explicit owner sign-off requested on the PR
- src/i18n/messages/ko.json: 3 machine-mistranslation regressions caught by the
  #8244 glossary checker (장애인→비활성화됨, 양말5://→socks5://, 비클로드→Claude가 아닌)

Stale sibling tests aligned to deliberately-moved contracts (each cites its mover):
request-log-detail-layout + -stream (#9245 intl provider), repro-8542 pin update,
quality-rail-gate-membership (#10134 shape), agentSkills-routes 45→46 (#9058),
cloudflare-ai-catalog-8717 (#8804 supersedes #8808), executor-xai (#9994),
vision-bridge-claude-wire (#9463 minimax→openai), sse-auth forced-pin (#8893),
tls-proxy-context (strengthened leak guards), rate-limit-local-error-classification
(#9164/#9342), minimax-thinking-signature (#9463), codebuddy-cn (#9723 +1 test),
github-copilot-custom-model (#9050), providers-g4f-batch3 (#9584),
synced-capability-warmup (#9199, stricter), sidebar-tools-group (#8221),
oauth-modal-grok-cli-paste (#9245); agentSkills/catalog.ts comment 45→46;
file-size rebaseline for proxyFetch (+19, annotated)

Refs #9985

* fix(ci): base-reds round 3f — waves F-J: 9 more real defects + stale sibling sweep

Real production defects fixed (all red on the pure tip, each with its origin):
- routeGuard.ts: #8949 accidentally DELETED the /api/providers/[id]/login
  local-only pattern — the route spawns a browser, so the loopback gate for a
  process-spawning route was gone (Hard Rules #15/#17); restored (314 guard
  tests green)
- agentSkills generator: #9058's category dispatch gave the config category an
  empty body, wiping skills/config-codex-cli/SKILL.md at the #10131 sync;
  fixed + SKILL.md regenerated via the official generator
- imageRegistry: #9982 broke same-provider bare aliasing (antigravity preview
  id sent upstream unresolved); new resolveSameProviderBareAlias() keeps the
  fal cross-provider fix intact
- imageRegistry: #9982's prefix strip handed the bare nano-banana ids to fal-ai,
  violating the pinned 2026-07-31 operator decision (adobe-firefly owns them);
  fal entries made prefix-only (dispatch already re-prefixes)
- mediaGeneration/fal.ts: the missing-credential 401 guard was lost when #10198
  deleted the superseded falHandler — tests were hitting the live network
- bottleneckPatch/rateLimitManager: #9041's merge clobbered #9604, resurrecting
  the Bottleneck v2.19.5 heartbeat bug (reservoir never refills); patched the
  library defect at the root and re-aligned chat-rate-limit-body-lock to the
  working reservoir contract
- processSupervisor.mjs: #9761 regressed the Node spawn to bare "node" (the
  #9156 launchd bug) and dropped #9209's ipv4first args; both restored
- openai-responses/pureHelpers: #9423's Agent null-sentinel was unreachable on
  the schemaless JSON-string path; gate extended
- i18n en.json: #8222's regen reverted the #9976 unclosed-tag fix and #8559's
  combo-cooldown copy; #9038 shipped 40 t() calls with no messages (runtime
  MISSING_MESSAGE); all restored/added + official sync-ui stamps, and vi's
  zero-marker policy re-established via the sanctioned translation backend

Stale sibling tests aligned (movers cited inline): chat-helpers (#9447),
executor-antigravity (#9351), video-fal-grok (#9982), visionBridge (#9759),
web-session-credentials (#8974), production-build-module-integrity (positive
anchor added), agentSkills-generator/skillManifestsLint/skills-injection/
agentSkillTools-mcp/listCapabilities-a2a (#9058), memory-settings (#10010),
model-catalog-policy-invalidation (#8906), model-alias-seed (#9485),
reactive-context-compaction (#8949), combo-provider-wildcard (broken upsert
helper), oauth-google-loopback (43-locale resurrected-key removal)

Validation: 501/501 across the 47 touched test files; typecheck:core, lint,
file-size, docs-sync all green.

Refs #9985

* fix(ci): base-reds round 3g — wave K/L: 4 more real defects + stale alignments

Real defects:
- base/reasoningEffort.ts: the stale duplicate cherry-pick #9612 re-added the
  codex minimal→low rewrite that #9883 had deliberately removed (OMP minimal
  passthrough); block removed again
- cursorImages.ts: #9840 wired prepareCursorImageForWire (sharp re-encode,
  fail-closed) into the SHARED resolveCursorImages, breaking zai-web and
  conol-web image uploads (HTTP 400 'undecodable'); new prepareForWire opt-out,
  Cursor default path unchanged (8 cursor suites green)
- modelCapabilities/snapshot: catalog prepare still issued 323 per-model reads
  of model_context_overrides + max_input_tokens overrides, violating #9199's
  bulk-load contract; both now resolve from the snapshot single pass
- v1-models-discovery-conformance: re-pinned to the bounded 30s SWR window
  (#9199/#10198) — the old 'stale-first regardless of age' contract is gone

Stale tests aligned (movers cited inline): codex-tools-strict-default (#9828
redundant-oneOf strip), devin-providers (#9245 i18n), db-migrationrunner-
constants-split (147→151 renumber #8228), gitlab-duo-oauth-setup (#9245),
chatcore-extracted-modules (#9161 outbound-protocol keying)

compression-api CI failures were cascade artifacts of codex-tools-strict-default
failing in the same force-exit shard process — no own defect (171/171 local).

Refs #9985

* fix(test): compression-api — register both describes before the runner starts

The DATA_DIR setup + route/db top-level awaits sat BETWEEN the two describes;
under --test-force-exit (the CI unit-runner flag) the process exits once the
already-registered tests finish, so on slow CI machines the whole second
describe died as 'Promise resolution is still pending' — the recurring
CI-only shard-2 failure that never reproduced locally without the flag.
Moved to the top of the file; 10/10 under --test-force-exit locally.

Refs #9985

* fix(quality): freeze modelCapabilities.ts at 1006 (annotated) — snapshot routing growth

Refs #9985

* fix(quality): move the modelCapabilities freeze into the frozen map (nested schema)

Refs #9985

* fix(i18n): translate all 39,718 pending UI keys across 42 locales (owner-approved)

Mass-translated every __MISSING__ placeholder via the official i18n:sync-ui
--translate-markers pipeline (operator backend), restoring i18nUiCoverage to the
100 baseline (was 89.9 after the merge-storm UI landings + the 42 keys #9038
never shipped).

Post-pass repairs, all caught by the existing gates:
- glossary: retired renderings the machine reintroduced normalized again
  (提供商→提供者 zh-CN/zh-TW, 鏈接→連結, 文檔→文件, 調用→呼叫, 供應商→提供者,
  響應→回應, 不活躍→未啟用 zh-TW; 클로드→Claude, 옴니루트→OmniRoute ko);
  DATA_DIR forbidden rendering avoided via 数据文件夹 rephrase
- ICU integrity: 120 values with renamed/dropped {params} repaired (39
  positional renames, 81 reset to the en source — functional over fluent)

Validation: glossary/pt-BR/vi/deno-relay/settings-keys/value-drift/google-
loopback suites 76/76; placeholder diff en×42 locales = 0; worst-locale
coverage = 100.0%.

Refs #9985

---------

Co-authored-by: backryun <bakryun0718@proton.me>
2026-08-13 00:02:25 -03:00

284 lines
11 KiB
TypeScript

import { test } from "node:test";
import assert from "node:assert";
import { execFileSync } from "node:child_process";
import path from "node:path";
import { fileURLToPath } from "node:url";
import {
parseProviderTotal,
tallyDrift,
readProviderTotal,
countLocales,
} from "../../scripts/check/check-docs-counts-sync.mjs";
// Explicit types for the .mjs exports — keep the test at 0 no-explicit-any warnings.
const parse = parseProviderTotal as (text: string) => number;
const tally = tallyDrift as (
checks: {
label: string;
actual: number;
docKey: string;
strict: boolean;
files: string[];
}[],
getContent: (file: string) => string | null
) => { strict: number; soft: number; lines: string[] };
const readTotal = readProviderTotal as () => number;
const locales = countLocales as () => number;
const here = path.dirname(fileURLToPath(import.meta.url));
const GATE = path.resolve(here, "../../scripts/check/check-docs-counts-sync.mjs");
// --- parseProviderTotal (pure) -------------------------------------------------------
test("parses the canonical provider total from the auto-generated catalog text", () => {
assert.equal(parse("Total providers: **226**. See category breakdown below."), 226);
});
test("returns 0 when no total marker is present", () => {
assert.equal(parse("# Provider Reference\n\nNo total here."), 0);
assert.equal(parse(""), 0);
});
// --- tallyDrift (pure) ---------------------------------------------------------------
const strictCheck = {
label: "Provider count",
actual: 226,
docKey: "providers",
strict: true,
files: ["README.md", "CLAUDE.md"],
};
test("no drift when every file mentions the real count", () => {
const { strict, soft } = tally([strictCheck], () => "we have 226 providers");
assert.equal(strict, 0);
assert.equal(soft, 0);
});
test("STRICT drift is counted when a user-facing document omits the real count", () => {
const { strict, soft } = tally([strictCheck], (f) =>
f === "README.md" ? "we have 226 providers" : "we have 177 providers"
);
assert.equal(strict, 1, "CLAUDE.md (177) should register one strict drift");
assert.equal(soft, 0);
});
test("SOFT drift does not count as strict", () => {
const softCheck = { ...strictCheck, strict: false };
const { strict, soft } = tally([softCheck], () => "no number here");
assert.equal(strict, 0);
assert.equal(soft, 2, "both files miss → two soft drifts");
});
test("a check with actual=0 is skipped (source count undetermined)", () => {
const zero = { ...strictCheck, actual: 0 };
const { strict, soft } = tally([zero], () => null);
assert.equal(strict, 0);
assert.equal(soft, 0);
});
test("a missing file (null content) registers drift, not a crash", () => {
const { strict } = tally([strictCheck], () => null);
assert.equal(strict, 2);
});
// --- live source readers (smoke) -----------------------------------------------------
test("readProviderTotal reads a real, positive total from the catalog", () => {
assert.ok(readTotal() >= 300, "live provider catalog total should be at least 300");
});
test("countLocales reads a real, positive locale count from config/i18n.json", () => {
assert.ok(locales() >= 40, "i18n config should define at least 40 locales");
});
// --- live gate smoke -----------------------------------------------------------------
test("the gate exits 0 against the current (synced) repo state", () => {
// Throws if exit code is non-zero; current docs are synced so this must pass.
assert.doesNotThrow(() => execFileSync("node", [GATE], { encoding: "utf8", stdio: "pipe" }));
});
// --- Free-tier headline gate ------------------------------------------------
// Regression guard for the drift found in the v3.8.49 README audit: the README
// headlined ~1.6B for seven releases after the catalog had already been corrected
// down to 1.37B, because no gate watched that number.
import {
checkFreeTierHeadline,
extractHeadlineClaims,
} from "../../scripts/check/check-docs-counts-sync.mjs";
const checkHeadline = checkFreeTierHeadline as (
content: string,
totals: { s: number; m: number; p: number }
) => { ok: boolean; detail: string };
const extractClaims = extractHeadlineClaims as (
content: string
) => { value: number; text: string }[];
const TOTALS = { s: 1_371_725_000, m: 1_998_225_000, p: 39 };
test("free-tier gate accepts a headline that rounds to the live catalog", () => {
assert.equal(checkHeadline("~1.4B free tokens per month", TOTALS).ok, true);
assert.equal(checkHeadline("up to ~2.0B in the first month", TOTALS).ok, true);
});
test("free-tier gate rejects the stale headlines this audit found", () => {
for (const stale of ["~1.6B free tokens/mo", "~1.54B free tokens per month"]) {
const r = checkHeadline(stale, TOTALS);
assert.equal(r.ok, false, `expected ${stale} to be rejected`);
assert.match(r.detail, /live catalog computes/);
}
assert.equal(checkHeadline("up to ~2.1B in the first month", TOTALS).ok, false);
});
test("free-tier gate ignores non-headline figures", () => {
// The theoretical ceiling, the historical value and per-model rows are legitimate
// and must never trip the gate — that is why the extractor is a whitelist.
const noise =
"counting every rate limit 24/7 would read ~10B; not published. " +
"Why this dropped from the previous ~1.94B. | `mistral` | recurring | ~1.00B |";
assert.deepEqual(extractClaims(noise), []);
assert.equal(checkHeadline(noise, TOTALS).ok, true);
});
test("free-tier gate passes when a file carries no headline at all", () => {
assert.equal(checkHeadline("no figures here", TOTALS).ok, true);
});
// --- Generic numeric-claim gate (engines / MCP tools / scopes / CLI) --------
// Extends the same drift guard to the counts that silently drifted in v3.8.49:
// 11→12 engines, 94→107 MCP tools, 30→32 scopes, 26→33 CLI tools.
import { makeNumberClaimValidator } from "../../scripts/check/check-docs-counts-sync.mjs";
const makeValidator = makeNumberClaimValidator as (
expected: number,
opts: { what: string; pattern: RegExp; skipBefore?: RegExp; skipAfter?: RegExp }
) => (content: string) => { ok: boolean; detail: string };
test("MCP-tools gate accepts the aggregate and rejects a stale one", () => {
const v = makeValidator(107, {
what: "MCP tools",
pattern: /(\d+) tools/gi,
skipBefore: /(tools?|definitions?)\s*\(\s*$/i,
skipAfter: /^\s*\(\d+ CLI/,
});
assert.equal(v("MCP Server (107 tools)").ok, true);
assert.equal(v("with 107 tools total").ok, true);
assert.equal(v("MCP Server (94 tools)").ok, false);
});
test("MCP-tools gate ignores per-module counts and the CLI catalog total", () => {
const v = makeValidator(107, {
what: "MCP tools",
pattern: /(\d+) tools/gi,
skipBefore: /(tools?|definitions?)\s*\(\s*$/i,
skipAfter: /^\s*\(\d+ CLI/,
});
// "Memory tool definitions (3 tools)" and "33 tools (25 CLI Code's)" are not the MCP total
assert.equal(v("Memory tool definitions (3 tools)").ok, true);
assert.equal(v("management tools (8 tools)").ok, true);
assert.equal(v("all 33 tools (25 CLI Code's + 8 CLI Agents)").ok, true);
});
test("compression-engines and CLI-tools gates catch their v3.8.49 drift", () => {
const eng = makeValidator(12, {
what: "compression engines",
pattern: /(\d+)[-\s](?:engine stack|composable engines|stacked engines)/gi,
});
assert.equal(eng("12-engine stack").ok, true);
assert.equal(eng("11-engine stack").ok, false);
const cli = makeValidator(33, {
what: "CLI tools",
pattern: /(\d+) tools(?=\s*\(\d+ CLI)/gi,
});
assert.equal(cli("all 33 tools (25 CLI Code's)").ok, true);
assert.equal(cli("all 26 tools (25 CLI Code's)").ok, false);
});
// --- v3.8.50 hardening: live provider source, llm.txt/package.json, migrations, SVGs --
// Regression guards for the 2026-08-12 audit: PROVIDER_REFERENCE.md was hand-stale at
// 291 while the live provider modules defined 338, and the gate trusted the doc — so
// README/AGENTS validated against a stale total and the gate stayed falsely green.
import {
countMigrations,
makeProviderReferenceValidator,
makePackageDescriptionValidator,
checkSvgCanonicalNumbers,
} from "../../scripts/check/check-docs-counts-sync.mjs";
const countMigs = countMigrations as () => number;
const makeRefValidator = makeProviderReferenceValidator as (
expected: number
) => (content: string) => { ok: boolean; detail: string };
const makePkgValidator = makePackageDescriptionValidator as (
expected: number
) => (content: string) => { ok: boolean; detail: string };
const checkSvg = checkSvgCanonicalNumbers as (
content: string,
expected: { providers?: number; mcpTools?: number; strategies?: number; pools?: number }
) => { ok: boolean; detail: string };
test("countMigrations reads a real, positive migration count", () => {
assert.ok(countMigs() > 100, "migrations dir should hold > 100 .sql files");
});
test("provider-reference validator accepts the live total and rejects a stale doc", () => {
const v = makeRefValidator(338);
assert.equal(v("Total providers: **338**. See category breakdown below.").ok, true);
const stale = v("Total providers: **291**. See category breakdown below.");
assert.equal(stale.ok, false, "a hand-stale doc total must be a red, not a silent pass");
assert.match(stale.detail, /gen:provider-reference/);
assert.equal(v("# Provider Reference\n\nNo total marker.").ok, false);
});
test("package.json description validator catches a stale provider count", () => {
const v = makePkgValidator(338);
assert.equal(v(JSON.stringify({ description: "Unified AI router with 338 providers" })).ok, true);
assert.equal(
v(JSON.stringify({ description: "Unified AI router with 291 providers" })).ok,
false
);
assert.equal(v("not json at all {").ok, false);
});
test("migrations claim validator accepts the real count and rejects stale styles", () => {
const v = makeValidator(144, { what: "migrations", pattern: /(\d+)\+? migrations?\b/gi });
assert.equal(v("SQLite domain modules (144 migrations)").ok, true);
assert.equal(v("local, zero-config, 110+ migrations").ok, false);
assert.equal(v("(130 migrations)").ok, false);
});
const SVG_EXPECTED = { providers: 338, mcpTools: 105, strategies: 19, pools: 42 };
test("SVG gate accepts canonical numbers in text and aria-label claims", () => {
const good =
'aria-label="338 AI providers, 19 routing strategies, MCP with 105 tools, ' +
'42 provider pools" <text>338 providers</text><text>MCP (105</text>';
assert.equal(checkSvg(good, SVG_EXPECTED).ok, true);
});
test("SVG gate flags each stale canonical number the audit found", () => {
for (const stale of [
"<text>290 providers</text>",
'aria-label="MCP server with 104 tools"',
"<text>MCP (104</text>",
"<text>18 routing strategies</text>",
'aria-label="43 provider pools and 460+ models"',
]) {
const r = checkSvg(stale, SVG_EXPECTED);
assert.equal(r.ok, false, `expected stale claim to be flagged: ${stale}`);
}
});
test("SVG gate ignores coordinates, sizes and unrelated small counts", () => {
const noise =
'<path d="M 30,310 C 136,290 176,240 296,206"/><rect width="104" height="24"/>' +
'<animate values="250;290;250"/><text font-size="104">15 providers ToS-flagged</text>' +
"<text>100+ providers</text><text>90+ free</text>";
const r = checkSvg(noise, SVG_EXPECTED);
assert.equal(r.ok, true, `coordinates/attrs must never register claims: ${r.detail}`);
});