Non-Blocking Review Concern: info() helper and --verbose flag are dead code in bulk-install-claude-review.sh
Source: pre-push whole-codebase review
Location: bulk-install-claude-review.sh:50,64,81
Date: 2026-04-30
What was flagged
info() is defined at line 81 but never called anywhere in the script. The --verbose flag (parsed at line 64, default at line 50) toggles VERBOSE but only info() consumes it, so --verbose has no observable effect. Either call info from useful spots (e.g., before each process_repo, around the canonical-fetch, around dry-run skips) or drop the helper, the flag, and its --help/usage mention. Cosmetic; doesn't affect correctness.
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:
info()helper and--verboseflag are dead code in bulk-install-claude-review.shSource: pre-push whole-codebase review
Location:
bulk-install-claude-review.sh:50,64,81Date: 2026-04-30
What was flagged
info()is defined at line 81 but never called anywhere in the script. The--verboseflag (parsed at line 64, default at line 50) togglesVERBOSEbut onlyinfo()consumes it, so--verbosehas no observable effect. Either callinfofrom useful spots (e.g., before eachprocess_repo, around the canonical-fetch, around dry-run skips) or drop the helper, the flag, and its--help/usage mention. Cosmetic; doesn't affect correctness.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