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
fix(status): suppress false-positive "base merged" when branch hasn't diverged
The ancestor check in detectBranchMerged trivially passes when the branch
and base resolve to the same commit (e.g. a base workspace created from main
with no unique commits yet). Add a same-commit guard after the Phase 1
ancestor check to return null instead of { kind: "merge" }.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments