From b33ce495cb008af03d40fbb791c0f4d995b18330 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 11 Jun 2026 09:35:02 -0400 Subject: [PATCH] move tier1-3 agents to m3 --- .opencode/agents/tier1-orchestrator.md | 2 +- .opencode/agents/tier2-tech-lead.md | 2 +- .opencode/agents/tier3-worker.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.opencode/agents/tier1-orchestrator.md b/.opencode/agents/tier1-orchestrator.md index e3a85841..b55ff282 100644 --- a/.opencode/agents/tier1-orchestrator.md +++ b/.opencode/agents/tier1-orchestrator.md @@ -1,7 +1,7 @@ --- description: Tier 1 Orchestrator for product alignment, high-level planning, and track initialization mode: primary -model: minimax-coding-plan/MiniMax-M2.7 +model: minimax-coding-plan/MiniMax-M3 temperature: 0.5 permission: edit: ask diff --git a/.opencode/agents/tier2-tech-lead.md b/.opencode/agents/tier2-tech-lead.md index c81bc270..ad697a08 100644 --- a/.opencode/agents/tier2-tech-lead.md +++ b/.opencode/agents/tier2-tech-lead.md @@ -1,7 +1,7 @@ --- description: Tier 2 Tech Lead for architectural design and track execution with persistent memory mode: primary -model: minimax-coding-plan/MiniMax-M2.7 +model: minimax-coding-plan/MiniMax-M3 temperature: 0.4 permission: edit: ask diff --git a/.opencode/agents/tier3-worker.md b/.opencode/agents/tier3-worker.md index d46a58b7..394e8760 100644 --- a/.opencode/agents/tier3-worker.md +++ b/.opencode/agents/tier3-worker.md @@ -1,7 +1,7 @@ --- description: Stateless Tier 3 Worker for surgical code implementation and TDD mode: subagent -model: minimax-coding-plan/minimax-m2.7 +model: minimax-coding-plan/minimax-m3 temperature: 0.3 permission: edit: allow