II.
Capability JSON
Structured · livecapability:requires-git-repo
Requires git repo json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:requires-git-repo",
"_kind": "Capability",
"_file": "capabilities/capabilities/missing-universal-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Requires git repo",
"description": "The agent will not start (or operates with degraded functionality)\nwhen launched outside a git repository. Used by Workspace materialization\nselection and by Execution-mode pre-flight checks.\n",
"appliesToNodeKinds": [
"AgentVersion"
],
"category": "process"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:requires-git-repo",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "partial",
"notes": "Claude Code starts outside git repos but git-aware features (diffs, branch awareness) are degraded."
}
}
]
}