Files
ECC/.hermes/README.md
T
haelyraandGitHub 005eff40fd fix(install): harden universal setup release path (#2888)
* fix(install): harden universal setup release path

* docs(adal): use ecc-universal doctor command
2026-08-30 18:54:00 -04:00

22 lines
553 B
Markdown

# 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-universal doctor --target hermes` to check install health.