Interface: NodeTypeDescriptor
Defined in: packages/core/src/application/ports/artifact-parser.ts:37
Describes one addressable node type for a file format.
Properties
description
readonlydescription:string
Defined in: packages/core/src/application/ports/artifact-parser.ts:43
Human-readable description for LLM context generation.
identifiedBy
readonlyidentifiedBy: readonlystring[]
Defined in: packages/core/src/application/ports/artifact-parser.ts:41
Selector properties that identify a node, e.g. ["matches"].
type
readonlytype:string
Defined in: packages/core/src/application/ports/artifact-parser.ts:39
Node type name, e.g. "section", "property", "pair".