Skip to content

docs: note the stale global files HERMES_HOME leaves behind - #2586

Merged
dyoshikawa merged 2 commits into
mainfrom
resolve-issue-2439-hermes-migration-note
Aug 6, 2026
Merged

docs: note the stale global files HERMES_HOME leaves behind#2586
dyoshikawa merged 2 commits into
mainfrom
resolve-issue-2439-hermes-migration-note

Conversation

@dyoshikawa

Copy link
Copy Markdown
Owner

Summary

Finding 11 of #2439 — the only one still open (findings 1-10 landed in #2483/#2484). Documents the migration hazard for users who set HERMES_HOME.

Changes

  • docs/reference/supported-tools.md: after the HERMES_HOME resolution paragraph, note that global files generated by an earlier version under the old default (~/.hermes/) are left behind, because --delete only reaches the profile root Rulesync currently resolves — manual cleanup is required. Also states that --global --delete orphan removal now operates entirely under $HERMES_HOME.
  • Regenerated src/generated/docs-content.ts (pnpm run generate:docs-content); sync-skill-docs reports no change (skills/rulesync/ ships only SKILL.md).

No code change. pnpm cicheck green.

Closes #2439

cm-dyoshikawa and others added 2 commits August 6, 2026 00:07
Setting HERMES_HOME after having generated global files with an earlier
version leaves the files at the old default location untouched, because
--delete only reaches the profile root Rulesync currently resolves.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Address review: the stranding happens whenever the resolved profile root
changes, not only on an upgrade, and Windows moved too (before v16.2.0
its global files went to ~/.hermes rather than %LOCALAPPDATA%\hermes).
Dropped the redundant closing sentence.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@dyoshikawa
dyoshikawa merged commit 14ed14c into main Aug 6, 2026
9 checks passed
@dyoshikawa
dyoshikawa deleted the resolve-issue-2439-hermes-migration-note branch August 6, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Follow-ups from the PR #2394 review: HERMES_HOME shared-file key drift, Windows default, and hardening

2 participants