/review Detects whether to review a plan or code, assembles the right panel, runs the review-fix loop. 1. Detect Mode From args or context: 1. Explicit: or — use that. 2. Plan file exists in (non- ) and no commits beyond main — plan mode . 3. produces output — code mode . 4. Ambiguous — ask: "Reviewing the plan or the code?" Optional overrides after mode: - Round cap : default 3. "thorough" (5) or "quick" (1). - Severity gate : defaults differ by mode — plan mode = P2 , code mode = P3 (local-merge flow assumes nits are cheaper to fix now than to file as issues). "strict" forces P1, "p2" force…