Release date: 2026-04-28
This corrective release fixes the installed agent-asset CLI after normal PyPI installation.
hooks/__pycache__/*.pyc files for the
two packaged hook modules when validating installed cognirelay/agent_assets.cognirelay/agent_assets, including unrelated bytecode, temp files, logs,
tokens, or runtime residue.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.12 --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/*