Releases: CELLASHQ/cellas
Releases · CELLASHQ/cellas
Release list
CELLAS v1.1.1 — Public Beta
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 certifyExpected: verify → SUCCESS, certify → PASS (under 10 minutes).
Community
Talk with us on GitHub Discussions — the primary channel for Public Beta questions and feedback.
- Announcement: #2
- Community page: https://cellas.s-koba.workers.dev/community
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.devDNS cutover pending) - Public repository: https://github.com/CELLASHQ/cellas
Fixed in 1.1.1
- Windows:
--yesinstall findspnpm/npm.cmdshims - 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.devawaits Cloudflare zone + onamae nameserver switch
Links
CELLAS v1.1.0
Highlights
- Documentation OS is now CELLAS
- CLI renamed from
docostocellas - 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.mdfor full details
Documentation OS v1.0.0
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-v1Expected result: verify exits 0, certify exits 0 with PASS.
Highlights
- Reference Runtime and Engine
- Plugin SDK and reference plugins
- Frozen
docosCLI (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
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.