hermes - 💡(How to fix) Fix Harden launcher behavior when invoked from outside the Hermes checkout

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Audit Hermes launcher/startup behavior for assumptions about the current working directory.

Root Cause

Current state

A local scratch probe was used to check cwd-dependent behavior when Hermes is invoked from another local command-tower directory. The probe is not suitable for PR because it only contains machine-local paths, but the underlying concern is worth tracking generically.

Fix Action

Fix / Workaround

Acceptance criteria

  • Either document that current launcher behavior is cwd-safe, or patch the affected path.
  • Do not encode user-specific absolute paths in tests or scripts.
RAW_BUFFERClick to expand / collapse

Summary

Audit Hermes launcher/startup behavior for assumptions about the current working directory.

Current state

A local scratch probe was used to check cwd-dependent behavior when Hermes is invoked from another local command-tower directory. The probe is not suitable for PR because it only contains machine-local paths, but the underlying concern is worth tracking generically.

Proposed direction

  • Identify launcher/startup paths that assume the process cwd is the Hermes checkout.
  • Prefer explicit repo/home path resolution where the runtime already knows the Hermes install location.
  • Add a small regression test only if a concrete cwd-sensitive failure is reproduced.

Acceptance criteria

  • Either document that current launcher behavior is cwd-safe, or patch the affected path.
  • Do not encode user-specific absolute paths in tests or scripts.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Harden launcher behavior when invoked from outside the Hermes checkout