II.
Capability JSON
Structured · livecapability:supports-bitbucket-trigger
Supports Bitbucket trigger backend json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-bitbucket-trigger",
"_kind": "Capability",
"_file": "capabilities/capabilities/triggers-package-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports Bitbucket trigger backend",
"description": "Normalizes Bitbucket Cloud webhook payloads (pullrequest:*,\nrepo:push). Action is derived from the event name suffix after the\ncolon. Source: packages/triggers/src/backends/bitbucket.ts:4\n(normalizeBitbucket).\n",
"appliesToNodeKinds": [
"OperationalTrigger",
"AgentPlatformImpl"
],
"category": "extension"
},
"outgoingEdges": [
{
"from": "capability:supports-bitbucket-trigger",
"to": "package:a5c-ai-triggers",
"kind": "supported_by"
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:babysitter.platform@current",
"to": "capability:supports-bitbucket-trigger",
"kind": "supports",
"attributes": {
"versionRange": ">=0.4.0",
"level": "full",
"notes": "normalizeBitbucket; action derived from event-name suffix after `:` (packages/triggers/src/backends/bitbucket.ts)."
}
}
]
}