Skip to main content

Interface: FsCreateChangeOptions

Defined in: packages/core/src/composition/use-cases/create-change.ts:25

Filesystem adapter paths for createCreateChange(context, options).

Properties

changesPath

readonly changesPath: string

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

Absolute path to the changes/ directory for active changes.


discardedPath

readonly discardedPath: string

Defined in: packages/core/src/composition/use-cases/create-change.ts:31

Absolute path to the discarded/ directory for abandoned changes.


draftsPath

readonly draftsPath: string

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

Absolute path to the drafts/ directory for shelved changes.