Files
ECC/.adal/README.md
T
1e7493595c fix(adal): correct README install paths and add adapter regression tests
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>
2026-08-29 13:40:56 -04:00

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 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 doctor --target adal to check install health.