iiRecord
Agentic AI Atlas · Claude Code per-project session state directory
path:claude-home-projectsa5c.ai
II.
PathDescriptor JSON

path:claude-home-projects

Structured · live

Claude Code per-project session state directory json

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

File · catalog-meta/path-descriptors/claude-home-dir.yamlCluster · catalog-meta
Record JSON
{
  "id": "path:claude-home-projects",
  "_kind": "PathDescriptor",
  "_file": "catalog-meta/path-descriptors/claude-home-dir.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "pathId": "path:claude-home-projects",
    "displayName": "Claude Code per-project session state directory",
    "path": "~/.claude/projects/<hash>/",
    "pathKind": "session-state-dir",
    "ownerKind": "AgentRuntimeImpl",
    "ownerId": "agent-runtime-impl:claude-code.runtime@1.x",
    "platform": "cross-platform",
    "scope": "user",
    "evaluationContext": "user",
    "expansion": "home",
    "notes": "Per-project session directory. Path is `~/.claude/projects/<encoded-cwd>/`\nwhere `<encoded-cwd>` is the absolute project working directory with\npath separators ('/') and dots ('.') replaced by '-' (e.g.\n`/Users/alice/repo` → `-Users-alice-repo`). It is *not* a cryptographic\nhash; renaming or moving the project directory invalidates resume.\nBacked by JSONL session files (see SessionModel format).\n"
  },
  "outgoingEdges": [
    {
      "from": "path:claude-home-projects",
      "to": "agent-runtime-impl:claude-code.runtime@1.x",
      "kind": "owned_by",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}