Follow-up from PR #61 — auto-proposed from the code review.
Finding: [NOTE] The local-branch cleanup one-liner uses grep -vE '^\*|^\s*(main|dev|test)$', which only excludes those names when the integration branch is literally dev; users with a different BRANCH_DEV (e.g. develop) need to adjust both the git branch --merged argument and the grep exclusion list, which the surrounding prose doesn't fully spell out.
See the review comment on the PR for context.
Follow-up from PR #61 — auto-proposed from the code review.
Finding: [NOTE] The local-branch cleanup one-liner uses
grep -vE '^\*|^\s*(main|dev|test)$', which only excludes those names when the integration branch is literallydev; users with a differentBRANCH_DEV(e.g.develop) need to adjust both thegit branch --mergedargument and the grep exclusion list, which the surrounding prose doesn't fully spell out.See the review comment on the PR for context.