iiRecord
Agentic AI Atlas · CLAUDE_PROJECT_DIR
env-var:claude-project-dira5c.ai
II.
EnvVar JSON

env-var:claude-project-dir

Structured · live

CLAUDE_PROJECT_DIR json

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

File · extensions/env-vars/claude-code-env-vars.yamlCluster · extensions
Record JSON
{
  "id": "env-var:claude-project-dir",
  "_kind": "EnvVar",
  "_file": "extensions/env-vars/claude-code-env-vars.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "CLAUDE_PROJECT_DIR",
    "description": "Resolved absolute path to the active project directory; available as a substitution variable inside skills/commands.",
    "name": "CLAUDE_PROJECT_DIR",
    "category": "prompt",
    "valueType": "path"
  },
  "outgoingEdges": [
    {
      "from": "env-var:claude-project-dir",
      "to": "agent-runtime-impl:claude-code.runtime@1.x",
      "kind": "affects",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "env-var:claude-project-dir",
      "kind": "has_env_var",
      "attributes": {}
    }
  ]
}