v5.4.26
Bug fix
- Bash compression savings now recorded to trends.db. bash_compress.py performed output compression but never called
_log_compression_event, so all bash compress savings showed as 0 in the dashboard. Now records tocompression_eventsafter each successful compression.
Docs
- Fold install troubleshooting subsections (Unknown skill, Windows, macOS/Linux script install) behind expandable titles.
Tests
- Fix
_load_measure()in all 11 test files to resolveModuleNotFoundError: No module named 'hook_io'after the hook_io extraction refactor.