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.267 ·

Large expansion of protected/reserved paths under Claude's config directory

Claude Code's config directory reserves dozens more file and folder names as internal

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.267,
Under the hood

Claude Code's config directory reserves dozens more file and folder names as internal

What

Claude Code keeps a list of special file and folder names inside its own configuration directory (where it stores settings, sessions, logs and so on) that it treats differently from ordinary project files. That list has grown substantially, adding dozens of new reserved names covering things like usage data, caches, telemetry, task state, remote settings, and skill storage.

A related new function reads a per-skill claim file to determine skill ownership, capped at a size limit; if that file is too large, unreadable, or missing, it falls back to treating everything as claimed.

Why

Reserving these names prevents Claude Code's own internal bookkeeping files from colliding with anything a user or project might otherwise place in that directory, and supports newer features (like skills, daemons, and remote settings) that need their own protected storage.

See this entry in the whole of v2.1.267 →

Feedback