Merge goal-tool cleanup into same-session goals

This commit is contained in:
Tianyi Cui
2026-07-20 17:38:03 +08:00
3 changed files with 1 additions and 5 deletions

View File

@@ -76,7 +76,7 @@
"project": ["src/**/*.ts", "tests/**/*.ts"]
},
"packages/goal/tool-goal": {
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
"entry": ["tests/**/*.spec.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"]
},
"packages/code-runtime/code-runtime-worker": {