feat: add Hermes and OpenClaw harness install targets (#2433)

* feat: add Hermes and OpenClaw harness install targets

- Add scripts/lib/install-targets/hermes-home.js and openclaw-home.js
- Register new adapters in registry.js and helpers.js
- Add hermes/openclaw to SUPPORTED_INSTALL_TARGETS, schema enum, and install help text
- Add .hermes/ and .openclaw/ platform source directories with READMEs
- Update install-modules.json so rules/agents/commands/platform-configs cover the new targets

Verification:
- npx ecc doctor reports all 13 targets OK (including hermes-home and openclaw-home)
- install-targets regression guard passes for new targets
- Catalog check passes

* fix(install): register hermes/openclaw in install-modules schema enum + npm files allowlist

---------

Co-authored-by: Lxcardoza993 <265670745+Lxcardoza993@users.noreply.github.com>
Co-authored-by: Affaan Mustafa <me@affaanmustafa.com>
This commit is contained in:
Lx 2026-07-04 13:20:17 +08:00 committed by GitHub
parent 2d40baacbd
commit c837139e6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 111 additions and 9 deletions

21
.hermes/README.md Normal file
View file

@ -0,0 +1,21 @@
# ECC for Hermes
This directory contains the ECC (Everything Claude Code) configuration for the Hermes harness.
## What is installed
- `rules/ecc/` — shared coding rules and guidelines
- `skills/ecc/` — reusable skills
- `commands/` — slash commands
- `AGENTS.md` — agent instructions
## Manual install
```bash
bash ./install.sh --target hermes --profile minimal
```
## Notes
- Hermes config files (`config.yaml`, `.env`, etc.) are **not** touched by ECC install.
- Use `npx ecc doctor --target hermes` to check install health.