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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
EnterWorktree failure under harness git misdetection now points to a restart remedy — when multi_session.enabled: true (default), /rite:pr:open Step 2.3-W and /rite:resume re-entry detect the harness git repository misdetection (.git present and git CLI healthy, but the startup check reports false) and recommend restarting Claude Code from the repository root so the already-created worktree is reused (WT_CASE=reuse), instead of offering only the prior "abort / git switch -c" fallback. Documented in getting-started.md and git-worktree-patterns.md. (#1574)