hacifootprint
hcifootprintInterfaces

ContextBrief

Interface: ContextBrief

Defined in: src/atom/types.ts:3186

Token-lean, prompt-ready session context. text is built from AUTHORED strings and structural facts only — state values and payloads never enter it (the two-string-class invariant extends to history).

Properties

frame

frame: JourneyFrame | null

Defined in: src/atom/types.ts:3189


node

node: string

Defined in: src/atom/types.ts:3187


text

text: string

Defined in: src/atom/types.ts:3190


version

version: number

Defined in: src/atom/types.ts:3188

On this page