refactor(runtime): compose consumers over fs and subprocess

This commit is contained in:
Tianyi Cui
2026-08-08 21:27:55 +08:00
parent 987d477cfc
commit 8917ff8ef4
116 changed files with 2828 additions and 1122 deletions
+10
View File
@@ -383,6 +383,16 @@
"tests/**/*.ts"
]
},
"packages/code-runtime/code-runtime-subprocess": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
],
"project": [
"src/**/*.ts",
"tests/**/*.ts"
]
},
"packages/llm/llm-deepseek": {
"entry": [
"tests/**/*.spec.ts",