fix(quality): drain v3.8.50 base-reds — doc counts + orphan uncloseai test - #11160
Merged
diegosouzapw merged 1 commit intoAug 22, 2026
Conversation
yourspraveen
pushed a commit
to yourspraveen/OmniRoute
that referenced
this pull request
Aug 22, 2026
… test Includes changelog fragment for diegosouzapw#11160.
diegosouzapw
force-pushed
the
fix/release-v3.8.50-basereds-docs-counts-orphan
branch
from
August 22, 2026 23:41
07a3811 to
1cc37f9
Compare
diegosouzapw
merged commit Aug 22, 2026
ce66d31
into
diegosouzapw:release/v3.8.50
2 of 5 checks passed
diegosouzapw
pushed a commit
that referenced
this pull request
Aug 23, 2026
…0964) Merged after conflict triage: the six base-red repair files (vi.json, opencode.ts JSDoc, context-manager test, the three webhook dispatcher tests, the uncloseai orphan-test rename) were already drained on the tip by today's #11130/#11157/#11160/#11113 — those hunks resolved to the tip shape. What lands is the production-fix set: GLM transport-aware Anthropic headers, Claude Code-compatible model-listing rejection, combo live-test single-probe, zero-cost Auto-Combo interval normalization, recovery-clearing union handling, LLMLingua real-path compare, macOS netstat PID discovery, AI Horde R2 strict public-host validation. Sweep of every touched test file: 243/243 green; typecheck + file-size clean. (guide-settings-route's 4 reds reproduce on the pure tip — pre-existing drift from #11079, not from here.) Thank you @backryun!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drains two HARD failures that have been red on
release/v3.8.50for every PR targeting it. Reported on #9985; neither belongs to the PRs that tripped over them.1.
check:docs-counts— jobDocs Gates (fast-path)Three counts drifted when code landed without the matching doc update:
84c9dfdd2(#11103) →161_config_audit_log.sql;aa1287368(#11118/#11123) →162_remove_hackclub_provider.sqlaa1287368(#11118/#11123) — Hack Club AI removedThe migration count lives in
README.md,AGENTS.mdandllm.txt, andllm.txtis mirrored into 42 locales underdocs/i18n/<locale>/llm.txt.check:docs-syncrequires the mirrors to match the root, so all 45 files move together — that is why the diff is wide but shallow (one number per file). The free-forever and pool counts are hand-maintained numbers baked intoREADME.mdand two SVGs (promise-pillars,free-tier-budget), including theiralt/desctext, so those were updated in place.2.
check:test-discovery— jobFast Quality Gatestests/unit/providers/uncloseai-noauth.test.tswas the only file undertests/unit/providers/, andprovidersis absent from the collected-directory list intest:unit/test:unit:ci:shard:So it has never executed since landing in
d61eec63b(#8864/#11064). The gate failure is the smaller problem — the real cost is that the UncloseAI no-auth regression it guards has been unprotected this whole time.Moved to
tests/unit/providers-uncloseai-noauth.test.ts, matching the existing root-level convention (providers-page-utils,providers-validate-route,providers-route-managed-catalog, …). It imports only through the@/alias, so directory depth is irrelevant, and it passes now that it actually runs. Widening the runner glob instead was the alternative, but that changes shard composition for a directory holding one file.Verification
check:docs-countscheck:docs-allcheck:docs-sync(42 locale mirrors)check:test-discoverycheck:mutation-test-coveragetests/unit/providers-uncloseai-noauth.test.tsNo production code changes — docs counts plus one test-file move.