Skip to main content

Interface: ProjectContextEntry

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

A structured project context entry in the result.

Properties

content

readonly content: string

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

The rendered text content.


path?

readonly optional path?: string

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

The file path (only for file entries).


source

readonly source: "instruction" | "file"

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

The type of context entry.