Nothing to try yet
Directory sync can now resume from existing git history instead of only starting fresh
What
The directory-sync worker, which uses git to sync a local directory with a cloud session, gains a new attachOffer capability. When sync is listening but not yet actively syncing, it can now inspect the local repository's current branch and recent history and offer to attach to that existing history, provided the branch is resolvable, nothing is mid-operation, and consent checks pass.
Why
This lets directory sync pick up from a repository's existing git history rather than always starting sync from scratch.