Skip to content

info() helper and --verbose flag are dead code in bulk-install-claude-review.sh #74

Description

@twistedmelonman

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech-debtTechnical debt to address

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions