← Back
Docs

Closure Stack & L1

This page is part of the Closure Workspace app graph. Canonical technical writing lives in the repositories below — avoid duplicating long-form specs here.

Closure L1 (gateway & kernel)

Runtime, GraphQL, Coherent Tools registry, ClosureWeb rendering, and browser auth are implemented in the closure-core monorepo under infrastructure/. Start with the gateway README for local development, environment variables, and API surface.

infrastructure/README.md on GitHub →

ADRs under infrastructure/specification/ describe SIV, tools, and execution contracts.

Closure Stack (platform product)

Product architecture, semantic graph app model, and i18n/content flows are documented in the closure-stack repository (docs/CLOSURE-PLATFORM.md, docs/SEMANTIC-CLOSURE-ALIGNMENT.md).

closure-stack /docs on GitHub →

Merging L1 and Stack docs (plan)

  1. Single navigation — this hub links outward; deeper pages stay in-repo markdown so there is one source of truth.
  2. Layers — label content as “Runtime / L1” vs “Product / Stack” so operators know which repository to patch.
  3. Generated API reference — optional later step: generate OpenAPI/GraphQL field docs from gateway code and embed or link from here.