II.
OperationalTrigger JSON
Structured · liveoperational-trigger:amux-triggers-gitlab
amux-triggers — GitLab backend json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "operational-trigger:amux-triggers-gitlab",
"_kind": "OperationalTrigger",
"_file": "extensions/operational-triggers/triggers-package-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux-triggers — GitLab backend",
"triggerKind": "webhook-event",
"effect": "Normalizes a GitLab webhook payload (merge_request / push / note)\nusing object_kind / object_attributes shape, into the same\nNormalizedTriggerEvent envelope. No GitLab REST enrichment;\nrelies on workflow-event-payload + local-git fallback.\n",
"idempotent": true,
"invokerSurface": "webhook",
"backend": "gitlab",
"eventTaxonomy": [
"merge_request",
"push",
"note",
"issue"
],
"dispatchModel": "normalize-and-evaluate",
"payloadShape": "NormalizedTriggerEvent",
"queryDsl": "key-colon-value",
"cliEntrypoint": "amux-triggers",
"enrichmentSources": [
"workflow-event-payload",
"local-git-show",
"git-diff-unified"
],
"sourceCitation": "packages/triggers/src/backends/gitlab.ts:4 (normalizeGitlab),\npackages/triggers/src/enrich.ts:99 (enrichEvent — non-github branch\nskips API enrichment).\n",
"exitCodeSemantics": [
"0:matched:trigger query matched",
"78:skip:trigger query did not match (cli.ts:65)",
"1:error:unhandled exception"
]
},
"outgoingEdges": [
{
"from": "operational-trigger:amux-triggers-gitlab",
"to": "package:a5c-ai-triggers",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "operational-trigger:amux-triggers-gitlab",
"to": "shared-context-spec:normalized-trigger-event",
"kind": "has_payload_schema",
"attributes": {}
},
{
"from": "operational-trigger:amux-triggers-gitlab",
"to": "grammar:amux-triggers-query-dsl",
"kind": "parsed_by_grammar",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "grammar:amux-triggers-query-dsl",
"to": "operational-trigger:amux-triggers-gitlab",
"kind": "grammar_parses_for",
"attributes": {}
}
]
}