Variable: VALID_TRANSITIONS
constVALID_TRANSITIONS:Record<ChangeState, readonlyChangeState[]>
Defined in: packages/core/src/domain/value-objects/change-state.ts:29
Defines all permitted state transitions for the change lifecycle.
Each key is a source state; the value is the array of states it may transition to. Transitions not listed here are invalid.
Both approval gate paths are listed. Use cases enforce which path
is taken based on the active specd.yaml configuration.