Stage 382: PR #2503

This commit is contained in:
nesquena-hermes
2026-05-18 03:45:42 +00:00
parent cec1e87d04
commit 715017924c
10 changed files with 433 additions and 19 deletions

View File

@@ -42,7 +42,14 @@ docker compose up -d
open http://localhost:8787
```
That's it. Your existing `~/.hermes` directory is mounted, your `~/workspace` is browsable, and the WebUI auto-detects your UID/GID from the mounted volume.
That's it for a real personal Docker install. Your existing `~/.hermes`
directory is mounted, your `~/workspace` is browsable, and the WebUI
auto-detects your UID/GID from the mounted volume.
For troubleshooting, reinstall, or onboarding reproduction trials, do not mount
your real `~/.hermes` unless you intentionally want to test real state. Use an
isolated Hermes home and follow
[`docs/onboarding-agent-checklist.md`](onboarding-agent-checklist.md) instead.
## What goes wrong (and how to fix it)