II.
Capability JSON
Structured · livecapability:runtime-hooks
Runtime hooks json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:runtime-hooks",
"_kind": "Capability",
"_file": "capabilities/capabilities/from-agent-catalog.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Runtime hooks",
"description": "Harness supports shell or runtime lifecycle hooks fired around\nsession, prompt, and tool-call boundaries.\n",
"appliesToNodeKinds": [
"AgentVersion"
],
"category": "extensibility"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:runtime-hooks",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Runtime hooks tied to the official hook reference and guide plus the local plugin target shape."
}
},
{
"from": "agentVersion:copilot:ge-0-0-0",
"to": "capability:runtime-hooks",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Copilot CLI exposes hooks directly; the local target profile refines canonical hook-name mapping."
}
},
{
"from": "agentVersion:cursor:ge-0-0-0",
"to": "capability:runtime-hooks",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Cursor exposes hooks directly; local target profile refines canonical hook names."
}
},
{
"from": "agentVersion:gemini:ge-0-0-0",
"to": "capability:runtime-hooks",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Gemini CLI hook events documented directly."
}
},
{
"from": "agentVersion:opencode:ge-0-0-0",
"to": "capability:runtime-hooks",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "OpenCode plugins expose hook-based extensibility — first-party basis for runtime hooks."
}
},
{
"from": "capabilitySupport:claude:ge-0-0-0:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "capabilitySupport:codex:ge-0-119-0:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "capabilitySupport:copilot:ge-0-0-0:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "capabilitySupport:cursor:ge-0-0-0:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "capabilitySupport:gemini:ge-0-0-0:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "capabilitySupport:opencode:ge-0-0-0:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "capabilitySupport:shell-hook-runtime:runtime-hooks",
"to": "capability:runtime-hooks",
"kind": "evidences_capability",
"attributes": {}
},
{
"from": "transport-runtime:shell-hook-runtime",
"to": "capability:runtime-hooks",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Runtime hook execution surface."
}
}
]
}