Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / ContextLocalePack
Interface: ContextLocalePack
Defined in: packages/memory/src/context-engine/locale-packs/types.ts:97
A LocalePack collects every consumer-facing string the ContextEngine renders. Consumers register additional locales via defineContextLocalePack. The framework is locale-agnostic — no language is privileged in core.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
autoRecallTriggers | readonly | AutoRecallTriggers | Auto-recall trigger regex set. | packages/memory/src/context-engine/locale-packs/types.ts:103 |
baseTemplate | readonly | BaseTemplateFragments | Layer 1 base template fragments. | packages/memory/src/context-engine/locale-packs/types.ts:101 |
compactionSummaryTemplate | readonly | CompactionSummaryTemplate | 9-section compaction summary template (RB-46). | packages/memory/src/context-engine/locale-packs/types.ts:107 |
id | readonly | string | Stable lowercase identifier ('en', 'de', 'fr', …). | packages/memory/src/context-engine/locale-packs/types.ts:99 |
inboundSanitizationPreamble | readonly | InboundSanitizationPreamble | Inbound-sanitization preamble (D4 — RB-43). | packages/memory/src/context-engine/locale-packs/types.ts:105 |