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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Directory sync rejects duplicate file paths and reports each file

You'll notice
Useful2 Signal2
Elsewhere

Directory sync refuses duplicate paths and tells you what was applied, skipped or missing.

What

A manifest listing the same file path twice is now refused outright, and the completion row can list each file as applied, skipped or missing.

Details
  • The sync root is resolved through its real path; when that fails, dir_sync_apply_root_unresolvable is logged.
Evidence

dir_sync_apply_root_unresolvable

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.227 →