Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 21 May 01:35
· 9 commits to main since this release

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 --strict
    • journey agent --no-test
    • generated JOURNEY_FLOW.md
    • generated JOURNEY.md and journey.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.whl

Release Checks

  • python -m pytest -q
  • CLI e2e tests
  • lightweight graph smoke
  • strict validation and generated acceptance tests for every examples/*.journey
  • python -m build
  • python -m twine check dist/*
  • built-wheel install e2e through scripts/e2e_wheel_smoke.sh