From 55ee99c839cb7c33cabea03688a54fd7442247c5 Mon Sep 17 00:00:00 2001 From: Alan Wizemann Date: Tue, 31 Mar 2026 12:45:50 -0400 Subject: [PATCH] Add Hermes version compatibility section to README Documents tested versions and the interfaces Scarf depends on (SQLite schema v6, CLI output parsing). Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7c48c0..39990d0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,18 @@ - macOS 26.2+ - Xcode 26.3+ -- [Hermes agent](https://github.com/hermes-ai/hermes-agent) installed at `~/.hermes/` +- [Hermes agent](https://github.com/hermes-ai/hermes-agent) v0.6.0+ installed at `~/.hermes/` + +### Compatibility + +Scarf reads Hermes's SQLite database (schema v6) and parses CLI output from `hermes status`, `hermes doctor`, `hermes tools`, `hermes sessions`, `hermes gateway`, and `hermes pairing`. Tested and verified against: + +| Hermes Version | Status | +|----------------|--------| +| v0.6.0 (2026-03-30) | Verified | +| v0.6.0 (2026-03-31, latest) | Verified | + +If a Hermes update changes the database schema or CLI output format, Scarf may need to be updated. Check the [Health](#features) view for compatibility warnings. ## Building