Latest stable
The current published stable release is
v6.1.6. All @hellmai/lumenflow-* packages are published together. See the
Changelog for the full history.
Latest stable
The current published stable release is
v6.1.6. All @hellmai/lumenflow-* packages are published together. See the
Changelog for the full history.
Version-alignment release (no new changes since the previous tag).
For the full release history, see the Changelog.
Connected Compute runner packages are promoted by evidence, not by intention:
.pkg, .deb, .rpm, or tarball
install commands appear only after the release manifest and smoke evidence verify that channel.If a release note does not name a public runner package channel, use the documented private or
internal setup path for that release. The general @hellmai/lumenflow-cli package remains the workflow CLI;
it is not proof that every connected-runner package channel has shipped.
To pull the latest version:
Every release is verified with a fresh install, not just an internal build: before
@hellmai/lumenflow-cli is published, an automated check installs it (and every @hellmai/lumenflow-*
package it depends on) into a clean environment exactly the way npm install would for a new
project, then runs lumenflow init, wu:create, wu:claim, and wu:prep against that
install. The same check also verifies upgrading from the latest 5.x release and from the
previous 6.x release lands cleanly on the new version, so pnpm lumenflow:upgrade --latest
is exercised before it ever reaches a real project.
LumenFlow follows Semantic Versioning:
When pulling across major versions, check the Compatibility Matrix for supported Node.js and package-manager versions, and the Changelog for any notable changes.