The dispatch mechanism is healthy (uniform switch, shared typed param extraction, cleared by review). The problem is sprawl: ~10 unrelated command domains in one file. The BrowserAutomation extension already proves the split pattern; apply it to the remaining domains. Pairs well with the command-catalog issue, which removes the capabilities array and shared validation blocks first.
From the 2026-07-09 nuclear review (10 module reviewers + Codex cross-model pass, disprove-first). Line refs are against the reductive-audit branch (PR #81).
The dispatch mechanism is healthy (uniform switch, shared typed param extraction, cleared by review). The problem is sprawl: ~10 unrelated command domains in one file. The BrowserAutomation extension already proves the split pattern; apply it to the remaining domains. Pairs well with the command-catalog issue, which removes the capabilities array and shared validation blocks first.
From the 2026-07-09 nuclear review (10 module reviewers + Codex cross-model pass, disprove-first). Line refs are against the
reductive-auditbranch (PR #81).