iiRecord
Agentic AI Atlas · Claude Code user settings file
path:claude-user-settingsa5c.ai
II.
PathDescriptor JSON

path:claude-user-settings

Structured · live

Claude Code user settings file json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/path-descriptors/claude-user-settings.yamlCluster · catalog-meta
Record JSON
{
  "id": "path:claude-user-settings",
  "_kind": "PathDescriptor",
  "_file": "catalog-meta/path-descriptors/claude-user-settings.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "pathId": "path:claude-user-settings",
    "displayName": "Claude Code user settings file",
    "path": "~/.claude/settings.json",
    "pathKind": "settings-file",
    "ownerKind": "AgentPlatformImpl",
    "ownerId": "agent-platform-impl:claude-code.platform@1.x",
    "platform": "cross-platform",
    "scope": "user",
    "evaluationContext": "user",
    "expansion": "home",
    "notes": "JSON document holding Claude Code user-level settings: model\npreferences, hook configuration, plugin enablement, OAuth tokens\n(post browser-login). Settings-template fragments deep-merge into\nthis file (see extensions/settings-templates/example-claude-settings.yaml).\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "settings-template:example-claude",
      "to": "path:claude-user-settings",
      "kind": "merges_into",
      "attributes": {}
    }
  ]
}