- Implement 'python scripts/release_gate.py --assets dist' mode with streaming SHA-256 and size verification - Fix verify_multi_provider_router.py to use isolated probe ID instead of existing production profile ag-w2 - Update test_installer.py to link mock hermes environment to active venv for live Win32 dependency verification - Isolate Start Menu shortcut and registry creation in HermesHubSetup.cs when HERMES_HUB_NO_REGISTRY=1 - Add unit tests for check_release_assets covering missing files, hash mismatch, and small file rejections - Fix Windows compatibility for security guard \C:\Users\Ochenstarik expansion and test_a59_visible_update getuid mock |
||
|---|---|---|
| .. | ||
| build_installer.ps1 | ||
| build_installer_linux.sh | ||
| HermesHubSetup.cs | ||
| HermesHubSetup.py | ||
| install-linux.sh | ||
| README.md | ||
| uninstall-linux.sh | ||
Hermes Hub — Installer Architecture
Canonical Windows Installer
- Canonical Binary:
HermesHubSetup.exe(built fromHermesHubSetup.cs) - Build Script:
build_installer.ps1(compilesHermesHubSetup.csusing standard .NET Frameworkcsc.exepresent on all Windows 10/11 machines without extra toolchains).
Development & Helper Scripts
HermesHubSetup.py: Internal development helper script for testing installer logic in Python. Not distributed as a primary installer artifact.install.ps1: Deprecated legacy bootstrap script for earlier development environments.
Testing Policy (S7)
- Unit Tests: Must NEVER modify user Windows Registry (
HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall) or Start Menu shortcuts. - Integration Tests: Executed against isolated sandbox mock directories.
- Live VM Tests: Real Windows installer execution is reserved for disposable CI/VM environments.