Fix subagent_type in spawn-pr-fixes and review-pr commands

- spawn-pr-fixes: "general-purpose" → "pr-fixer"
- review-pr: Added explicit subagent_type: "software-architect"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-10 16:14:14 +01:00
parent e1c19c12c3
commit 7ed31432ee
2 changed files with 7 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ Look for PRs where:
2. Spawn background agent using Task tool:
```
Task tool with:
- subagent_type: "general-purpose"
- subagent_type: "pr-fixer"
- run_in_background: true
- prompt: See agent prompt below
```