II.
EnvVar JSON
Structured · liveenv-var:claude-code-enable-tasks
CLAUDE_CODE_ENABLE_TASKS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-enable-tasks",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-interactive.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_ENABLE_TASKS",
"description": "Set to 1 to enable task tracking in non-interactive mode.",
"name": "CLAUDE_CODE_ENABLE_TASKS",
"category": "interactive",
"valueType": "bool"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-enable-tasks",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}