Skip to main content

Variable: VALID_TRANSITIONS

const VALID_TRANSITIONS: Record<ChangeState, readonly ChangeState[]>

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.