From 5542b8db764a482d1962191d3864d6ef99b30605 Mon Sep 17 00:00:00 2001 From: YuminosukeSato Date: Fri, 6 Feb 2026 23:16:46 +0900 Subject: [PATCH] ci: increase Claude Code max-turns from 5 to 20 Opus 4.6 needs more turns for thorough code reviews. Recent PR review used 6 turns and hit the 5-turn limit. Increasing to 20 turns allows for: - More comprehensive analysis - Deeper security checks - Better architectural insights Co-Authored-By: Claude Opus 4.6 --- .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 cc88999..f072bbd 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -35,4 +35,4 @@ jobs: - UDS security (socket permissions, HMAC) - Performance regressions in IPC paths Be concise. Only flag real issues. - claude_args: "--max-turns 5 --model claude-opus-4-6" + claude_args: "--max-turns 20 --model claude-opus-4-6"