Skip to main content

Interface: NodeTypeDescriptor

Defined in: packages/core/src/application/ports/artifact-parser.ts:37

Describes one addressable node type for a file format.

Properties

description

readonly description: string

Defined in: packages/core/src/application/ports/artifact-parser.ts:43

Human-readable description for LLM context generation.


identifiedBy

readonly identifiedBy: readonly string[]

Defined in: packages/core/src/application/ports/artifact-parser.ts:41

Selector properties that identify a node, e.g. ["matches"].


type

readonly type: string

Defined in: packages/core/src/application/ports/artifact-parser.ts:39

Node type name, e.g. "section", "property", "pair".