From 3eccb72e209f05d9c80ba5dc35b183eefff59626 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 2 Apr 2026 07:07:01 -0400 Subject: [PATCH] fix(architect): change effort from max to high for external user compatibility --- agents/architect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/architect.md b/agents/architect.md index 45e2d2b..e078721 100644 --- a/agents/architect.md +++ b/agents/architect.md @@ -2,7 +2,7 @@ name: architect description: Research-first planning agent. Handles triage, research coordination, architecture design, and wave decomposition. Use before any non-trivial implementation task. Produces the implementation blueprint the entire team follows. model: opus -effort: max +effort: high permissionMode: plan tools: Read, Glob, Grep, WebFetch, WebSearch, Bash, Write disallowedTools: Edit