mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 11:40:12 -04:00
feat(worker): default to worktree isolation for safe parallel execution
This commit is contained in:
parent
ad26db334e
commit
cba5f5d99e
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ name: worker
|
||||||
description: Universal implementer. Handles all task tiers — trivial to architectural. Model is scaled by the orchestrator based on task complexity (haiku for trivial, sonnet for standard, opus for architectural/ambiguous). Default implementer for all implementation work.
|
description: Universal implementer. Handles all task tiers — trivial to architectural. Model is scaled by the orchestrator based on task complexity (haiku for trivial, sonnet for standard, opus for architectural/ambiguous). Default implementer for all implementation work.
|
||||||
model: sonnet
|
model: sonnet
|
||||||
permissionMode: acceptEdits
|
permissionMode: acceptEdits
|
||||||
|
isolation: worktree
|
||||||
tools: Read, Write, Edit, Glob, Grep, Bash
|
tools: Read, Write, Edit, Glob, Grep, Bash
|
||||||
maxTurns: 25
|
maxTurns: 25
|
||||||
skills:
|
skills:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue