Skip to main content

Interface: FsCreateChangeOptions

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

Filesystem adapter paths for createCreateChange(context, options).

Properties

changesPath

readonly changesPath: string

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

Absolute path to the changes/ directory for active changes.


discardedPath

readonly discardedPath: string

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

Absolute path to the discarded/ directory for abandoned changes.


draftsPath

readonly draftsPath: string

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

Absolute path to the drafts/ directory for shelved changes.