Release date: 2026-04-28
This release makes the last-mile agent integration kit available from a normal PyPI wheel install.
cognirelay/agent_assets.cognirelay assets path, cognirelay assets list, and
cognirelay assets copy --to <dir> so agents can discover or materialize the
last-mile assets without cloning the full repository.Release preparation should pass:
git diff --check
./.venv/bin/python -m ruff check app cognirelay tests tools agent-assets
./.venv/bin/python tools/validate_server_json.py
./.venv/bin/python tools/prepare_release.py check --version 1.4.11 --date 2026-04-28 --allow-dirty
./.venv/bin/python -m unittest discover -s tests -v
./.venv/bin/python -m build
./.venv/bin/python -m twine check dist/*