Skip to main content

Interface: FsTransitionChangeOptions

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

Filesystem adapter paths for createTransitionChange(context, options).

Properties

archivePath

readonly archivePath: string

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

Absolute path to the archive root directory.


archivePattern?

readonly optional archivePattern?: string

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

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


changesPath

readonly changesPath: string

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

Absolute path to the changes/ directory.


configDir

readonly configDir: string

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

Project root directory for resolving relative schema paths.


discardedPath

readonly discardedPath: string

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

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

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

Absolute path to the drafts/ directory.


nodeModulesPaths

readonly nodeModulesPaths: readonly string[]

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

Additional node_modules directories for schema resolution.


projectRoot

readonly projectRoot: string

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

Absolute path to the project root.


schemaRef

readonly schemaRef: string

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

Schema reference string from config.


schemaRepositories

readonly schemaRepositories: ReadonlyMap<string, SchemaRepository>

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

Map of workspace name → schema repository instance.