What problem does it solve? When a project opts into multi-model auditing, an auditor needs a consistent way to collect independent second opinions from Codex and GLM backends and merge them with the in-session Claude verdict without corrupting their independence or misreading disagreements. ## Core Features & Use Cases - Single convergence entry point: Documents the mcp__moai__audit_multi MCP tool that fans a review out to Codex and GLM in parallel and returns a structured ConvergenceResult. - Independence enforcement: Explains the load-bearing rule that secondary backends receive only the target and focus, never Claude's full analysis, preserving them as uncorrelated super-reviews. - Deterministic verdict policy: Provides the 4-case convergence table mapping required/advisory gate outcomes to overall pass/fail plus a disagreement flag, including fail-open behavior when optional backends are inconclusive. - Use Case: A plan-auditor agent with audit_model: multi finishes its Claude review, calls audit_multi with its synthesized verdict, and folds the returned per-backend verdicts and residual-risk note into the audit report. ## Quick Start Ask the auditor agent to run a multi-model audit on the uncommitted changes with focus on concurrency and fold the convergence result into the audit report.