Skip to main content

Interface: FsGetStatusOptions

Defined in: packages/core/src/composition/use-cases/get-status.ts:27

Filesystem adapter paths for createGetStatus(context, options).

Properties

approvals

readonly approvals: object

Defined in: packages/core/src/composition/use-cases/get-status.ts:43

Whether approval gates are active.

signoff

readonly signoff: boolean

spec

readonly spec: boolean


changesPath

readonly changesPath: string

Defined in: packages/core/src/composition/use-cases/get-status.ts:29

Absolute path to the changes/ directory.


configDir

readonly configDir: string

Defined in: packages/core/src/composition/use-cases/get-status.ts:37

Project root directory for resolving relative schema paths.


discardedPath

readonly discardedPath: string

Defined in: packages/core/src/composition/use-cases/get-status.ts:33

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

Defined in: packages/core/src/composition/use-cases/get-status.ts:31

Absolute path to the drafts/ directory.


nodeModulesPaths

readonly nodeModulesPaths: readonly string[]

Defined in: packages/core/src/composition/use-cases/get-status.ts:35

Additional node_modules directories for schema resolution.


schemaRef

readonly schemaRef: string

Defined in: packages/core/src/composition/use-cases/get-status.ts:39

Schema reference string from config.


schemaRepositories

readonly schemaRepositories: ReadonlyMap<string, SchemaRepository>

Defined in: packages/core/src/composition/use-cases/get-status.ts:41

Map of workspace name → schema repository instance.