Interface: FsTransitionChangeOptions
Defined in: packages/core/src/composition/use-cases/transition-change.ts:32
Filesystem adapter paths for createTransitionChange(context, options).
Properties
archivePath
readonlyarchivePath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:40
Absolute path to the archive root directory.
archivePattern?
readonlyoptionalarchivePattern?:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:42
Optional archive directory pattern (e.g. '{{year}}/{{change.archivedName}}').
changesPath
readonlychangesPath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:34
Absolute path to the changes/ directory.
configDir
readonlyconfigDir:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:46
Project root directory for resolving relative schema paths.
discardedPath
readonlydiscardedPath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:38
Absolute path to the discarded/ directory.
draftsPath
readonlydraftsPath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:36
Absolute path to the drafts/ directory.
nodeModulesPaths
readonlynodeModulesPaths: readonlystring[]
Defined in: packages/core/src/composition/use-cases/transition-change.ts:44
Additional node_modules directories for schema resolution.
projectRoot
readonlyprojectRoot:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:52
Absolute path to the project root.
schemaRef
readonlyschemaRef:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:48
Schema reference string from config.
schemaRepositories
readonlyschemaRepositories:ReadonlyMap<string,SchemaRepository>
Defined in: packages/core/src/composition/use-cases/transition-change.ts:50
Map of workspace name → schema repository instance.