Skip to content

Classification Taxonomy SSoT

This document serves as the canonical map for the structural classification of Vox components, as referenced by AGENTS.md.

DomainCrate PrefixResponsibility
Core Compilervox-compilerLexing, parsing, HIR lowering, type checking, and IR emission. (Replaces the legacy split lexer/parser crates.)
Orchestrationvox-orchestratorAgent execution loop, multi-agent coordination, task dispatch/session orchestration (historical vox-dei retired — see root AGENTS.md retired surfaces).
Capabilitiesvox-skillsIsolated agent capabilities (e.g., file system access, network requests).
Game/Combatvox-gamifyDystopia MUD modernization, Monte Carlo simulations.
Security/Secretsvox-secretsSecret management, API key resolution.
Cryptographyvox-cryptoPure-Rust cryptographic operations (AEGIS banned).
  • VoxScript (.vox): The sole glue language for the repository.
  • HIR: High-level Intermediate Representation. The target of all structural simplifications.

For deeper architectural constraints, see docs/agents/governance.md.