Skip to main content

Interface: FsTransitionChangeOptions

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

Filesystem adapter paths for createTransitionChange(context, options).

Properties

archivePath

readonly archivePath: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:40

Absolute path to the archive root directory.


archivePattern?

readonly optional archivePattern?: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:42

Optional archive directory pattern (e.g. '{{year}}/{{change.archivedName}}').


changesPath

readonly changesPath: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:34

Absolute path to the changes/ directory.


configDir

readonly configDir: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:46

Project root directory for resolving relative schema paths.


discardedPath

readonly discardedPath: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:38

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:36

Absolute path to the drafts/ directory.


nodeModulesPaths

readonly nodeModulesPaths: readonly string[]

Defined in: packages/core/src/composition/use-cases/transition-change.ts:44

Additional node_modules directories for schema resolution.


projectRoot

readonly projectRoot: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:52

Absolute path to the project root.


schemaRef

readonly schemaRef: string

Defined in: packages/core/src/composition/use-cases/transition-change.ts:48

Schema reference string from config.


schemaRepositories

readonly schemaRepositories: ReadonlyMap<string, SchemaRepository>

Defined in: packages/core/src/composition/use-cases/transition-change.ts:50

Map of workspace name → schema repository instance.