mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 15:32:55 +00:00
Extract pure media generation catalog/model-ref/normalization helpers into a private workspace package and wire the package through build, watch, SDK alias, and plugin boundary d.ts paths. Verification: - node scripts/run-vitest.mjs test/scripts/crabbox-wrapper.test.ts packages/media-generation-core/src src/media-generation/runtime-shared.test.ts src/plugins/sdk-alias.test.ts src/infra/watch-node.test.ts src/plugins/registry.provider-like.test.ts src/agents/model-ref-shared.test.ts extensions/codex-supervisor/src/plugin-tools.test.ts extensions/codex-supervisor/src/supervisor.test.ts src/wizard/setup.official-plugins.test.ts src/infra/net/http-connect-tunnel.test.ts - node scripts/prepare-extension-package-boundary-artifacts.mjs --mode=all - node scripts/run-vitest.mjs src/plugins/contracts/extension-package-project-boundaries.test.ts src/plugins/sdk-alias.test.ts - pnpm protocol:check - pnpm check:changed - .agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main - GitHub CI 26676608512
92 lines
4.5 KiB
JSON
92 lines
4.5 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"lib": ["DOM", "DOM.Iterable", "ES2023", "ScriptHost"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noEmit": true,
|
|
"noEmitOnError": true,
|
|
"noUncheckedSideEffectImports": true,
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es2023",
|
|
"types": ["node"],
|
|
"useDefineForClassFields": false,
|
|
"verbatimModuleSyntax": true,
|
|
"paths": {
|
|
"openclaw/extension-api": ["./src/extensionAPI.ts"],
|
|
"openclaw/plugin-sdk": ["./src/plugin-sdk/index.ts"],
|
|
"openclaw/plugin-sdk/*": ["./src/plugin-sdk/*.ts"],
|
|
"@openclaw/agent-core": ["./packages/agent-core/src/index.ts"],
|
|
"@openclaw/agent-core/*": ["./packages/agent-core/src/*"],
|
|
"@openclaw/llm-core": ["./packages/llm-core/src/index.ts"],
|
|
"@openclaw/llm-core/diagnostics": ["./packages/llm-core/src/utils/diagnostics.ts"],
|
|
"@openclaw/llm-core/event-stream": ["./packages/llm-core/src/utils/event-stream.ts"],
|
|
"@openclaw/llm-core/validation": ["./packages/llm-core/src/validation.ts"],
|
|
"@openclaw/llm-core/*": ["./packages/llm-core/src/*"],
|
|
"@openclaw/llm-runtime": ["./packages/llm-runtime/src/index.ts"],
|
|
"@openclaw/llm-runtime/*": ["./packages/llm-runtime/src/*"],
|
|
"@openclaw/gateway-client": ["./packages/gateway-client/src/index.ts"],
|
|
"@openclaw/gateway-client/*": ["./packages/gateway-client/src/*"],
|
|
"@openclaw/gateway-protocol": ["./packages/gateway-protocol/src/index.ts"],
|
|
"@openclaw/gateway-protocol/client-info": [
|
|
"./packages/gateway-protocol/src/client-info.ts"
|
|
],
|
|
"@openclaw/gateway-protocol/connect-error-details": [
|
|
"./packages/gateway-protocol/src/connect-error-details.ts"
|
|
],
|
|
"@openclaw/gateway-protocol/schema": ["./packages/gateway-protocol/src/schema.ts"],
|
|
"@openclaw/gateway-protocol/startup-unavailable": [
|
|
"./packages/gateway-protocol/src/startup-unavailable.ts"
|
|
],
|
|
"@openclaw/gateway-protocol/version": ["./packages/gateway-protocol/src/version.ts"],
|
|
"@openclaw/gateway-protocol/*": ["./packages/gateway-protocol/src/*"],
|
|
"@openclaw/media-generation-core": ["./packages/media-generation-core/src/index.ts"],
|
|
"@openclaw/media-generation-core/capability-model-ref": [
|
|
"./packages/media-generation-core/src/capability-model-ref.ts"
|
|
],
|
|
"@openclaw/media-generation-core/catalog": [
|
|
"./packages/media-generation-core/src/catalog.ts"
|
|
],
|
|
"@openclaw/media-generation-core/model-ref": [
|
|
"./packages/media-generation-core/src/model-ref.ts"
|
|
],
|
|
"@openclaw/media-generation-core/normalization": [
|
|
"./packages/media-generation-core/src/normalization.ts"
|
|
],
|
|
"@openclaw/media-generation-core/*": ["./packages/media-generation-core/src/*"],
|
|
"@openclaw/net-policy": ["./packages/net-policy/src/index.ts"],
|
|
"@openclaw/net-policy/ip": ["./packages/net-policy/src/ip.ts"],
|
|
"@openclaw/net-policy/ipv4": ["./packages/net-policy/src/ipv4.ts"],
|
|
"@openclaw/net-policy/redact-sensitive-url": [
|
|
"./packages/net-policy/src/redact-sensitive-url.ts"
|
|
],
|
|
"@openclaw/net-policy/url-userinfo": ["./packages/net-policy/src/url-userinfo.ts"],
|
|
"@openclaw/net-policy/*": ["./packages/net-policy/src/*"],
|
|
"@openclaw/speech-core": ["./packages/speech-core/runtime-api.ts"],
|
|
"@openclaw/speech-core/api": ["./packages/speech-core/api.ts"],
|
|
"@openclaw/speech-core/runtime-api": ["./packages/speech-core/runtime-api.ts"],
|
|
"@openclaw/speech-core/speaker": ["./packages/speech-core/speaker.ts"],
|
|
"@openclaw/speech-core/voice-models": ["./packages/speech-core/voice-models.ts"],
|
|
"@openclaw/speech-core/*": ["./packages/speech-core/*"],
|
|
"@openclaw/sdk": ["./packages/sdk/src/index.ts"],
|
|
"@openclaw/plugin-sdk": ["./src/plugin-sdk/index.ts"],
|
|
"@openclaw/plugin-sdk/*": ["./src/plugin-sdk/*.ts"],
|
|
"openclaw/plugin-sdk/account-id": ["./src/plugin-sdk/account-id.ts"],
|
|
"@openclaw/*": ["./extensions/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "ui/**/*", "extensions/**/*", "packages/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/dist/**"]
|
|
}
|