Interface: FsGetStatusOptions
Defined in: packages/core/src/composition/use-cases/get-status.ts:28
Filesystem adapter paths for createGetStatus(context, options).
Properties
approvals
readonlyapprovals:object
Defined in: packages/core/src/composition/use-cases/get-status.ts:44
Whether approval gates are active.
signoff
readonlysignoff:boolean
spec
readonlyspec:boolean
changesPath
readonlychangesPath:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:30
Absolute path to the changes/ directory.
configDir
readonlyconfigDir:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:38
Project root directory for resolving relative schema paths.
discardedPath
readonlydiscardedPath:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:34
Absolute path to the discarded/ directory.
draftsPath
readonlydraftsPath:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:32
Absolute path to the drafts/ directory.
nodeModulesPaths
readonlynodeModulesPaths: readonlystring[]
Defined in: packages/core/src/composition/use-cases/get-status.ts:36
Additional node_modules directories for schema resolution.
schemaRef
readonlyschemaRef:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:40
Schema reference string from config.
schemaRepositories
readonlyschemaRepositories:ReadonlyMap<string,SchemaRepository>
Defined in: packages/core/src/composition/use-cases/get-status.ts:42
Map of workspace name → schema repository instance.