Interface: ValidateArtifactsContext
Defined in: packages/core/src/composition/use-cases/validate-artifacts.ts:21
Domain context for the primary (default) workspace used by ValidateArtifacts.
Properties
isExternal
readonlyisExternal:boolean
Defined in: packages/core/src/composition/use-cases/validate-artifacts.ts:27
Whether the workspace's specs live outside the current git root.
ownership
readonlyownership:"owned"|"shared"|"readOnly"
Defined in: packages/core/src/composition/use-cases/validate-artifacts.ts:25
Ownership level of this workspace.
workspace
readonlyworkspace:string
Defined in: packages/core/src/composition/use-cases/validate-artifacts.ts:23
The workspace name from specd.yaml (e.g. 'default').