Skip to main content

Interface: ArchiveChangeContext

Defined in: packages/core/src/composition/use-cases/archive-change.ts:27

Domain context for the primary (default) workspace used by ArchiveChange.

Properties

isExternal

readonly isExternal: boolean

Defined in: packages/core/src/composition/use-cases/archive-change.ts:33

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/archive-change.ts:31

Ownership level of this workspace.


workspace

readonly workspace: string

Defined in: packages/core/src/composition/use-cases/archive-change.ts:29

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