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
634 B
634 B
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 guidelinesskills/— reusable skillscommands/— slash commandsAGENTS.md— agent instructions
Manual install
bash ./install.sh --target adal --profile minimal
Notes
- The
adaltarget 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 adalto check install health.