Merge goal-session snapshot fixes into commands

This commit is contained in:
Tianyi Cui
2026-07-20 17:46:05 +08:00
10 changed files with 8 additions and 14 deletions

View File

@@ -72,11 +72,11 @@
"project": ["src/**/*.ts", "tests/**/*.ts"]
},
"packages/goal/goal-session": {
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
"entry": ["tests/**/*.spec.ts"],
"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": {