Merge branch 'codex/simp-hide-concrete-agent-loop' into codex/simp-hide-subagent-internals
This commit is contained in:
@@ -77,13 +77,17 @@
|
|||||||
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
||||||
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
||||||
},
|
},
|
||||||
"packages/ui/stdio-agent": {
|
"packages/ui/jsonrpc": {
|
||||||
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
||||||
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
||||||
},
|
},
|
||||||
"packages/ui/jsonrpc-agent": {
|
"packages/ui/jsonrpc-agent": {
|
||||||
"project": ["src/**/*.ts"]
|
"project": ["src/**/*.ts"]
|
||||||
},
|
},
|
||||||
|
"packages/ui/stdio-agent": {
|
||||||
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
||||||
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
||||||
|
},
|
||||||
"packages/subagent/subagent-spawn": {
|
"packages/subagent/subagent-spawn": {
|
||||||
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
||||||
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user