docs(readme): add hermes and claude-code to Quick start + Supported harnesses#4
Open
r266-tech wants to merge 1 commit into
Open
Conversation
…arnesses src/cli.ts validator accepts 5 harnesses (openclaw|nemoclaw|hermes|claude|claude-code) but README only mentions 4. Two earlier PRs added hermes (#1431) and claude-code (#1450) before the 2026-05-06 #1461 extraction, but README migration omitted both. Adds two Quick start subsections + two Supported harnesses table rows matching the existing OpenClaw/NemoClaw style.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
src/cli.tsvalidates--harnessagainst five values (L826/L852):and has full handler branches for each (
hermesat L906 withensureHermesPlugin,claude-codeat L982). The website also lists all five (website/src/lib/harnesses.tsafter #1431 / #1450 / docs commit0ca6646).README.mdonly mentions four (Claude Chat / Cowork / OpenClaw / NemoClaw). When the repo was extracted tovectorize-io/self-driving-agentsvia vectorize-io/hindsight#1461 on 2026-05-06, the README migrated as-is from the oldhindsight-tools/self-driving-agents/location and the twohermes(#1431, merged 2026-05-04) andclaude-code(#1450, merged 2026-05-05) additions never made it back into README.Diff
Purely additive, no edits to existing prose:
### Hermes,### Claude Code) after### NemoClaw, each just annpx ... install ... --harness <name>block matching the style of the existing OpenClaw/NemoClaw subsections.website/src/lib/harnesses.ts(https://docs.anthropic.com/en/docs/claude-codefor Claude Code,https://github.com/NousResearch/hermes-agentfor Hermes).Total: +14 lines, 0 lines removed.
Out of scope (consistency note)
The new Quick start subsections, like the existing OpenClaw/NemoClaw subsections, do not call out the underlying CLI prerequisite (
which nemoclawatsrc/cli.ts:429,which hermesat L524,which claudeat L985). Since the existing NemoClaw subsection already follows the "command-only, CLI cancels with install hint" pattern, this PR matches it forhermes/claude-coderather than introducing prereq prose only for the new entries. A separate doc pass could add prereq lines uniformly across all four CLI-dependent harnesses; happy to do that as a follow-up if preferred.Please feel free to close and mark accordingly if you'd rather take a different shape.