mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-10 17:02:22 +03:00
Gap surfaced by OmniCopilot#16: the Chaos Mode dashboard page, its per-key chaosModeEnabled permission and both dispatch endpoints had no setup doc at all (only the auto/chaos table line existed), and AUTO-COMBO.md never stated that weighted is a proportional draw where zero-weight steps are never drawn. New docs/guides/CHAOS-MODE.md (registered in meta.json + docs/README.md) and a 'weighted semantics' subsection under the strategy table, both written from the code (chaosConfig.ts, chaosExecutor.ts, both routes, targetSorters.ts, targetResolution.ts). check:docs-all exits 0.
31 lines
621 B
JSON
31 lines
621 B
JSON
{
|
|
"title": "Guides",
|
|
"description": "Technical guides for operators and developers",
|
|
"pages": [
|
|
"SETUP_GUIDE",
|
|
"USER_GUIDE",
|
|
"THINKING_BUDGET",
|
|
"DOCKER_GUIDE",
|
|
"ELECTRON_GUIDE",
|
|
"FEATURES",
|
|
"CHAOS-MODE",
|
|
"FREE_PROVIDER_RANKINGS",
|
|
"COST_TRACKING",
|
|
"I18N",
|
|
"KIRO_SETUP",
|
|
"ANTIGRAVITY-ONBOARDING",
|
|
"CLAUDE-CODE-CONFIGURATION",
|
|
"CODEX-CLI-CONFIGURATION",
|
|
"CLI-INTEGRATIONS",
|
|
"VSCODE-COPILOT",
|
|
"MANAGEMENT-AUTH",
|
|
"REMOTE-MODE",
|
|
"PWA_GUIDE",
|
|
"TERMUX_GUIDE",
|
|
"TIERS",
|
|
"USAGE_QUOTA_GUIDE",
|
|
"TROUBLESHOOTING",
|
|
"UNINSTALL"
|
|
]
|
|
}
|