Directory sync can overlay onto an existing checkout instead of recloning, but every caller leaves it off.
Overlay sync is implemented behind an option defaulting to false that no caller sets.
What's wrong with this entry?
Directory sync can now be told to overlay changes onto an existing worker checkout instead of recloning it. The capability is carried on an options object that defaults to false, and every caller in this build falls back to false, so it is off.
- When a workspace wants an overlay but the capability is off, sync records
dir_sync_overlay_disabledand reports statusdisabled. - The success paths record
dir_sync_overlay_reclonedanddir_sync_overlaid_head_moved.
dir_sync_overlay_disabled
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.
-
v2.1.238
Sync state machine gains a moved-root case and a per-turn pull hook
Both mention directory
-
v2.1.238
Untracked-file survey extracted and shared
Both mention directory
-
v2.1.238
Sync internals reshaped around per-file credential state
Both mention directory