II.
EnvVar JSON
Structured · liveenv-var:claude-project-dir
CLAUDE_PROJECT_DIR json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}