mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-17 23:28:04 +02:00
* fix(install): harden universal setup release path * docs(adal): use ecc-universal doctor command
23 lines
634 B
Markdown
23 lines
634 B
Markdown
# ECC for AdaL CLI
|
|
|
|
This directory contains the ECC (Everything Claude Code) configuration for the AdaL CLI harness.
|
|
|
|
## What is installed
|
|
|
|
- `rules/` — shared coding rules and guidelines
|
|
- `skills/` — reusable skills
|
|
- `commands/` — slash commands
|
|
- `AGENTS.md` — agent instructions
|
|
|
|
## Manual install
|
|
|
|
```bash
|
|
bash ./install.sh --target adal --profile minimal
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The `adal` target installs into the project-level `./.adal/` directory.
|
|
- AdaL's own config (`~/.adal/settings.json`, MCP servers, plugins) is **not** touched by ECC install.
|
|
- Use `npx ecc-universal doctor --target adal` to check install health.
|