Why
The repo metadata and README should match the experience we want first-time users to have.
What
Acceptance
- README first screen contains install, demo, license, and limitations.
pyproject.toml version and dependency bounds match the release plan.
CHANGELOG.md has the public release entry.
Why
The repo metadata and README should match the experience we want first-time users to have.
What
pip install clawloopand the no-key demo command once the installed demo exists.CHANGELOG.mdentry.litellmdependency bounds to avoid accidental breakage from a future major release.Acceptance
pyproject.tomlversion and dependency bounds match the release plan.CHANGELOG.mdhas the public release entry.