From cba5f5d99ec705c34b829442c2a6ed73c1e8b744 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 2 Apr 2026 07:09:39 -0400 Subject: [PATCH] feat(worker): default to worktree isolation for safe parallel execution --- agents/worker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/agents/worker.md b/agents/worker.md index 7be517b..153323a 100644 --- a/agents/worker.md +++ b/agents/worker.md @@ -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. model: sonnet permissionMode: acceptEdits +isolation: worktree tools: Read, Write, Edit, Glob, Grep, Bash maxTurns: 25 skills: