|
138 | 138 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
139 | 139 | "test/fixtures/monorepo/packages/api/src/config.ts" |
140 | 140 | ], |
141 | | - "src/harness/types.ts": [ |
142 | | - "test/task-harness.test.ts" |
143 | | - ], |
144 | | - "src/integrations/codegraph.ts": [ |
145 | | - "test/codegraph.test.ts" |
146 | | - ], |
147 | 141 | "src/core/cache.ts": [ |
148 | 142 | "test/cache.test.ts" |
149 | 143 | ], |
|
220 | 214 | "test/contract-validator.test.ts", |
221 | 215 | "test/validator.test.ts" |
222 | 216 | ], |
| 217 | + "src/harness/types.ts": [ |
| 218 | + "test/task-harness.test.ts" |
| 219 | + ], |
| 220 | + "src/integrations/codegraph.ts": [ |
| 221 | + "test/codegraph.test.ts" |
| 222 | + ], |
223 | 223 | "src/llm/provider.ts": [], |
224 | 224 | "src/mcp/server.ts": [ |
225 | 225 | "test/mcp.test.ts" |
|
274 | 274 | "src/outputs/token-savings.ts": [ |
275 | 275 | "test/token-savings.test.ts" |
276 | 276 | ], |
277 | | - "src/sandbox/git-worktree-sandbox.ts": [], |
278 | | - "src/sandbox/host-sandbox.ts": [], |
279 | | - "src/sandbox/sandbox-adapter.ts": [], |
280 | 277 | "src/retrievers/codegraph.ts": [ |
281 | 278 | "test/codegraph.test.ts", |
282 | 279 | "test/retrievers.test.ts" |
|
301 | 298 | "src/retrievers/types.ts": [ |
302 | 299 | "test/retrievers.test.ts" |
303 | 300 | ], |
| 301 | + "src/sandbox/git-worktree-sandbox.ts": [], |
| 302 | + "src/sandbox/host-sandbox.ts": [], |
| 303 | + "src/sandbox/sandbox-adapter.ts": [], |
304 | 304 | "src/harness/observability/execution-trace.ts": [ |
305 | 305 | "test/execution-trace.test.ts", |
306 | 306 | "test/hallucination-guard.test.ts", |
|
0 commit comments