Skip to content

Releases: antchoi/memento

v0.1.1

20 May 09:43

Choose a tag to compare

Summary

  • Prepare memento-lifecycle 0.1.1 for PyPI release.
  • Include bundled lifecycle/planner/reviewer/truthforge skills inside the wheel.
  • Make memento doctor work from installed wheel environments without source checkout assumptions.
  • Add wheel-install regression coverage for memento doctor --json.

Verification

  • pytest: 101 passed
  • ruff check: pass
  • compileall: pass
  • python -m build: pass
  • twine check dist/*: pass
  • Fresh venv wheel install: memento doctor --json and memento sample-smoke --json pass

v0.1.0

20 May 06:10

Choose a tag to compare

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