mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
Several docs bodies carried stale counts from the v3.8.0–v3.8.2 era while the code moved on. Brought them to the canonical values verified against source: - providers 177/160+/223 → 226 (docs/reference/PROVIDER_REFERENCE.md "Total providers") - MCP tools 37/42/43 → 87 (open-sse/mcp-server TOTAL_MCP_TOOL_COUNT) - routing strategies 14 → 15 (routingStrategies.ts ROUTING_STRATEGY_VALUES) - i18n locales 40/40+ → 42 (config/i18n.json) - MCP scopes ~13/13 → 30 Files: ARCHITECTURE, CODEBASE_DOCUMENTATION, REPOSITORY_MAP, QUALITY_GATES, ACP, AGENT-SKILLS, AGENTBRIDGE, PROVIDERS-GUIDE, SETUP_GUIDE, MCP-SERVER (headline), OMNIROUTE_VS_ALTERNATIVES, README, RELEASE_CHECKLIST. Executors (60), OAuth providers (16), A2A skills (6) and cloud agents (3) were already correct (check-docs-counts-sync --strict still passes). Left untouched on purpose: the point-in-time reports (DOCUMENTATION_AUDIT_REPORT, E2E shakedown) and the MCP tool inventory diagram (mcp-tools-43.svg) — diagram regeneration is a separate task. This unblocks full GitHub-wiki content parity: the wiki was synced from these corrected sources via scripts/docs/sync-wiki.mjs --update-existing.