mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-29 12:03:40 +00:00
* docs: add renderer architecture refactor plan
* docs: add renderer architecture spec and progress ledger
* refactor: move shared renderer lib modules and tests into web-core
* refactor: point apps/web and apps/desktop renderer at web-core/lib
* refactor: fix dangling lib imports folded in by the main merge
Main added relative lib imports (modelThinking / pathRelativeTo /
nativeWorkspaceDrop / rootKey) alongside P1's rewrites; point them at
@moonshot-ai/web-core/lib like the rest.
* refactor: rename shared packages @moonshot-ai/web-* to app-*
These packages are shared by the web and desktop apps, so the web-
prefix is a misnomer: app-core / app-ui / app-markdown / app-i18n,
with packages/web-* directories renamed to packages/app-* to match.
The planned web-client package will land as app-client. vite-preset
is untouched; the app package names (kimi-code-web / kimi-code-app)
stay per repo policy. Historical plan/spec docs keep the old names.
* chore: point gitignored font paths at packages/app-ui
* test: fix type import path in mergeWorkspaces.test (../src/api/types)
Type-only so vitest erased it and never resolved at runtime, but the
path was wrong since the move into packages/ — flagged in review.
* chore: regenerate lockfile after kimi-code submodule bump
agent-core-v2 at
|
||
|---|---|---|
| .. | ||
| build-brand-icons.mjs | ||
| export-icon-layers.mjs | ||
| merge-mac-update-yml.mjs | ||
| prepare-fonts.mjs | ||
| sync-web-to-kimi-code.mjs | ||