Skip to main content

Interface: WorkspaceContextConfig

Defined in: packages/core/src/application/use-cases/compile-context.ts:32

Per-workspace configuration for context spec selection.

Properties

contextExcludeSpecs?

readonly optional contextExcludeSpecs?: string[]

Defined in: packages/core/src/application/use-cases/compile-context.ts:36

Exclude patterns evaluated only when this workspace is active.


contextIncludeSpecs?

readonly optional contextIncludeSpecs?: string[]

Defined in: packages/core/src/application/use-cases/compile-context.ts:34

Include patterns evaluated only when this workspace is active.