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/*andcreate-cellason npm
Sync policy
| Site page | Canonical source |
|---|---|
| Install / Quick Start / Tutorial | docs/developer/first-pass-journey.md, packages/create-cellas, root README.md |
| CLI | docs/developer/conformance-cli-examples.md, apps/conformance-cli |
| Runtime | docs/developer/runtime-operator-guide.md |
| Engine | packages/engine, docs/publishing/execution/ |
| Plugin SDK | docs/developer/plugin-author-guide.md |
| Conformance | conformance/, packages/testing/* |
| Architecture | Intent 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 versionCLI
pnpm exec cellas --version
pnpm create cellas -- --helpRelated pages
Next steps
- Install
- Quick Start
- Browse the repository