Skip to content

docs: list Hermes in supported integrations table#2768

Open
teknium1 wants to merge 1 commit into
github:mainfrom
teknium1:docs/list-hermes-integration
Open

docs: list Hermes in supported integrations table#2768
teknium1 wants to merge 1 commit into
github:mainfrom
teknium1:docs/list-hermes-integration

Conversation

@teknium1
Copy link
Copy Markdown

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 hermes integration already exists on main:

  • src/specify_cli/integrations/hermes/__init__.pyHermesIntegration
  • Registered in src/specify_cli/integrations/__init__.py
  • Listed in integrations/catalog.json
  • Tested in tests/integrations/test_integration_hermes.py

…but docs/reference/integrations.html doesn't list it, so users can't discover the hermes key 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 and AGENTS.md.

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.
@teknium1 teknium1 requested a review from mnriem as a code owner May 29, 2026 19:00
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.

1 participant