Function: createCreateChange()
Constructs a CreateChange 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
createCreateChange(
config):CreateChange
Defined in: packages/core/src/composition/use-cases/create-change.ts:40
Constructs a CreateChange use case wired to the default workspace.
Parameters
config
The fully-resolved project configuration
Returns
The pre-wired use case instance
Call Signature
createCreateChange(
context,options):CreateChange
Defined in: packages/core/src/composition/use-cases/create-change.ts:48
Constructs a CreateChange use case with explicit context and fs paths.
Parameters
context
Workspace domain context
options
Filesystem adapter paths
Returns
The pre-wired use case instance