chore: project hygiene — fix workspace:*, sandbox USER, dead config (#11289)

* chore: project hygiene fixes (workspace:*, sandbox USER, dead config)

* chore: also fix workspace:* in zalouser dependencies
This commit is contained in:
max
2026-02-08 02:36:42 -08:00
committed by GitHub
parent c56fb7f353
commit 28e1a65ebc
10 changed files with 30 additions and 51 deletions

View File

@@ -185,9 +185,6 @@
"@napi-rs/canvas": "^0.1.89",
"node-llama-cpp": "3.15.1"
},
"overrides": {
"tar": "7.5.7"
},
"engines": {
"node": ">=22.12.0"
},
@@ -215,37 +212,5 @@
"protobufjs",
"sharp"
]
},
"vitest": {
"coverage": {
"provider": "v8",
"reporter": [
"text",
"lcov"
],
"thresholds": {
"lines": 70,
"functions": 70,
"branches": 70,
"statements": 70
},
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.test.ts"
]
},
"include": [
"src/**/*.test.ts"
],
"exclude": [
"dist/**",
"apps/macos/**",
"apps/macos/.build/**",
"**/vendor/**",
"apps/macos/.build/**",
"dist/OpenClaw.app/**"
]
}
}