rtk-hermes v1.1.0
Fixes Hermes v0.11+ compatibility issues.
Changes:
- Fix pip entry point: expose the module (
rtk_hermes) instead of theregisterfunction so Hermes can findregister(). - Accept RTK rewrite exit code
3as a valid rewrite. - Document Hermes opt-in plugin configuration (
plugins.enabled). - Install instructions now target the Python environment that runs Hermes.
- Add pytest
pythonpathconfig so tests exercise local source.
Validation:
- 30 tests passing.
- Built wheel/sdist successfully.
- Verified entry point loads as module with
register. - Verified real rewrites:
ls -la,git status,cat /etc/hosts.
PyPI publication is pending a valid token.