Skip to content

v0.1.1: prompt-enhancement framing

Latest

Choose a tag to compare

@Jonahbkerr Jonahbkerr released this 18 May 16:15

Refines the delegation rule for the Hermes Agent integration (and any router-model setup that follows the same pattern).

The router model now has a clearer job description: enhance the prompt with context, forward the user's original message verbatim, do no reasoning itself. Claude (Opus 4.7 by default) does all the substantive work.

Changed

  • examples/hermes/SOUL-additions.md: rewrote with concrete prompt-template + no-substantive-work rule.
  • README.md: refreshed use case framing to match.
  • Added CHANGELOG.md.

No code changes in src/server.js. The MCP server itself behaves identically — only the integration-pattern docs changed.