You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: treat any PR base branch as a merge point, surface at top of Active
Extends the default-branch guard to any branch a PR is currently
targeting (develop, integration, release/*, …). After resolving PRs we
collect the union of baseBranch values; any worktree sitting on one of
those branches gets its PR assignment cleared. Self-derives — no config
or hardcoded list — and free, since every PR node already carries
baseRefName.
Renderer mirror: the no-PR / Active sidebar group now sorts merge-point
worktrees (main + any branch that's a PR base) immediately after the
main worktree, before feature worktrees, so the long-lived merge points
stay reachable at the top.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments