Skip to main content

Interface: FsArchiveChangeOptions

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

Filesystem adapter paths and pre-built port instances for createArchiveChange(context, options).

Properties

archivePath

readonly archivePath: string

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

Absolute path to the archive root directory.


archivePattern?

readonly optional archivePattern?: string

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

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


changesPath

readonly changesPath: string

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

Absolute path to the changes/ directory.


configDir

readonly configDir: string

Defined in: packages/core/src/composition/use-cases/archive-change.ts:61

Project root directory for resolving relative schema paths.


discardedPath

readonly discardedPath: string

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

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

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

Absolute path to the drafts/ directory.


nodeModulesPaths

readonly nodeModulesPaths: readonly string[]

Defined in: packages/core/src/composition/use-cases/archive-change.ts:59

Absolute path to the node_modules directory for schema resolution.


projectRoot

readonly projectRoot: string

Defined in: packages/core/src/composition/use-cases/archive-change.ts:65

Absolute path to the project root.


schemaRef

readonly schemaRef: string

Defined in: packages/core/src/composition/use-cases/archive-change.ts:62


schemaRepositories

readonly schemaRepositories: ReadonlyMap<string, SchemaRepository>

Defined in: packages/core/src/composition/use-cases/archive-change.ts:63


specRepositories

readonly specRepositories: ReadonlyMap<string, SpecRepository>

Defined in: packages/core/src/composition/use-cases/archive-change.ts:57

Pre-built spec repositories keyed by workspace name.

Must include entries for every workspace declared in the project config. ArchiveChange looks up the correct repo for each workspace by name.