DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Leaving a worktree will not adopt a project path with deceptive characters
You'll notice
Useful2Signal2
Elsewhere
Leaving a worktree keeps your old project root if the new path contains deceptive characters.
What's wrong with this entry?
Anonymous. No account, no email.
What
When you exit a git worktree, the project root Claude Code anchors to is only replaced if the new path passes a check for characters that could make it display as something other than what it is. If it fails, the previous anchor is kept and the refusal is recorded in the logs.
Evidence
ExitWorktree: not installing projectRoot
Strings lifted out of the shipped bundle, so the claim above can be checked against them.