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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Admins can exclude folders from directory sync with dir_sync_folder_ignore

Use it now
Useful3 Signal3
Directory Sync Notable not in their notes

Admins can list folders in dir_sync_folder_ignore to keep them out of directory sync.

dir_sync_folder_ignore
What

Managed policy settings gain a dir_sync_folder_ignore key, a newline-separated list of folders to leave out of directory sync.

Details
  • Parsed the same way as the existing policy keys claudemd_rule_globs, skill_paths, file_suggestions_ignore and worktreeinclude: one entry per line.
  • Set through managed/policy settings, so it applies to everyone on the machine rather than per project.
Evidence

dir_sync_folder_ignore

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