Interface: TransitionChangeContext
Defined in: packages/core/src/composition/use-cases/transition-change.ts:20
Domain context for a ChangeRepository bound to a single workspace.
Properties
isExternal
readonlyisExternal:boolean
Defined in: packages/core/src/composition/use-cases/transition-change.ts:26
Whether the workspace's specs live outside the current git root.
ownership
readonlyownership:"owned"|"shared"|"readOnly"
Defined in: packages/core/src/composition/use-cases/transition-change.ts:24
Ownership level of this workspace.
workspace
readonlyworkspace:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:22
The workspace name from specd.yaml (e.g. 'default').