Non-Blocking Review Concern: MISSING install branch name lacks version suffix, blocks reruns when an install PR is stuck open
Source: pre-push whole-codebase review
Location: bulk-install-claude-review.sh:290
Date: 2026-04-30
What was flagged
For STALE repos the script uses branch claude/bump-blocking-review-${TARGET_VERSION} (with version suffix), but for MISSING repos it uses the bare claude/install-blocking-review. If an install PR is opened but not merged before the next run, the second run aborts with "Branch already exists" and never recovers. Mirror the bump pattern: include ${TARGET_VERSION} (or a timestamp/short-sha) in the install branch name.
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: MISSING install branch name lacks version suffix, blocks reruns when an install PR is stuck open
Source: pre-push whole-codebase review
Location:
bulk-install-claude-review.sh:290Date: 2026-04-30
What was flagged
For STALE repos the script uses branch
claude/bump-blocking-review-${TARGET_VERSION}(with version suffix), but for MISSING repos it uses the bareclaude/install-blocking-review. If an install PR is opened but not merged before the next run, the second run aborts with "Branch already exists" and never recovers. Mirror the bump pattern: include${TARGET_VERSION}(or a timestamp/short-sha) in the install branch name.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