Source Intelligence

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.

All of v2.1.202 Home All releases olderv2.1.201 v2.1.203newer

Worktree Orphan Directory Cleanup

A new self-healing check detects and removes orphaned worktree directories left behind from interrupted worktree operations.

Details
  • A directory is considered orphaned when its path exists on disk but is not registered as an active worktree in git
  • Before removing, the check verifies: (1) the branch has no unpushed commits, (2) git remote succeeds, (3) git rev-parse succeeds on the branch ref
  • If any safety check fails, removal is refused with a message explaining what to do manually
  • On successful cleanup: "[worktree] removed orphaned worktree directory at [path]"
Evidence

Orphan worktree cleanup (search for "Orphaned worktree dir at" and "refusing to self-heal")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.202 →