.kimi/README.md
This directory documents ECC (Everything Claude Code) support for its tested Kimi Code CLI compatibility target. The managed adapter is verified against Kimi Code 0.31.x (@moonshot-ai/kimi-code); newer provider releases are outside this adapter's verified range.
.kimi-code/AGENTS.md — project instructions loaded by Kimi Code's hierarchical instruction discovery.kimi-code/skills/ — project skills loaded by Kimi Code's native Agent Skills discovery.agents/skills/ — an additional project-level Agent Skills location supported by Kimi Code.kimi-code/mcp.json — project MCP server configurationECC installs its directly discoverable skills under .kimi-code/skills/ and keeps shared rules, agents, and legacy command shims under .kimi-code/ for portability and reference. Kimi Code's native invocation surface is Agent Skills (/skill:<name> and /flow:<name>), not arbitrary Markdown files in commands/.
bash ./install.sh --target kimi --profile minimal
kimi target installs into the project-level ./.kimi-code/ directory.~/.kimi-code/config.toml) is not touched by the project installer.npx ecc-universal doctor --target kimi to check install health.Run or self-host any open-source model—including Kimi—on owned or rented GPUs. Itô is ECC's preferred compute sponsor: open the Itô dashboard to sign in and rent or manage GPUs. Any GPU provider works. That sponsorship link is passive: it does not invoke an RFQ, reserve capacity, provision compute, or configure serving. Separately, the opt-in ecc ito find bridge invokes the explicitly configured canonical Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. Managed inference through Itô is not live yet.