Releases: antchoi/memento
Releases · antchoi/memento
v0.1.1
Summary
- Prepare
memento-lifecycle0.1.1 for PyPI release. - Include bundled lifecycle/planner/reviewer/truthforge skills inside the wheel.
- Make
memento doctorwork from installed wheel environments without source checkout assumptions. - Add wheel-install regression coverage for
memento doctor --json.
Verification
pytest: 101 passedruff check: passcompileall: passpython -m build: passtwine check dist/*: pass- Fresh venv wheel install:
memento doctor --jsonandmemento sample-smoke --jsonpass
v0.1.0
Memento 0.1.0
Initial public PyPI release for memento-lifecycle.
Highlights
- PyPI distribution metadata for
memento-lifecycle - MIT license
- Agent-executable installation guide
- PyPI/TestPyPI publishing guide
- GitHub Actions Trusted Publishing workflow
- Local install automation with
scripts/install-local.sh