Why
The current no-key demo works from a repo clone, but the demo entry point is not available after a wheel install. First-time users should be able to run a useful demo immediately after pip install clawloop.
What
Acceptance
clawloop demo math --dry-run works from editable install.
python -m clawloop.demo_math --dry-run works.
python examples/demo_math.py --dry-run still works from a clone.
- CI validates the built wheel, not only editable installs.
Why
The current no-key demo works from a repo clone, but the demo entry point is not available after a wheel install. First-time users should be able to run a useful demo immediately after
pip install clawloop.What
clawloop/demo_math.py.clawloop demo math --dry-runthrough the installed CLI.python -m clawloop.demo_math --dry-run.examples/demo_math.pyas a thin shim for clone-based usage.Acceptance
clawloop demo math --dry-runworks from editable install.python -m clawloop.demo_math --dry-runworks.python examples/demo_math.py --dry-runstill works from a clone.