Skip to content

FAQ

Short answers for new CELLAS developers.

What is CELLAS?

The open-source reference implementation of Intent Computing for documentation systems — Runtime, Engine, Plugin SDK, and Conformance/Certification.

How do I try it in under 10 minutes?

pnpm create cellas my-docs
cd my-docs
pnpm install
pnpm exec cellas verify
pnpm exec cellas certify

See Quick Start.

Do I need to clone the monorepo?

No. Clone only if you are contributing to CELLAS itself (Install).

Which starter should I pick?

StarterWhen
documentationDefault — governed docs
pluginBuilding a plugin
blogDocs + blog
libraryLibrary / SDK docs
runtime-extensionRuntime extension work

What does PASS mean?

cellas certify completed the reference profile checks and issued a certification result at level PASS.

Which package managers work?

pnpm (recommended), npm, and bun for create-cellas. The generated project installs @cellas/conformance-cli from npm.

Where is the source of truth for specs?

Frozen specs stay in the CELLAS monorepo. This site summarizes operator guides.

Where do I ask questions or give Public Beta feedback?

Use GitHub Discussions — the primary community channel for Public Beta.

Also see the Community page.

Where are release notes?

Changelog on this site mirrors the Public Beta notes. Full history: repository CHANGELOG.md and GitHub Releases.

What is the difference between Conformance and Certification?

Conformance is the pipeline (fixtures, suites, verify, certify). Certification is the outcome of cellas certify (for example level PASS). See Conformance and the Glossary.

Next steps

  1. Install
  2. Quick Start
  3. Troubleshooting