mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-03 21:45:27 +00:00
Bundle the in-progress spine-v2 work so upstream can merge cleanly: - tui: todo tree panel projection, session event/replay/streaming wiring - agent-core-v2: workspaceLocalConfig service, skillCatalog cli dirs and explicit skill sources, todo service/tool updates, permission policy - node-sdk: v2 surface, dts build config - changeset for the todo panel work
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "<projectFolder>/.tmp-api-extractor/dts/node-sdk/src/index.d.ts",
|
|
"bundledPackages": [
|
|
"@moonshot-ai/agent-core",
|
|
"@moonshot-ai/agent-core-v2",
|
|
"@moonshot-ai/kaos",
|
|
"@moonshot-ai/kimi-code-oauth",
|
|
"@moonshot-ai/kosong"
|
|
],
|
|
"compiler": {
|
|
"tsconfigFilePath": "<projectFolder>/tsconfig.api-extractor.json",
|
|
"skipLibCheck": true
|
|
},
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
"docModel": {
|
|
"enabled": false
|
|
},
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "<projectFolder>/dist/index.d.mts",
|
|
"omitTrimmingComments": true
|
|
},
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
"messages": {
|
|
"extractorMessageReporting": {
|
|
"ae-forgotten-export": {
|
|
"logLevel": "none"
|
|
},
|
|
"ae-missing-release-tag": {
|
|
"logLevel": "none"
|
|
},
|
|
"ae-unresolved-link": {
|
|
"logLevel": "none"
|
|
}
|
|
},
|
|
"tsdocMessageReporting": {
|
|
"tsdoc-escape-greater-than": {
|
|
"logLevel": "none"
|
|
},
|
|
"tsdoc-escape-right-brace": {
|
|
"logLevel": "none"
|
|
},
|
|
"tsdoc-malformed-inline-tag": {
|
|
"logLevel": "none"
|
|
}
|
|
}
|
|
}
|
|
}
|