mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-16 20:02:45 +03:00
EURouter (#13025) and GreenPT (#13024) took the live provider modules to 358 unique IDs, so check:docs-all reported 7 STRICT drifts on the tip and the Release-Green run 34532113514 flagged 'Docs sync + fabricated-docs (strict)' as a HARD failure. - docs/reference/PROVIDER_REFERENCE.md: regenerated with the official generator (npm run gen:provider-reference), not hand-edited. - 4 diagrams + 2 tier-flow images: the embedded '356 providers' label. - AGENTS.md, llm.txt (+ its 50 i18n mirrors) and package.json's description: the numeral only, so the mirrors keep matching root. Only the count changes — no prose, no instruction text. Validation: npm run check:docs-all goes from '7 STRICT drift(s)' to PASS (docs-sync, mirrors for 50 locales, doc-links and fabricated-docs all green). Refs #12732