Skip to main content

Interface: FsGetStatusOptions

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

Filesystem adapter paths for createGetStatus(context, options).

Properties

approvals

readonly approvals: object

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

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:30

Absolute path to the changes/ directory.


configDir

readonly configDir: string

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

Project root directory for resolving relative schema paths.


discardedPath

readonly discardedPath: string

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

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

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

Absolute path to the drafts/ directory.


nodeModulesPaths

readonly nodeModulesPaths: readonly string[]

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

Additional node_modules directories for schema resolution.


schemaRef

readonly schemaRef: string

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

Schema reference string from config.


schemaRepositories

readonly schemaRepositories: ReadonlyMap<string, SchemaRepository>

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

Map of workspace name → schema repository instance.