II.
Capability JSON
Structured · livecapability:supports-trigger-glob-paths
Supports glob path filters in trigger queries json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-trigger-glob-paths",
"_kind": "Capability",
"_file": "capabilities/capabilities/triggers-package-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports glob path filters in trigger queries",
"description": "Trigger queries accept glob patterns over changed-file paths\n(`path:packages/agent-mux/**`). `**` matches any depth, `*` matches\na single segment, `?` matches a single character; backslashes are\nnormalized to forward slashes before matching.\nSource: packages/triggers/src/query.ts:20 (globToRegExp),\npackages/triggers/src/query.ts:39 (matchesGlob).\n",
"appliesToNodeKinds": [
"OperationalTrigger",
"AgentPlatformImpl"
],
"category": "extension"
},
"outgoingEdges": [
{
"from": "capability:supports-trigger-glob-paths",
"to": "package:a5c-ai-triggers",
"kind": "supported_by"
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:babysitter.platform@current",
"to": "capability:supports-trigger-glob-paths",
"kind": "supports",
"attributes": {
"versionRange": ">=0.4.0",
"level": "full",
"notes": "globToRegExp + matchesGlob; ** any-depth, * single-segment, ? single-char (packages/triggers/src/query.ts:20)."
}
}
]
}