Skip to main content

Interface: FsApproveSpecOptions

Defined in: packages/core/src/composition/use-cases/approve-spec.ts:28

Filesystem adapter paths for createApproveSpec(context, options).

Properties

changesPath

readonly changesPath: string

Defined in: packages/core/src/composition/use-cases/approve-spec.ts:30

Absolute path to the changes/ directory.


discardedPath

readonly discardedPath: string

Defined in: packages/core/src/composition/use-cases/approve-spec.ts:34

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

Defined in: packages/core/src/composition/use-cases/approve-spec.ts:32

Absolute path to the drafts/ directory.


projectRoot

readonly projectRoot: string

Defined in: packages/core/src/composition/use-cases/approve-spec.ts:36

Absolute path to the project root (for schema resolution).


schemaRef

readonly schemaRef: string

Defined in: packages/core/src/composition/use-cases/approve-spec.ts:37


schemaRepositories

readonly schemaRepositories: ReadonlyMap<string, SchemaRepository>

Defined in: packages/core/src/composition/use-cases/approve-spec.ts:38