Skip to content

Commit dc8199d

Browse files
committed
fix
1 parent b773195 commit dc8199d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
prompt: "/review"
2929
claude_args: |
3030
--system-prompt "Follow the guidelines in CLAUDE.md. Focus on code quality, security, TypeScript strict mode (NO any types), Next.js App Router best practices, and hey-api integration patterns."
31-
--max-turns 30
31+
--max-turns 15
3232
3333
# Respond to @claude mentions
3434
interactive:
@@ -51,4 +51,4 @@ jobs:
5151
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5252
claude_args: |
5353
--system-prompt "Follow the guidelines in CLAUDE.md. Focus on code quality, security, TypeScript strict mode (NO any types), Next.js App Router best practices, and hey-api integration patterns."
54-
--max-turns 30
54+
--max-turns 15

0 commit comments

Comments
 (0)