Interface: ContextSpecEntry
Defined in: packages/core/src/application/use-cases/compile-context.ts:143
A spec entry in the compiled context result.
Properties
content?
readonlyoptionalcontent?:string
Defined in: packages/core/src/application/use-cases/compile-context.ts:155
Rendered spec content (present only when mode is 'full').
description?
readonlyoptionaldescription?:string
Defined in: packages/core/src/application/use-cases/compile-context.ts:149
The spec description from metadata (summary/full modes).
mode
readonlymode:"list"|"summary"|"full"
Defined in: packages/core/src/application/use-cases/compile-context.ts:153
Rendering shape for this entry.
source
readonlysource:ContextSpecSource
Defined in: packages/core/src/application/use-cases/compile-context.ts:151
How this spec was collected.
specId
readonlyspecId:string
Defined in: packages/core/src/application/use-cases/compile-context.ts:145
Fully-qualified spec ID (e.g. core:core/compile-context).
title?
readonlyoptionaltitle?:string
Defined in: packages/core/src/application/use-cases/compile-context.ts:147
The spec title from metadata or heading extraction (summary/full modes).