From 37474572498b838e5cd2136a4bddafe5c1a94a7f Mon Sep 17 00:00:00 2001 From: Philippe Loulidi <78689302+LipLoody@users.noreply.github.com> Date: Thu, 24 Sep 2026 15:32:34 -0600 Subject: [PATCH] chore: use Claude Opus 5.5 for the coordinator --- .expo-agents/code-review/coordinator.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.expo-agents/code-review/coordinator.md b/.expo-agents/code-review/coordinator.md index 1e42499..8f86a66 100644 --- a/.expo-agents/code-review/coordinator.md +++ b/.expo-agents/code-review/coordinator.md @@ -1,7 +1,6 @@ --- -# The coordinator only consolidates text (no repo tools), so a fast, cheap model -# fits and keeps this serial step from adding latency. Override as you like. -model: anthropic/claude-haiku-4-5 +# Keep the final decision on the same model as the specialist passes. +model: anthropic/claude-opus-5-5 --- # Coordinator — consolidation & decision