mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-08 07:37:48 +02:00
Address CodeRabbit review feedback on PR #2607: - Fix .adal/README.md to document actual install paths (rules/, skills/) instead of the incorrect namespaced rules/ecc/, skills/ecc/ paths. - Add regression tests for the adal-project install target adapter: root/install-state path resolution, dual id/target registry lookup, native .adal root sync-root-children behavior, and foreign platform path filtering. Co-Authored-By: AdaL <adal@sylph.ai>
624 B
624 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 doctor --target adalto check install health.