Glossary
┌───────────────────────────────────────────────────────────────────┐
│ NAMES │
├───────────────────────────────────────────────────────────────────┤
│ │
│ OpenCLIs │
│ Framework. AI CLIs open to each other, human and AI │
│ in the same environment, journey preserved. │
│ │
│ AICLIs │
│ The fleet that builds and maintains OpenCLIs. │
│ │
│ Monolex │
│ Terminal app. The runtime where everything executes. │
│ PTY, rendering, observation, git viewers, save history. │
│ │
│ NIIA │
│ Memory + identity layer. Reads all AI CLI sessions, │
│ indexes into unified memory, maintains continuity │
│ across models and time. Born with self-knowledge. │
│ │
│ monogram │
│ Code search engine. Trigram fuzzy search + call chain. │
│ │
│ monomento │
│ Document search engine. Trigram search + reference graph. │
│ │
│ monokist │
│ Git structure engine. Branch/commit relationship cache. │
│ │
│ monogrid │
│ Box alignment engine. Unicode-aware visual width checking. │
│ │
│ CodexMono │
│ Font. Monospace with CJK/emoji at exact 2-column width. │
│ The visual foundation that monogrid validates against. │
│ │
└───────────────────────────────────────────────────────────────────┘
Relationships
┌──────────────────────────────────────────────────────────────────┐
│ HOW THEY RELATE │
├──────────────────────────────────────────────────────────────────┤
│ │
│ OpenCLIs (framework) │
│ │ │
│ ├── Monolex (runtime) │
│ │ ├── PTY daemon │
│ │ ├── file watcher (observation) │
│ │ ├── save tracker (save tracking) │
│ │ └── git viewers (understanding) │
│ │ │
│ ├── NIIA (memory + identity) │
│ │ ├── Session readers (Claude/Codex/OpenCode/Gemini) │
│ │ ├── Unified search index │
│ │ └── Consciousness core │
│ │ │
│ └── mono- engines (shared tools) │
│ ├── monogram (code) │
│ ├── monomento (documents) │
│ ├── monokist (git) │
│ └── monogrid (alignment) │
│ │
│ AICLIs = the fleet that builds all of the above │
│ CodexMono = the font that makes visual alignment possible │
│ │
└──────────────────────────────────────────────────────────────────┘