Skip to content

Releases: CELLASHQ/cellas

CELLAS v1.1.1 — Public Beta

Choose a tag to compare

@koba3 koba3 released this 04 Aug 23:43

CELLAS Public Beta

CELLAS is now in Public Beta.

Documentation OS has become a developer platform: brand, CLI, website, SDK, Runtime, Engine, plugins, and certification — with one success metric:

Time to first successful certification.

First PASS

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

Expected: verify → SUCCESS, certifyPASS (under 10 minutes).

Community

Talk with us on GitHub Discussions — the primary channel for Public Beta questions and feedback.

What's in this beta

  • Official starters: documentation, plugin, blog, library, runtime-extension
  • 39 packages on npm (create-cellas@1.1.1, @cellas/*@1.1.0)
  • First PASS CI green: ubuntu / macOS / Windows × pnpm / npm
  • Website on Cloudflare Workers & Pages: https://cellas.s-koba.workers.dev
    (cellas.dev DNS cutover pending)
  • Public repository: https://github.com/CELLASHQ/cellas

Fixed in 1.1.1

  • Windows: --yes install finds pnpm / npm .cmd shims
  • Cleaner post-create / install-failure copy focused on First PASS

Known limitations

  • Playground and plugin catalog UI are out of scope for this beta
  • Apex cellas.dev awaits Cloudflare zone + onamae nameserver switch

Links

CELLAS v1.1.0

Choose a tag to compare

@koba3 koba3 released this 04 Aug 02:07

Highlights

  • Documentation OS is now CELLAS
  • CLI renamed from docos to cellas
  • npm scope migrated to @cellas/*
  • Initializer renamed to create-cellas
  • Compatibility aliases preserved (docos, docos-dev, create-documentation-os, docos.config.yaml)

Notes

  • Runtime behavior and Frozen contracts are unchanged
  • Wire identifiers (documentation-os-*-vN, URNs, .docos-plugin, adapter protocol) remain stable
  • See CHANGELOG.md for full details

Documentation OS v1.0.0

Choose a tag to compare

@koba3 koba3 released this 03 Aug 06:06

Documentation OS v1.0.0

First public Reference Implementation release.

Quick Start

git clone https://github.com/koba3/documentation-os.git
cd documentation-os

pnpm install
pnpm build
pnpm run validate

pnpm exec docos verify \
  --input samples/reference-execution-001/final-execution-record.json \
  --type execution

pnpm exec docos certify \
  --target conformance/fixtures/valid/stack-target.json \
  --profile full-reference-stack-v1

Expected result: verify exits 0, certify exits 0 with PASS.

Highlights

  • Reference Runtime and Engine
  • Plugin SDK and reference plugins
  • Frozen docos CLI (engine, plugin, conformance)
  • Conformance Test Platform and certification
  • Developer tooling (docos-dev)

See CHANGELOG.md for the full notes.

Documentation OS Development Platform v1.0

Choose a tag to compare

@koba3 koba3 released this 02 Aug 23:37

Development platform milestone: tooling is in place; focus shifts to Documentation OS itself.

Highlights

  • Roadmap-driven development workflow
  • AI review (review run)
  • AI auto-fix (review fix)
  • AI review loop (review cycle)
  • GitHub Review Bot
  • GitHub AI Review App
  • Runtime Tasks 020–022 completed

Note

This marks completion of the development-platform investment phase. Subsequent work should concentrate on the Documentation OS product Roadmap.