docs: add Hermes plugin integration page#18
Merged
Conversation
Documents the hermes-basic-memory plugin: install + config.yaml activation, the ~/.hermes/basic-memory.json config keys, the 10 bm_* agent tools, 8 /bm-* slash commands, cross-project/workspace routing, auto-capture behavior, and the bundled skill. Modeled on the existing OpenClaw integration page (the sibling plugin). Slots in as 11.hermes.md after 10.openclaw.md; nav is auto-generated from the numbered prefix so no .navigation.yml change is needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Prominent ::warning after the intro: bm_* agent tools and auto-capture work out of the box, but /bm-* slash commands need a Hermes Agent-side patch (MONKEYPATCH.md) on releases through v0.14.0 / v2026.5.16 — the exclusive memory-provider loader doesn't register commands during gateway slash-command discovery, and the plugin's built-in reach-in isn't sufficient for that startup path. Also adds a short ::note in the Slash Commands section pointing back to the warning, for readers who jump straight there. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds content/2.whats-new/1.hermes-plugin.md as a short announcement (modeled on the OpenClaw What's New entry) positioned just below v0.20.0. The full integration guide stays at /integrations/hermes; the announcement teases capabilities and links to it — matching how OpenClaw is structured (announcement + guide). Renumbered the existing What's New entries down by one to open the slot below v0.20.0. Numeric prefixes only drive nav order, not URLs, so no links break. Updated the one CLAUDE.md reference that cited the changelog by its old numeric path (2.→3.changelog.md). The announcement carries a brief note about the slash-command Hermes-side patch and points to the full guide's warning for detail. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Both the Hermes and OpenClaw What's New announcements only linked to their full integration guides via a Next Steps card at the bottom. Add a ::tip callout right after the intro so the path to the full guide is visible immediately, not just after scrolling past all the capabilities. Bottom card-group link stays for end-of-page context. Used ::tip (proven on these pages) rather than :::u-button, which is only used in index.md's hero slots and unverified in regular content bodies. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1e4bebd to
95d0e5e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
content/6.integrations/11.hermes.mddocumenting the hermes-basic-memory plugin (currently v0.3.1).Covers:
hermes plugins install ...) +~/.hermes/config.yamlactivation + gateway restart +hermes memory statusverification~/.hermes/basic-memory.jsonconfig keys (mode, project, project_path, capture_per_turn, capture_session_end, capture_folder, remember_folder)bm_*agent tools and 8/bm-*slash commandsbasic-memoryskillModeled structurally on the existing
10.openclaw.md(the sibling plugin page) for consistency. Slots in as11.hermes.mdafter OpenClaw; sidebar nav is auto-generated from the numeric prefix so no.navigation.ymlchange is needed.Validation
/cloud/routing,/reference/mcp-tools-reference,/concepts/memory-urls,/integrations/openclaw).::tip,::note,:::card-group/::card) copied verbatim from the known-good OpenClaw page.hermes-basic-memorymainat the time of writing — not the stale "seven tools" count still in that repo's README.npm run build(heavy Nuxt build); the dev-deploy on merge will render-validate.🤖 Generated with Claude Code