diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 9113c26..1ddd323 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -28,7 +28,7 @@ jobs: prompt: "/review" claude_args: | --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." - --max-turns 15 + --max-turns 50 # Respond to @claude mentions interactive: @@ -51,4 +51,4 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} claude_args: | --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." - --max-turns 15 + --max-turns 50