Skip to content

Ship installed no-key math demo and verify it from the wheel #31

@bordeauxred

Description

@bordeauxred

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

  • Add package-resident demo module, e.g. clawloop/demo_math.py.
  • Expose clawloop demo math --dry-run through the installed CLI.
  • Support python -m clawloop.demo_math --dry-run.
  • Keep examples/demo_math.py as a thin shim for clone-based usage.
  • Add tests for the CLI entry point.
  • Add CI coverage that builds the wheel, installs it into a clean venv, and runs the installed demo.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ai_tinker_launchAI Tinkerers newsletter launch readinessenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions