packages feed

keiro-dsl-0.15.0.0: test/fixtures/workspace-context-mismatch/domain/a.keiro

language keiro-dsl 4
context alpha

id AlphaId prefix=alp

aggregate Alpha
  regs
    alphaId AlphaId = placeholder
  states Pending Done!

  command DoThing { alphaId attempt:Int }
  event ThingCompleted { alphaId attempt:Int }

  Pending -- DoThing -->
    emit ThingCompleted
    goto Done

  wire kind=ctorName fields=camelCase schemaVersion=1