From c1bb5888a8fcf47a9d0e4ab00780bca3a17f520e Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 27 Apr 2026 21:20:22 +0000 Subject: [PATCH] config: bump mergemaster max_turns 60->100, budget $15->$25 Mergemaster needs more headroom for heavy merges (e.g. the slug-to-numeric ID migration touching many files, or the FS-shadow deletion stories that require fixing test setup across the codebase). 60 turns wasn't enough for the larger ones. Co-Authored-By: Claude Opus 4.7 (1M context) --- .huskies/agents.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.huskies/agents.toml b/.huskies/agents.toml index 520ebfd4..9ee6bd3c 100644 --- a/.huskies/agents.toml +++ b/.huskies/agents.toml @@ -225,8 +225,8 @@ name = "mergemaster" stage = "mergemaster" role = "Merges completed coder work into master, runs quality gates, archives stories, and cleans up worktrees." model = "opus" -max_turns = 60 -max_budget_usd = 15.00 +max_turns = 100 +max_budget_usd = 25.00 inactivity_timeout_secs = 900 prompt = """You are the mergemaster agent for story {{story_id}}. Your job is to merge the completed coder work into master.