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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Git divergence probe behind directory sync

Under the hood
Useful2 Signal3
Cloud Sessions

Directory sync now compares your local HEAD against the tracked remote branch to classify your working tree.

What

Directory sync gained a read-only check that compares your local HEAD against the tracked remote branch and classifies the working tree, which is what feeds the sync states you see reported.

Details
  • Outcomes: clean, tracked_changes, head_not_at_remote, detached_head, in_progress_op, remote_ref_unknown.
  • Files whose diff entry is ambiguous are compared by content digest.
  • All git invocations run with network egress and lazy fetching disabled.
Evidence

dir-sync: local divergence probe failed

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

See this entry in the whole of v2.1.234 →