Files
ECC/.adal/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

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 guidelines
  • skills/ — reusable skills
  • commands/ — slash commands
  • AGENTS.md — agent instructions

Manual install

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.