Skip to content

Architecture

What the repository contains, and where validation responsibility lives

Repository surfaces

SurfaceRole
README.mdRepository entry point and quick-start
index.md + docs/Public landing page and learning-oriented documentation
openspec/specs/Stable authoritative requirements and governance
openspec/changes/Active implementation plans and delta specs
.github/workflows/CI-safe validation and Pages deployment

The repository intentionally separates public explanation from normative process. OpenSpec governs; docs teach; README introduces.

Validation boundaries

AreaLocal GPU machineHosted CI
CUDA compilationYesYes
Runtime correctnessYesNo
BenchmarkingYesNo
OpenSpec/repository checksYesYes
GitHub Pages buildabilityOptionalYes

This split is deliberate. The repository does not pretend CI can replace a real CUDA runtime environment.

MIT Licensed