Skip to main content

Type Alias: SpecdContextEntry

SpecdContextEntry = { file: string; } | { instruction: string; }

Defined in: packages/core/src/application/specd-config.ts:10

A project-level context entry from the context section of specd.yaml.

Each entry is either an inline instruction or a file reference. The file content is read and injected verbatim at context-compilation time.