Variables

SEMANTICS_MARKER

Variable: SEMANTICS_MARKER

const SEMANTICS_MARKER: "af_semantics" = 'af_semantics'

Defined in: src/lib/semantics/types.ts:48

The reserved key that makes a semantic envelope recognizable. Reserved vocabulary on the tool-result wire (the af_absent / af_coverage precedent): a plain object carrying af_semantics: true that validates cleanly is an envelope; every other value any tool has ever returned keeps its bytes.

On this page