Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

'.ccr-seed' sync now refuses to push into its own reserved lane path

File sync now refuses to push files into its own reserved .ccr-seed directory

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaDirectory Syncwhat it touches
KindBug Fixesin v2.1.277,
You'll notice

File sync now refuses to push files into its own reserved .ccr-seed directory

What

A new guard rejects any file-sync push whose path is, or is inside, the .ccr-seed directory, which is reserved for sync's own internal use. This is checked when pushing a synced file, when re-fetching a seed, and when scanning for changed files, and a rejection is logged with the reason lane_path_reserved.

Why

This prevents file sync from accidentally overwriting or interfering with its own internal state, which could otherwise corrupt the sync mechanism itself.

See this entry in the whole of v2.1.277 →

Feedback