Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

File sync is declined for a folder with an unreadable .git entry

You'll notice
Useful2 Signal1
Cloud Sessions

A folder with an unreadable .git entry now gets a clear refusal for file sync up front.

What

If a folder has a .git entry that is not a readable git checkout, such as a link or something git did not write, file sync is now refused up front with a message saying so, rather than being offered and failing later.

Details
  • The refusal is recorded with the reason folder_is_repository.
  • Unconditional within the file-sync offer path.
Evidence

File sync is not offered for this folder: it has a .git entry that could not be read as a git checkout (a link, or something git did not write).

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.247 →