Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

v0.1.5

Choose a tag to compare

@groksrc groksrc released this 10 May 17:57

Added

  • Bundled SKILL.md is now auto-registered via ctx.register_skill("basic-memory", ...) during plugin load. No more manual symlink to ~/.hermes/skills/. The skill is opt-in (resolvable via skill:view basic-memory:basic-memory); always-on agent guidance still flows through system_prompt_block().

Changed

  • README rewritten for community install. Lead command is now hermes plugins install basicmachines-co/hermes-basic-memory. Clone-and-symlink instructions moved to the Development section.
  • Added GitHub Actions CI: unit tests on push and PR.
  • Added this CHANGELOG.