From fe7fb3fa1f66765e1c974f54fffb60b898d0288e Mon Sep 17 00:00:00 2001 From: YuminosukeSato Date: Fri, 6 Feb 2026 23:32:21 +0900 Subject: [PATCH] ci: increase max-turns from 20 to 30 PR #92 used 21 turns and hit the limit. Increasing to 30 to allow more comprehensive reviews without artificial cutoffs. Observed usage: - PR #90: 18 turns (/bin/zsh.51) - PR #92: 21 turns (/bin/zsh.36) Expected cost: ~/bin/zsh.40-0.60 per PR --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index c152b0a..4bc6222 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -42,4 +42,4 @@ jobs: - UDS security (socket permissions, HMAC) - Performance regressions in IPC paths Be concise. Only flag real issues. - claude_args: "--max-turns 20 --model claude-opus-4-5-20251101" + claude_args: "--max-turns 30 --model claude-opus-4-5-20251101"