Sifted Spelt — 2026-05-22
Add [project.scripts] console entry point so uv run flowr works directly — no more python -m flowr required.
Added
flowrconsole 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]sectionflowr/__init__.py:__version__ = "1.2.1"