Skip to main content

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

readonly isExternal: 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

readonly ownership: "owned" | "shared" | "readOnly"

Defined in: packages/core/src/composition/use-cases/validate-artifacts.ts:25

Ownership level of this workspace.


workspace

readonly workspace: string

Defined in: packages/core/src/composition/use-cases/validate-artifacts.ts:23

The workspace name from specd.yaml (e.g. 'default').