Symbols

Reference implementation: sym/symbols.go

SEG (Segment)

An atomic unit of the attestation grammar. The segments (i, am, ix, ax, by, at, so, se, as, is, of) each have three layers:

Primary Segments

These symbols have UI components and keyboard shortcuts (user-configurable):

SymbolCommandMeaningUsage
iSelfYour vantage point into QNTX - the current user/session
amConfigurationSystem settings and state
ixIngestImport external data
axExpandQuery and surface related context
byActorAll forms: creator, source, authenticated user
atTemporalTime marker/moment
soThereforeConsequent action/trigger
seSemanticMeaning-based search and entailment

Attestation Building Blocks

Fundamental components of attestations (not UI elements):

SymbolConceptRole in Attestation
+asAssert - emit an attestation
=is
ofMembership in "predicate OF context"

Note: Consider alternative typeable symbol for (of) for better keyboard accessibility

Derived Attestation Types

SymbolNamePurpose
TripletGrouped attestations sharing the same subject+predicate+context
TypeAn actor's judgment that a pattern deserves a name
ΣSigmaDistilled/summarized attestation (sum of many observations)

System Symbols

Infrastructure and lifecycle markers:

SymbolNamePurpose
PulseAsync operations, always prefix Pulse-related logs. See API
PulseOpenGraceful startup with orphaned job recovery. See Opening & Closing
PulseCloseGraceful shutdown with checkpoint preservation. See Opening & Closing
DBDatabase/storage layer
ProseDocumentation and prose content
DocDocument/file content (PDF, etc.)
SubcanvasNested canvas workspace
WatcherObserver — rendered inline next to watched predicates in the UI. Color follows spice saturation: bright blue under low dilation, deep sea blue when relaxed, faded white when never fired

Manifestation

The visual form a glyph takes when it morphs beyond the GlyphRun. A glyph can manifest as a window, canvas, fullscreen overlay, modal, tooltip, or any other interactive surface. The same DOM element, the same identity — different manifestations. See glyphs.md for the full vision.