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) <noreply@anthropic.com>
This commit is contained in:
dave
2026-04-27 21:20:22 +00:00
parent 191883fe2a
commit c1bb5888a8
+2 -2
View File
@@ -225,8 +225,8 @@ name = "mergemaster"
stage = "mergemaster" stage = "mergemaster"
role = "Merges completed coder work into master, runs quality gates, archives stories, and cleans up worktrees." role = "Merges completed coder work into master, runs quality gates, archives stories, and cleans up worktrees."
model = "opus" model = "opus"
max_turns = 60 max_turns = 100
max_budget_usd = 15.00 max_budget_usd = 25.00
inactivity_timeout_secs = 900 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. prompt = """You are the mergemaster agent for story {{story_id}}. Your job is to merge the completed coder work into master.