From e392d91dfbf7bbeb88f4285cd9a32c3ccd56557e Mon Sep 17 00:00:00 2001 From: Daniel Sutton Date: Fri, 19 Jun 2026 17:58:16 +0100 Subject: [PATCH] ci: raise CLAUDE.md audit turn limit to 25 and pin Opus 4.8 The CLAUDE.md audit job often hit its 15-turn cap before finishing the review, ending without a verdict. Raise the limit to 25 and pin the model to claude-opus-4-8 instead of inheriting the action default. --- .github/workflows/claude-md-audit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-md-audit.yml b/.github/workflows/claude-md-audit.yml index e6d459fd9b..215e7ac23b 100644 --- a/.github/workflows/claude-md-audit.yml +++ b/.github/workflows/claude-md-audit.yml @@ -43,7 +43,8 @@ jobs: allowed_bots: "devin-ai-integration[bot]" claude_args: | - --max-turns 15 + --max-turns 25 + --model claude-opus-4-8 --allowedTools "Read,Glob,Grep,Bash(git diff:*)" prompt: |