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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Settings scopes now carry an explicit operator-or-repo rank

Under the hood
Useful3 Signal3
Settings

Settings sources now carry explicit precedence ranks and whether they belong to you or the repo.

What

The list of places settings can come from now records, for each one, whether it belongs to the operator or to the repository and where it sits in precedence: policy settings rank 0, flag settings 1, user settings 2, with project and local settings marked as repo-owned. This replaces a flat name lookup.

Details
  • New maps translate between the short names user, project and local and the internal settings keys.
Evidence

{ kind: "operator", rank: 0 }

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