II.
Capability JSON
Structured · livecapability:supports-env-var-feature-gating
Supports env-var feature gating json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-env-var-feature-gating",
"_kind": "Capability",
"_file": "capabilities/capabilities/missing-universal-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports env-var feature gating",
"description": "The runtime exposes a documented set of environment-variable feature\ngates (e.g. CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS) that the user can\ntoggle to enable/disable experimental subsystems without a redeploy.\nModeled via the EnvVar NodeKind.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentRuntimeImpl"
],
"category": "configuration"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:supports-env-var-feature-gating",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
}
]
}