Interface: FsGetStatusOptions
Defined in: packages/core/src/composition/use-cases/get-status.ts:27
Filesystem adapter paths for createGetStatus(context, options).
Properties
approvals
readonlyapprovals:object
Defined in: packages/core/src/composition/use-cases/get-status.ts:43
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:29
Absolute path to the changes/ directory.
configDir
readonlyconfigDir:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:37
Project root directory for resolving relative schema paths.
discardedPath
readonlydiscardedPath:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:33
Absolute path to the discarded/ directory.
draftsPath
readonlydraftsPath:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:31
Absolute path to the drafts/ directory.
nodeModulesPaths
readonlynodeModulesPaths: readonlystring[]
Defined in: packages/core/src/composition/use-cases/get-status.ts:35
Additional node_modules directories for schema resolution.
schemaRef
readonlyschemaRef:string
Defined in: packages/core/src/composition/use-cases/get-status.ts:39
Schema reference string from config.
schemaRepositories
readonlyschemaRepositories:ReadonlyMap<string,SchemaRepository>
Defined in: packages/core/src/composition/use-cases/get-status.ts:41
Map of workspace name → schema repository instance.