docs: list Hermes in supported integrations table#2768
Open
teknium1 wants to merge 1 commit into
Open
Conversation
The Hermes Agent integration ships in the CLI (src/specify_cli/integrations/hermes/) and is registered in the catalog, but the supported-agents table in the integrations reference omitted it. Add the row so the docs match the shipped integration.
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
The Hermes integration ships in the CLI but is missing from the supported-agents table in the docs. This adds the row so the published docs match the shipped integration.
The
hermesintegration already exists onmain:src/specify_cli/integrations/hermes/__init__.py—HermesIntegrationsrc/specify_cli/integrations/__init__.pyintegrations/catalog.jsontests/integrations/test_integration_hermes.py…but
docs/reference/integrations.htmldoesn't list it, so users can't discover thehermeskey from the docs.Changes
docs/reference/integrations.md: add Hermes to the Supported AI Coding Agents table (alphabetical, between Goose and IBM Bob).The note reflects the integration's behavior — Hermes is skills-based and installs skills globally into
~/.hermes/skills/rather than a project-local directory. It is intentionally absent from the multi-install-safe list since it uses a global skills directory andAGENTS.md.