refactor: adjust agent model assignments based on role analysis
- frontend-architect: opus → sonnet (executes planner's plan) - backend-architect: opus → sonnet (executes planner's plan) - code-reviewer: sonnet → opus (deep reasoning for vulnerability/architecture analysis) - prompt-engineer: marked as optional (only for projects with LLM integration) Principle: planner does deep thinking, implementation agents execute the plan. Opus reserved for: planning, security audit, code review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: frontend-architect
|
||||
model: opus
|
||||
model: sonnet
|
||||
tools:
|
||||
- Read
|
||||
- Glob
|
||||
|
||||
Reference in New Issue
Block a user