Skip to content

Releases: Cumulus-s/cumulus-create

0.0.2

19 May 21:10
c5a7900

Choose a tag to compare

0.0.2 Pre-release
Pre-release

Summary

  • Clarifies the main GitHub repo description so it describes Cumulus Create instead of support release workflows.
  • Updates public split mirror descriptions for auth, sdk, cumulus-db, and nimbus with short source-of-truth wording.
  • Regenerates split mirror READMEs so each mirror states what it is and points back to Cumulus-s/cumulus-create.
  • Fixes stale Cumulus Relay repository links in the web app docs and package metadata.

Release Status

  • @cmls/create@0.1.1 is published on npm.
  • Other cmls packages remain at 0.1.0; no package republish was needed for this metadata release.
  • Local release verification and GitHub CI passed.

0.0.1

19 May 13:40
c5a7900

Choose a tag to compare

[0.1.0] - 2026-05-19

Initial public CMLS release.

Added

  • CMLS package scope - Public npm packages now use the @cmls/* scope, with npm create @cmls as the project creation command.
  • Public split mirrors - Cumulus-s/auth, Cumulus-s/sdk, Cumulus-s/cumulus-db, and Cumulus-s/nimbus are generated from this monorepo.
  • Cumulus DB provider - Ships the AGPL-3.0-only local/dev database service with system namespace contracts, Nimbus schema planning, snapshots, audit records, OpenAPI, and Postgres conformance tests.
  • Nimbus tooling - Ships TypeScript contracts and the Rust cmls-nimbus compiler crate for desired-state manifests.
  • SDK surface - Ships Apache-2.0 auth, DB, and composed SDK packages, plus MIT helper packages for events, cloud metadata, MCP, CLI, tracking, and project creation.
  • Knowledge runtime - Ships CMLS Knowledge packages for npm, crates.io, and PyPI with local graph/indexing and MCP helper surfaces.
  • Release automation - Adds manual GitHub workflows for npm provenance publishing, crates publishing, PyPI publishing, and split-repo synchronization.

Verified

  • npm run release:verify
  • npm publish --dry-run for every @cmls/* workspace
  • cargo package for cmls-nimbus, cmls-knowledge-core, and cmls-knowledge-cli
  • Python build and twine check for cmls-knowledge