Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

Directory-sync git worker gains an 'attached machine' / standing-journal mode

Directory sync's git worker gains an 'attached machine' mode with standing journals and new detach reasons

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaDirectory Syncwhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Directory sync's git worker gains an 'attached machine' mode with standing journals and new detach reasons

What

The git-based directory-sync worker gained a substantial new code path around live syncing to a remote machine:

  • journals (its sync records) can now be "standing" as well as the previous "note"-based kind
  • checkouts can be "attached" to a live remote machine, tracked with a new attached flag and a bookkeepingOnBranch state
  • a new detach flow ends sync for specific reasons, such as branch_switched or machine_stopped, instead of only the previous generic "ended" flow
  • new fields foldedInstall, readsStanding, and a keepCheckoutPath marker (with a companion .offered file) track this state, letting an existing checkout be recognized as already attached instead of always redoing the initial setup
Why

This lets directory sync track and recover a live connection to a remote machine more precisely, distinguishing why a sync session ended and avoiding unnecessary rework when a checkout is already properly set up.

See this entry in the whole of v2.1.277 →