diff --git a/config/opencode/agents/check.md b/config/opencode/agents/check.md index 3017641..eb8bd67 100644 --- a/config/opencode/agents/check.md +++ b/config/opencode/agents/check.md @@ -1,7 +1,6 @@ --- description: Design reviewer that systematically identifies risks, gaps, and flaws in plans, architectures, and PRs mode: subagent -model: openai/gpt-5.3-codex temperature: 0.4 tools: # Read-only: no write/edit/shell diff --git a/config/opencode/agents/make.md b/config/opencode/agents/make.md index 41e10f7..6780ffa 100644 --- a/config/opencode/agents/make.md +++ b/config/opencode/agents/make.md @@ -1,8 +1,6 @@ --- description: Implements discrete coding tasks from specs with acceptance criteria, verifying each implementation before completion mode: subagent -model: anthropic/claude-sonnet-4-6-1m -temperature: 0.2 tools: write: true edit: true diff --git a/config/opencode/agents/pm.md b/config/opencode/agents/pm.md index fa95269..a0124be 100644 --- a/config/opencode/agents/pm.md +++ b/config/opencode/agents/pm.md @@ -1,7 +1,6 @@ --- description: Project management agent that manages issues in a local TODO.md file (status, comments, acceptance criteria) mode: subagent -model: anthropic/claude-haiku-4-5 tools: read: true glob: true diff --git a/config/opencode/agents/simplify.md b/config/opencode/agents/simplify.md index 1b4b195..04d0977 100644 --- a/config/opencode/agents/simplify.md +++ b/config/opencode/agents/simplify.md @@ -1,8 +1,6 @@ --- description: Spots overengineering and unnecessary complexity. Proposes concrete simplifications. mode: subagent -model: openai/gpt-5.3-codex -temperature: 0.4 tools: # Read-only: no write/edit/shell write: false diff --git a/config/opencode/agents/test.md b/config/opencode/agents/test.md index b3d6b25..af8fad1 100644 --- a/config/opencode/agents/test.md +++ b/config/opencode/agents/test.md @@ -1,8 +1,6 @@ --- description: Writes meaningful failing tests from task specs using TDD, verifying RED before handing off to @make mode: subagent -model: anthropic/claude-sonnet-4-6-1m -temperature: 0.2 tools: write: true edit: true