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:
Affaan Mustafa 2026-07-03 22:24:13 -07:00 committed by GitHub
parent c837139e6c
commit 49128b5763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 61 additions and 9 deletions

View file

@ -30,7 +30,8 @@
"qwen",
"zed",
"hermes",
"openclaw"
"openclaw",
"kimi"
]
},
"profile": {

View file

@ -60,7 +60,8 @@
"qwen",
"zed",
"hermes",
"openclaw"
"openclaw",
"kimi"
]
}
},