mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-21 14:47:17 +00:00
* chore(web): remove apps/kimi-web in favor of the code-app web bundle The web UI source now lives in the code-app repo (apps/web); this repo only ships the prebuilt bundle at apps/kimi-code/dist-web, synced from code-app via \. - delete apps/kimi-web (source, tests, docs) - root package.json: drop dev:web and the kimi-web typecheck leg - apps/kimi-code: drop the workspace dep and the build-from-source step; replace copy-web-assets.mjs with check-web-assets.mjs so packaging fails fast when the committed bundle is missing - CI: _native-build verifies the committed bundle instead of building from source; ci.yml and pkg-pr-new.yml drop the kimi-web legs - docs: AGENTS.md project map, changeset README, gen-changesets and sync-changelog skills now key web UI entries on dist-web * chore(web): stop ignoring dist-web now that the bundle is committed The ignore entry predates the code-app sync flow, when dist-web was a local build artifact. The bundle is now the canonical, committed form of the web UI, so ignoring it only forces every sync to git add -f. * docs(skills): drop the web-specific changeset and changelog rules The web: prefix convention and the web-specific dedup guidance belonged to the in-repo web app. With the source moved to code-app, web UI changes follow the same generic rules as any other CLI-bundle change. * chore(web): add changesets for the web UI changes in the bundle * chore(web): collapse the bundle changesets into one umbrella entry * ci: unbreak nix and lint after the kimi-web removal - flake.nix: drop apps/kimi-web from the source fileset and package lists, and verify the committed dist-web in the native build phase instead of building the web app from source - .oxlintrc.json: exclude dist-web (a committed build artifact) now that .gitignore no longer hides it from the linter * ci(nix): update pnpmDeps hash for the post-kimi-web lockfile * chore(web): resync dist-web from code-app main Bundle rebuilt from code-app main (upstream parity ports #175, pinned sidebar #176) with the CLI version 0.32.0 embedded.
45 lines
616 B
Text
45 lines
616 B
Text
node_modules/
|
|
dist/
|
|
dist-single/
|
|
dist-native/
|
|
.tmp-api-extractor/
|
|
.contract-types-tmp/
|
|
.local/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
.vitest-results/
|
|
.vite/
|
|
.DS_Store
|
|
.playwright-mcp/
|
|
.claude
|
|
.conductor
|
|
.kimi-stash-dir
|
|
plugins/cdn/
|
|
.worktrees/
|
|
.kimi-code/local.toml
|
|
.kimi-sandbox/
|
|
.vscode/
|
|
!apps/vscode/.vscode/
|
|
!apps/vscode/.vscode/*.json
|
|
apps/vscode/artifacts/
|
|
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
docs/superpowers/
|
|
reports/
|
|
.superpowers/
|
|
/plan/
|
|
|
|
# Agent scratch / throwaway files - do not commit
|
|
.tmp/
|
|
HANDOVER*.md
|
|
HANDOFF*.md
|
|
handoff.md
|
|
handover.md
|
|
*-designs.html
|
|
*-design.html
|
|
*-mockup.html
|
|
*-demo.html
|
|
*-demos.html
|