Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 2.04 KB

File metadata and controls

27 lines (20 loc) · 2.04 KB

kernel

English | Chinese (Simplified)

The kernel group contains Athena's semantic backbone. These modules own the authored language boundary, the canonical engineering model, generic validation, compiler orchestration, runtime hosting, and deterministic downstream rendering.

Modules

Boundary

The kernel owns semantic authority. Extensions, UI, and apps may depend on it, but they should not redefine the authored source, the canonical model, or the compiler/runtime ownership rules. :kernel:repository-model is the dedicated M5 repository/package contract boundary, :kernel:semantic-scm is the dedicated M6 semantic SCM boundary above repository/package meaning, :kernel:projection-model is the dedicated M7 renderer-neutral graphical projection boundary above geometry and below runtime/LSP transport, :kernel:plugins:plugin-api is the dedicated extension-facing boundary, and :kernel:plugins:plugin-host owns hosted source, approval, and approved-inventory governance separate from both compiler and runtime orchestration.