CLI · EXECUTION
Lexicons and resources
Lexicon profiles
The embedded lexicon provides core POS, function words, and irregulars. Enriched predicates add entries supported by pinned dictionary snapshots; full POS expands the detailed POS candidates.
The compact component resource supplies POS sequences and component spans for source surfaces. It does not expand the query lexicon.
Resource resolution
The native CLI resolves resources in order from explicit options, environment variables, and installation prefixes. A missing required capability causes an initialization or compile error.
The JavaScript API never guesses resource paths. Only the npm CLI knows the package asset locations and lazily loads the component resource for a query that needs it.
Compatibility validation
The binary header, package version, schema, source identity, section lengths, and SHA-256 are validated before the bytes enter engine state.
If a replacement fails to load, the engine preserves the previously validated component. It never falls back to an asset from another package version.