mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-16 20:59:20 +00:00
- delete packages/daemon package.json - drop daemon from flake.nix workspace paths/names and pnpm-lock.yaml - remove dead daemon-e2e Dockerfile gitignore negation - update stale daemon references in DiffView and PromptDispatchLogEntry comments
30 lines
815 B
JSON
30 lines
815 B
JSON
{
|
|
"changelog": ["@changesets/changelog-github", { "repo": "MoonshotAI/kimi-code", "disableThanks": true }],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"@moonshot-ai/acp-adapter",
|
|
"@moonshot-ai/agent-core",
|
|
"@moonshot-ai/kaos",
|
|
"@moonshot-ai/kimi-code-oauth",
|
|
"@moonshot-ai/kimi-telemetry",
|
|
"@moonshot-ai/kimi-web",
|
|
"@moonshot-ai/kosong",
|
|
"@moonshot-ai/migration-legacy",
|
|
"@moonshot-ai/protocol",
|
|
"@moonshot-ai/server",
|
|
"@moonshot-ai/server-e2e",
|
|
"@moonshot-ai/vis",
|
|
"@moonshot-ai/vis-server",
|
|
"@moonshot-ai/vis-web",
|
|
"kimi-migration-legacy"
|
|
],
|
|
"snapshot": {
|
|
"useCalculatedVersion": true,
|
|
"prereleaseTemplate": "{tag}-{commit}"
|
|
}
|
|
}
|