Interface: GetSpecContextInput
Defined in: packages/core/src/application/use-cases/get-spec-context.ts:15
Input for the GetSpecContext use case.
Properties
depth?
readonlyoptionaldepth?:number
Defined in: packages/core/src/application/use-cases/get-spec-context.ts:23
Limits dependency traversal depth. Only meaningful when followDeps is true.
followDeps?
readonlyoptionalfollowDeps?:boolean
Defined in: packages/core/src/application/use-cases/get-spec-context.ts:21
When true, follows dependsOn links transitively.
sections?
readonlyoptionalsections?: readonlySpecContextSectionFlag[]
Defined in: packages/core/src/application/use-cases/get-spec-context.ts:25
When present, restricts output to the listed section types.
specPath
readonlyspecPath:SpecPath
Defined in: packages/core/src/application/use-cases/get-spec-context.ts:19
The spec path within the workspace.
workspace
readonlyworkspace:string
Defined in: packages/core/src/application/use-cases/get-spec-context.ts:17
The workspace name (e.g. 'default', 'billing').