Directory sync now compares your local HEAD against the tracked remote branch to classify your working tree.
What's wrong with this entry?
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.
- 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.
dir-sync: local divergence probe failed
Strings lifted out of the shipped bundle, so the claim above can be checked against them.