Release date: 2026-04-27
This metadata-only release aligns the PyPI and MCP Registry discovery text with the GitHub project description and topics:
Self-hosted continuity and collaboration substrate for autonomous agents with bounded, recoverable memory and explicit restart orientation
It also adds the GitHub project topics as PyPI package keywords so the package is easier to discover by agents and operators searching for MCP, agent memory, continuity, context recovery, session recovery, and self-hosted agent infrastructure.
Release preparation should pass:
git diff --check
./.venv/bin/python -m ruff check app tests tools agent-assets
./.venv/bin/python -m unittest discover -s tests -v