Hermes wiring
Three commands get Positronick into Hermes: install the CLI, register the Positronick MCP, install a soul into the Hermes harness.
1 — Install the Positronick CLI
$curl -fsSL https://positronick.com/install.sh | sh
2 — Add the Positronick MCP to Hermes
Hermes talks to Positronick through the embedded MCP server (positronick mcp serve). Register it once:
$hermes mcp add positronick --command positronick --args mcp serve
3 — Install a soul into Hermes
Pick a slug from the souls gallery. Example with code-reviewer:
$positronick soul install code-reviewer --target hermes
You can also curl the raw install contract without the CLI — see Install a soul.