From efd89a26ace9df4b6c22b0cf1b6116e1bde5f126 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 28 Mar 2026 09:41:25 +0000 Subject: [PATCH] config: increase max_retries from 2 to 3 Co-Authored-By: Claude Opus 4.6 (1M context) --- .storkit/project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storkit/project.toml b/.storkit/project.toml index 233e6979..e4c3e030 100644 --- a/.storkit/project.toml +++ b/.storkit/project.toml @@ -11,7 +11,7 @@ max_coders = 3 # Maximum retries per story per pipeline stage before marking as blocked. # Set to 0 to disable retry limits. -max_retries = 2 +max_retries = 3 # Base branch name for this project. Worktree creation, merges, and agent prompts # use this value for {{base_branch}}. When not set, falls back to auto-detection