This repository was archived by the owner on May 31, 2026. It is now read-only.
v0.1.5
Added
- Bundled
SKILL.mdis now auto-registered viactx.register_skill("basic-memory", ...)during plugin load. No more manual symlink to~/.hermes/skills/. The skill is opt-in (resolvable viaskill:view basic-memory:basic-memory); always-on agent guidance still flows throughsystem_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.