Non-Blocking Review Concern: Documentation stale re: max_turns formula and range
Source: pre-push whole-codebase review
Location: .github/workflows/claude-blocking-review.yml:8, README.md:34
Date: 2026-04-18
What was flagged
The top-of-file docstring at .github/workflows/claude-blocking-review.yml:8 still says max_turns: 10 + lines/150, +20% buffer (min 25, max 50), and README.md:34 advertises the same formula and 25–50 range. The runtime now uses 8 + lines/200 with a 15–40 range. These won't cause runtime failures (not a BLOCK), but they'll mislead callers sizing their own overrides and mislead future maintainers reading the workflow header. Update both to reflect the new formula/range.
Context
This issue was automatically created from a non-blocking concern identified
during pre-push whole-codebase review. It was flagged for tracking.
Created by lib-review-issues.sh
Non-Blocking Review Concern: Documentation stale re: max_turns formula and range
Source: pre-push whole-codebase review
Location:
.github/workflows/claude-blocking-review.yml:8, README.md:34Date: 2026-04-18
What was flagged
The top-of-file docstring at
.github/workflows/claude-blocking-review.yml:8still saysmax_turns: 10 + lines/150, +20% buffer (min 25, max 50), andREADME.md:34advertises the same formula and25–50range. The runtime now uses8 + lines/200with a15–40range. These won't cause runtime failures (not a BLOCK), but they'll mislead callers sizing their own overrides and mislead future maintainers reading the workflow header. Update both to reflect the new formula/range.Context
This issue was automatically created from a non-blocking concern identified
during pre-push whole-codebase review. It was flagged for tracking.
Created by lib-review-issues.sh