mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-08 07:37:48 +02:00
feat(install): add Kimi Code CLI install target (kimi-project adapter) (#2441)
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.
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"qwen",
|
||||
"zed",
|
||||
"hermes",
|
||||
"openclaw"
|
||||
"openclaw",
|
||||
"kimi"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
@@ -45,7 +46,8 @@
|
||||
"qwen",
|
||||
"zed",
|
||||
"hermes",
|
||||
"openclaw"
|
||||
"openclaw",
|
||||
"kimi"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
@@ -72,7 +74,8 @@
|
||||
"qwen",
|
||||
"zed",
|
||||
"hermes",
|
||||
"openclaw"
|
||||
"openclaw",
|
||||
"kimi"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
@@ -116,7 +119,8 @@
|
||||
"scripts/auto-update.js",
|
||||
"scripts/setup-package-manager.js",
|
||||
".hermes",
|
||||
".openclaw"
|
||||
".openclaw",
|
||||
".kimi"
|
||||
],
|
||||
"targets": [
|
||||
"claude",
|
||||
@@ -131,7 +135,8 @@
|
||||
"qwen",
|
||||
"zed",
|
||||
"hermes",
|
||||
"openclaw"
|
||||
"openclaw",
|
||||
"kimi"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
@@ -288,7 +293,8 @@
|
||||
"qwen",
|
||||
"zed",
|
||||
"hermes",
|
||||
"openclaw"
|
||||
"openclaw",
|
||||
"kimi"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
||||
Reference in New Issue
Block a user