Release date: 2026-04-26
CogniRelay v1.4.7 ships the last-mile adapter kit for agent-authored continuity integration. It is a distribution and integration-quality release: the runtime API remains stable except for the added help topic, while operators now get copyable assets for safe agent startup/retrieval and continuity saves.
agent-assets/ with a copyable cognirelay-continuity-authoring
skill and real stdlib-only Python hooks for retrieval and continuity save
flows.facts, template, dry-run, write,
readback, and doctor modes with deterministic JSON output, placeholder
rejection, local-only dry-run diffs, and readback verification.last-mile-adapter, available over HTTP and MCP
through system.topic_help.1.4.7.GET /v1/capabilities version field remains the capability schema
version ("1").Release preparation should pass:
git diff --check
./.venv/bin/python -m ruff check app tests tools agent-assets
./.venv/bin/python -m unittest tests/test_agent_assets_289.py -v
./.venv/bin/python -m unittest tests/test_help_214_slice1.py tests/test_help_243_runtime_onboarding_limits.py tests/test_mcp_216_slice3_help.py -v
./.venv/bin/python -m unittest discover -s tests -v