mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
Phase 0.1 — single source of truth for CLI Tools documentation. `docs/CLI-TOOLS.md` was a 492-line copy frozen at v3.0.0-rc.16 (13 tools, outdated provider tables). The current source of truth is `docs/reference/CLI-TOOLS.md` (v3.8.0, 17 tools, referenced by CLAUDE.md and every cross-doc link in docs/). Changes: - delete docs/CLI-TOOLS.md (no remaining references; all docs already pointed at docs/reference/CLI-TOOLS.md) - scripts/check/check-docs-sync.mjs: add anti-regression check that fails if a legacy superseded doc reappears Verified: \`npm run check:docs-sync\` passes; rg shows zero remaining references to the legacy path outside _references/ and _tasks/. Refs: _tasks/features-v3.8.0/cli/fase-0-preparacao/0.1-limpar-docs-duplicada.md