Merge origin/master into codex/dsh-badge-plugin

This commit is contained in:
Tianyi Cui
2026-08-08 15:33:41 +08:00
900 changed files with 26967 additions and 3578 deletions
+22 -1
View File
@@ -65,6 +65,7 @@
"**/*.ts"
],
"ignoreDependencies": [
"@cordisjs/plugin-logger-console",
"@deepseek-ai/.+"
]
},
@@ -114,6 +115,15 @@
"tests/**/*.ts"
]
},
"packages/api/remotes": {
"entry": [
"tests/**/*.e2e.ts"
],
"project": [
"src/**/*.ts",
"tests/**/*.ts"
]
},
"packages/client/ui-primitives": {
"entry": [
"tests/**/*.spec.tsx"
@@ -134,6 +144,16 @@
"tests/**/*.tsx"
]
},
"packages/client/ui-deliverables": {
"entry": [
"tests/**/*.spec.tsx"
],
"project": [
"src/**/*.ts",
"src/**/*.tsx",
"tests/**/*.tsx"
]
},
"packages/client/web-react": {
"entry": [
"tests/**/*.spec.tsx"
@@ -189,7 +209,8 @@
"packages/typert/generator": {
"entry": [
"tests/**/*.spec.ts",
"tests/fixtures/type-model/**/*.ts"
"tests/fixtures/type-model/**/*.ts",
"tests/fixtures/remote-model/**/*.ts"
],
"project": [
"src/**/*.ts",