Skip to content

v1.2.1 — Sifted Spelt

Latest

Choose a tag to compare

@github-actions github-actions released this 22 May 18:24
· 2 commits to main since this release
da64b2d

Sifted Spelt — 2026-05-22

Add [project.scripts] console entry point so uv run flowr works directly — no more python -m flowr required.

Added

  • flowr console script: flowr = "flowr.__main__:main" entry point. Matches the same pattern used by agents-smith.

Verification

$ uv run flowr --version
flowr 1.2.1
$ uv run flowr --help
usage: flowr [-h] [--version] [--flows-dir DIR]
             {validate,states,check,next,transition,config,export,session,serve} ...

Changed

  • pyproject.toml: added [project.scripts] section
  • flowr/__init__.py: __version__ = "1.2.1"