Releases: Cumulus-s/cumulus-create
Releases · Cumulus-s/cumulus-create
0.0.2
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
[0.1.0] - 2026-05-19
Initial public CMLS release.
Added
- CMLS package scope - Public npm packages now use the
@cmls/*scope, withnpm create @cmlsas the project creation command. - Public split mirrors -
Cumulus-s/auth,Cumulus-s/sdk,Cumulus-s/cumulus-db, andCumulus-s/nimbusare 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-nimbuscompiler 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-runfor every@cmls/*workspace cargo packageforcmls-nimbus,cmls-knowledge-core, andcmls-knowledge-cli- Python build and
twine checkforcmls-knowledge