mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-16 18:16:10 +02:00
Rebuild of #2154 on current main, following the hermes/openclaw (#2433) adapter recipe: 10-line kimi-project adapter (project kind, ./.kimi root), registry + helpers ownership, SUPPORTED_INSTALL_TARGETS + legacy-compat modules, kimi target on the 5 shared modules + .kimi in platform-configs paths, both schema enums, npm files allowlist, help text, README stub. Credit to @MoYiC6 for the original adapter design in #2154.
22 lines
641 B
Markdown
22 lines
641 B
Markdown
# ECC for Kimi Code CLI
|
|
|
|
This directory contains the ECC (Everything Claude Code) configuration for the Kimi Code CLI harness.
|
|
|
|
## What is installed
|
|
|
|
- `rules/ecc/` — shared coding rules and guidelines
|
|
- `skills/ecc/` — reusable skills
|
|
- `commands/` — slash commands
|
|
- `AGENTS.md` — agent instructions
|
|
|
|
## Manual install
|
|
|
|
```bash
|
|
bash ./install.sh --target kimi --profile minimal
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The `kimi` target installs into the project-level `./.kimi/` directory.
|
|
- Kimi Code CLI's own config (`~/.kimi-code/config.toml`, plugins) is **not** touched by ECC install.
|
|
- Use `npx ecc doctor --target kimi` to check install health.
|