mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-11 17:32:35 +03:00
Two drifts left behind when the prime-agent runtime entry landed: - CLI_PRIME_AGENT_BIN (src/shared/services/cliRuntime.ts, defaultCommand "prime-agent") was in neither ENVIRONMENT.md nor .env.example. The env-doc-sync gate does not resolve envBinKey values, so it could not catch this. - CLI-TOOLS.md's summary table still counted 9 CLI Agents while the catalog holds 10 — the section-2 heading and the README breakdown were already correct, only that cell lagged. A full sweep of every envBinKey in cliRuntime now shows all of them documented in both files.