Update agents to use explicit model selection
Both agents now use `sonnet` instead of `inherit`: - code-reviewer: Sonnet provides good code understanding for structured review tasks without needing opus-level reasoning - product-manager: Planning and issue-writing follow patterns from skills; sonnet handles these well Each agent includes a comment explaining the model choice. Closes #18 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
---
|
||||
name: product-manager
|
||||
description: Backlog management and roadmap planning specialist. Use for batch issue operations, comprehensive backlog reviews, or feature planning that requires codebase exploration.
|
||||
model: inherit
|
||||
# Model: sonnet handles planning and issue-writing well.
|
||||
# Tasks follow structured patterns from skills; opus not required.
|
||||
model: sonnet
|
||||
skills: forgejo, issue-writing, backlog-grooming, roadmap-planning
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user