v0.2.3
Journey v0.2.3
Journey 0.2.3 packages the production-readiness hardening that moved the beta from "works locally" to "release artifact is tested before shipping."
Highlights
- Added CLI end-to-end coverage for the lightweight folder journey path:
journey create .journey doctor --strictjourney agent --no-test- generated
JOURNEY_FLOW.md - generated
JOURNEY.mdandjourney.agent.json
- Added
scripts/e2e_wheel_smoke.sh, which installs the built wheel into a fresh virtual environment and verifies:- a structured backend journey with generated acceptance tests
- a lightweight repo/page/API journey graph and agent handoff
- Added the wheel-install smoke to CI and the release workflow.
- Updated GitHub Actions to Node 24-native action versions.
- Documented the production readiness checks and current install path.
Install
python -m pip install https://github.com/sharziki/journey/releases/download/v0.2.3/journey_lang-0.2.3-py3-none-any.whlRelease Checks
python -m pytest -q- CLI e2e tests
- lightweight graph smoke
- strict validation and generated acceptance tests for every
examples/*.journey python -m buildpython -m twine check dist/*- built-wheel install e2e through
scripts/e2e_wheel_smoke.sh