Skip to content

Commit e392d91

Browse files
committed
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.
1 parent 06969b2 commit e392d91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/claude-md-audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
allowed_bots: "devin-ai-integration[bot]"
4444

4545
claude_args: |
46-
--max-turns 15
46+
--max-turns 25
47+
--model claude-opus-4-8
4748
--allowedTools "Read,Glob,Grep,Bash(git diff:*)"
4849
4950
prompt: |

0 commit comments

Comments
 (0)