test(api): add assistant split regression runner

This commit is contained in:
2026-04-01 00:51:23 +02:00
parent 254f2caa94
commit f2d65d3cd4
3 changed files with 259 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
},
"scripts": {
"typecheck": "tsc --noEmit",
"test:unit": "vitest run"
"test:unit": "vitest run",
"test:assistant-split": "node ./scripts/run-assistant-tool-split-regression.mjs"
},
"dependencies": {
"@capakraken/application": "workspace:*",