Summary
The PowerShell script container/.devcontainer/scripts/start-hermes-chrome.ps1 works for the happy path but lacks error handling for common failure modes.
Improvements Needed
Context
This script launches Chrome with remote debugging on Windows and sets up a netsh portproxy so the Docker container can reach it. Currently, if any step fails silently, the user gets no actionable feedback.
Low priority — Hermes/CDP is a secondary feature. The basic flow works; this is about resilience.
Summary
The PowerShell script
container/.devcontainer/scripts/start-hermes-chrome.ps1works for the happy path but lacks error handling for common failure modes.Improvements Needed
Context
This script launches Chrome with remote debugging on Windows and sets up a
netshportproxy so the Docker container can reach it. Currently, if any step fails silently, the user gets no actionable feedback.Low priority — Hermes/CDP is a secondary feature. The basic flow works; this is about resilience.