Ways inHermes reference adapter

Use the continuity system

aethermind-hermes-plugin

An Apache-2.0 Hermes plugin that initializes a compact project-local AetherMind store, reads the relevant brief at session start, and exposes continuity tools during the session.

Current boundaryApache-2.0 reference adapterOpen on GitHub
What it is

An Apache-2.0 Hermes plugin that initializes a compact project-local AetherMind store, reads the relevant brief at session start, and exposes continuity tools during the session.

What is different

This repository packages the primitive for one harness. It is a narrow reference adapter, not the harness-neutral primitive and not proof that every Hermes deployment has native continuity support.

Use it when

Use it when Hermes is the active agent environment and you want project-rooted orientation and lifecycle hooks without turning the project into a prompt transcript.

Do not mistake it for

A remote service. The plugin keeps its continuity record beside the project and does not send that record to a hosted AetherMind account. It is a narrow Hermes adapter, while the project’s source records remain authoritative.

Start here

A bounded first move.

The repository README is the authority for prerequisites, release status, and integration details. This sequence establishes the right starting posture before you turn it into a workflow.

  1. Install and enable the plugin in the Hermes environment you actually use.
  2. Restart Hermes and open the agent from the project directory, or explicitly set the project root.
  3. Write only durable project judgment, then verify it against the real source before acting.

Reference commands

The smallest documented path.

hermes plugins install MaverickKB/aethermind-hermes-plugin --enable
hermes plugins list