|
147 | 147 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
148 | 148 | "test/fixtures/monorepo/packages/api/src/config.ts" |
149 | 149 | ], |
150 | | - "src/harness/types.ts": [ |
151 | | - "test/task-harness.test.ts" |
152 | | - ], |
153 | 150 | "src/core/cache.ts": [ |
154 | 151 | "test/cache.test.ts" |
155 | 152 | ], |
|
165 | 162 | "test/hallucination-guard.test.ts", |
166 | 163 | "test/impact.test.ts", |
167 | 164 | "test/loop-controller.test.ts", |
| 165 | + "test/opencode-launcher.test.ts", |
168 | 166 | "test/policy-engine.test.ts", |
169 | 167 | "test/regression-guard.test.ts", |
170 | 168 | "test/retrievers.test.ts", |
|
227 | 225 | "test/contract-validator.test.ts", |
228 | 226 | "test/validator.test.ts" |
229 | 227 | ], |
| 228 | + "src/harness/types.ts": [ |
| 229 | + "test/task-harness.test.ts" |
| 230 | + ], |
230 | 231 | "src/integrations/codegraph.ts": [ |
231 | 232 | "test/codegraph.test.ts" |
232 | 233 | ], |
| 234 | + "src/llm/provider.ts": [], |
233 | 235 | "src/mcp/server.ts": [ |
234 | 236 | "test/mcp.test.ts" |
235 | 237 | ], |
236 | | - "src/llm/provider.ts": [], |
237 | 238 | "src/outputs/agent-events.ts": [ |
238 | 239 | "test/agent-events.test.ts" |
239 | 240 | ], |
|
311 | 312 | "src/sandbox/git-worktree-sandbox.ts": [], |
312 | 313 | "src/sandbox/host-sandbox.ts": [], |
313 | 314 | "src/sandbox/sandbox-adapter.ts": [], |
| 315 | + "src/harness/observability/execution-trace.ts": [ |
| 316 | + "test/execution-trace.test.ts", |
| 317 | + "test/hallucination-guard.test.ts", |
| 318 | + "test/loop-controller.test.ts", |
| 319 | + "test/orchestrator.test.ts", |
| 320 | + "test/policy-engine.test.ts", |
| 321 | + "test/task-harness.test.ts" |
| 322 | + ], |
314 | 323 | "src/harness/control-plane/decision-engine.ts": [ |
315 | 324 | "test/task-harness.test.ts" |
316 | 325 | ], |
|
323 | 332 | "test/orchestrator.test.ts", |
324 | 333 | "test/task-harness.test.ts" |
325 | 334 | ], |
326 | | - "src/harness/observability/execution-trace.ts": [ |
327 | | - "test/execution-trace.test.ts", |
328 | | - "test/hallucination-guard.test.ts", |
329 | | - "test/loop-controller.test.ts", |
330 | | - "test/orchestrator.test.ts", |
331 | | - "test/policy-engine.test.ts", |
332 | | - "test/task-harness.test.ts" |
333 | | - ], |
334 | 335 | "src/harness/verification-plane/policy-engine.ts": [ |
335 | 336 | "test/hallucination-guard.test.ts", |
336 | 337 | "test/policy-engine.test.ts", |
|
362 | 363 | "test/freshness.test.ts", |
363 | 364 | "test/hallucination-guard.test.ts", |
364 | 365 | "test/loop-controller.test.ts", |
| 366 | + "test/opencode-launcher.test.ts", |
365 | 367 | "test/policy-engine.test.ts", |
366 | 368 | "test/regression-guard.test.ts", |
367 | 369 | "test/validator.test.ts", |
|
680 | 682 | "test/fixtures/monorepo/packages/web/src/index.ts", |
681 | 683 | "test/fixtures/next-app/src/app/api/login/route.ts" |
682 | 684 | ], |
683 | | - "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
| 685 | + "benchmarks/fixtures/small-ts-app/src/api/login.ts": [ |
684 | 686 | "test/fixtures.test.ts", |
685 | 687 | "test/fixtures/monorepo/package.json", |
686 | 688 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
705 | 707 | "test/fixtures/monorepo/packages/web/src/index.ts", |
706 | 708 | "test/fixtures/next-app/src/app/api/login/route.ts" |
707 | 709 | ], |
708 | | - "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
| 710 | + "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
709 | 711 | "test/fixtures.test.ts", |
710 | 712 | "test/fixtures/monorepo/package.json", |
711 | 713 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
730 | 732 | "test/fixtures/monorepo/packages/web/src/index.ts", |
731 | 733 | "test/fixtures/next-app/src/app/api/login/route.ts" |
732 | 734 | ], |
733 | | - "benchmarks/fixtures/small-ts-app/src/api/login.ts": [ |
| 735 | + "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
734 | 736 | "test/fixtures.test.ts", |
735 | 737 | "test/fixtures/monorepo/package.json", |
736 | 738 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments