Current Runtime Topology
- RG launcher path:
/media/SHARE/roms/ports/Hermes.sh/media/SHARE/roms/ports/hermes/herms_sdl_client.py/media/SHARE/roms/ports/hermes/hermes.gptk
- Launcher source in Forgejo repo:
- Pi checkout:
/home/mehdifarah/.pearl/shadow-clan - Forgejo:
http://192.168.1.46:3000/mehdifarah/shadow-clan - Current launcher fix before this handoff:
2771023 fix(rg40xxv): prefer LAN Dropbear SSH for HERMS
- Pi checkout:
- Running HERMS command on Pi:
/usr/local/bin/herm -> /home/mehdifarah/.local/bin/herm- wrapper executes
bun run /opt/rise-of-pi/herm-tui/dist/index.js - wrapper exports:
HERMES_HOME=/mnt/kitchen/private/hermesHERMES_AGENT_ROOT=/opt/rise-of-pi/hermes-agentHERMES_PYTHON=/mnt/kitchen/private/hermes/venv/bin/pythonHERM_CONFIG_DIR=/mnt/kitchen/private/hermes/herm
- Full HERMS source on Pi:
/opt/rise-of-pi/herm-tui- branch
dev, commit2e2ca66 fix(rg40xxv): make controls testable on handheld - status at handoff:
dev...origin/dev [ahead 5] - upstream remote is
https://github.com/liftaris/herm.git
Important split: shadow-clan/herm-tui is only a partial
copied slice of the full HERMS source. The actual app being run is built
from /opt/rise-of-pi/herm-tui. Do not assume edits under
shadow-clan/herm-tui change the live app unless they are
also applied to /opt/rise-of-pi/herm-tui and rebuilt.