Install and sign in
hermes plugins update merv when Merv announces an update.
Ask the agent to call
project(action="list"), then workflow.status_and_next(project_id). Follow along in the web UI at rapidreview.io/merv.merv-hermes-client repo rebuilds from main every few minutes, so hermes plugins update merv picks up the latest.
Skills and reviewers
Skills are plugin-registered under themerv: namespace. Reviews hand off with delegate_task, passing the handoff prompt unchanged to a fresh child. Reflection lenses fan out with delegate_task(tasks=[…]); the default concurrency of three runs five lenses in two waves. See Reviewer handoff.
Long runs
Background terminal with completion notification enabled; its exit wakes the agent, which then readssandbox.runs. See Long runs.
Caveats
- Hermes renames dotted tools:
workflow.status_and_nextappears asmcp_merv_workflow_status_and_next. - No per-run MCP configuration flag: Auto-run sessions use the session-scoped
merv-client callbridge; interactive sessions use native MCP. Enable for the runner withmerv-client agent hermes --enable --command hermes.