Skip to content

Reference

Map from CELLAS site docs to canonical monorepo sources and published packages.

Overview

This site summarizes operator-facing guides. Frozen specifications, evidence, and package source live in the CELLAS repository.

Concepts

  • Site docs — Install, Quick Start, Platform pages (this tree)
  • Monorepo docs — Intent Computing, publishing, developer guides
  • Published packages@cellas/* and create-cellas on npm

Sync policy

Site pageCanonical source
Install / Quick Start / Tutorialdocs/developer/first-pass-journey.md, packages/create-cellas, root README.md
CLIdocs/developer/conformance-cli-examples.md, apps/conformance-cli
Runtimedocs/developer/runtime-operator-guide.md
Enginepackages/engine, docs/publishing/execution/
Plugin SDKdocs/developer/plugin-author-guide.md
Conformanceconformance/, packages/testing/*
ArchitectureIntent Computing + publishing architecture docs

When site and monorepo disagree on Frozen wire behavior, the Frozen specs win.

Example: versions

Public Beta pins:

  • Site docs badge: v1.1.0 platform packages
  • Initializer: create-cellas@1.1.1 (patch for Windows install / copy)
  • Fumadocs pin for this site: fumadocs-core / ui@15.6.x + fumadocs-mdx@11.5.8 (Next 15)
npm view create-cellas version
npm view @cellas/conformance-cli version

CLI

pnpm exec cellas --version
pnpm create cellas -- --help

Next steps

  1. Install
  2. Quick Start
  3. Browse the repository