Skip to main content

Function: createGetArchivedChange()

Constructs a GetArchivedChange instance wired with filesystem adapters.

Param

A fully-resolved SpecdConfig or an explicit context object

Param

Filesystem path options; required when configOrContext is a context object

Call Signature

createGetArchivedChange(config): GetArchivedChange

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

Constructs a GetArchivedChange use case with full project config.

Parameters

config

SpecdConfig

The fully-resolved project configuration

Returns

GetArchivedChange

The pre-wired use case instance

Call Signature

createGetArchivedChange(context, options): GetArchivedChange

Defined in: packages/core/src/composition/use-cases/get-archived-change.ts:35

Constructs a GetArchivedChange use case with explicit context and options.

Parameters

context

GetArchivedChangeContext

Domain context for the primary workspace

options

FsGetArchivedChangeOptions

Filesystem paths for archive resolution

Returns

GetArchivedChange

The pre-wired use case instance