II.
InteractionPrimitive overview
Reference · liveinteraction-primitive:amux-triggers-enrich
amux-triggers enrich overview
Read the workflow event payload, normalize via the selected backend, optionally enrich via REST/local-git, then write the resulting NormalizedTriggerEvent JSON to --output or stdout. Source: packages/triggers/src/cli.ts:50-57.
Attributes
displayName
amux-triggers enrich
kind
cli-subcommand
surface
cli
parentBin
amux-triggers
subcommandVerb
enrich
flags
- --backend:1:select trigger backend (github|gitlab|bitbucket|generic-webhook)
- --event:1:override eventName (defaults to GITHUB_EVENT_NAME or AMUX_TRIGGER_EVENT)
- --event-path:1:override path to event payload JSON (defaults to GITHUB_EVENT_PATH)
- --include-diff:0:opt into git-show-based unified-diff enrichment
- --token:1:GitHub token (defaults to GITHUB_TOKEN env var)
- --output:1:write enriched JSON to file instead of stdout
subcommandExitCodes
- 0:ok:enrichment completed and written
- 1:error:unhandled exception (printed to stderr by isDirectRun catch handler)
description
Read the workflow event payload, normalize via the selected backend, optionally enrich
via REST/local-git, then write the resulting NormalizedTriggerEvent JSON to --output
or stdout. Source: packages/triggers/src/cli.ts:50-57.
Outgoing edges
subcommand_exposed_by1
- package:a5c-ai-triggers·PackageSurface
Incoming edges
supports_interaction_primitive1
- agent-ui-impl:agent-mux.ui@current·AgentUIImplagent-mux UI (current) — multi-surface