iiRecord
Agentic AI Atlas · amux-triggers enrich
interaction-primitive:amux-triggers-enricha5c.ai
II.
InteractionPrimitive overview

interaction-primitive:amux-triggers-enrich

Reference · live

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.

InteractionPrimitiveOutgoing · 1Incoming · 1

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

Incoming edges

supports_interaction_primitive1