workflow: bump max-turns to 16 and skip lockfile/bump diffs#44
Merged
Conversation
PR #43 (Harper v5 migration) hit max_turns=8 with zero permission denials — Claude was doing real review work but ran out of budget on a 9000-line diff dominated by package-lock.json regen. Two changes: 1. `--max-turns 8` → `--max-turns 16`. Gives headroom for substantive PRs. A single run at 8 turns cost ~$0.23; at 16 it could go higher but we still have concurrency-1 per PR and a 10-min timeout. OK. 2. Prompt now tells Claude to skip mechanical diffs: lockfiles, dep version bumps (unless they change engines/peerDeps or add new deps), and dist/ output. Keeps review focused on source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Second calibration PR after #43's baseline review hit
max_turns=8with zero permission denials — Claude was doing real review work but ran out of budget on a 9000-line diff dominated by thepackage-lock.jsonregen.Changes
max-turns8 → 16. Room for deeper dives on substantive PRs. Concurrency stays 1/PR, 10-minute job timeout unchanged.package-lock.json,bun.lock,yarn.lock, dep version bumps (unless they changeengines/peerDependencies/ add newdependencies), anddist/output.Test plan