12 lines
278 B
Markdown
12 lines
278 B
Markdown
---
|
|
name: fast-fix
|
|
description: Small team for quick bug fixes
|
|
defaultWorkflow: fast-fix
|
|
workspaceMode: single
|
|
maxConcurrency: 1
|
|
---
|
|
|
|
- explorer: agent=explorer find the relevant files
|
|
- executor: agent=executor make the fix
|
|
- verifier: agent=verifier verify the fix
|