|
147 | 147 | "src/cli/task-args.ts": [ |
148 | 148 | "test/task-args.test.ts" |
149 | 149 | ], |
150 | | - "src/harness/types.ts": [ |
151 | | - "test/task-harness.test.ts" |
152 | | - ], |
153 | | - "src/integrations/codegraph.ts": [ |
154 | | - "test/codegraph.test.ts" |
155 | | - ], |
156 | 150 | "src/core/cache.ts": [ |
157 | 151 | "test/cache.test.ts" |
158 | 152 | ], |
|
231 | 225 | "test/contract-validator.test.ts", |
232 | 226 | "test/validator.test.ts" |
233 | 227 | ], |
234 | | - "src/llm/provider.ts": [], |
| 228 | + "src/harness/types.ts": [ |
| 229 | + "test/task-harness.test.ts" |
| 230 | + ], |
| 231 | + "src/integrations/codegraph.ts": [ |
| 232 | + "test/codegraph.test.ts" |
| 233 | + ], |
235 | 234 | "src/mcp/server.ts": [ |
236 | 235 | "test/mcp.test.ts" |
237 | 236 | ], |
|
312 | 311 | "src/sandbox/git-worktree-sandbox.ts": [], |
313 | 312 | "src/sandbox/host-sandbox.ts": [], |
314 | 313 | "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/opencode-launcher.test.ts", |
320 | | - "test/orchestrator.test.ts", |
321 | | - "test/policy-engine.test.ts", |
322 | | - "test/task-harness.test.ts" |
323 | | - ], |
| 314 | + "src/llm/provider.ts": [], |
324 | 315 | "src/harness/control-plane/decision-engine.ts": [ |
325 | 316 | "test/task-harness.test.ts" |
326 | 317 | ], |
|
333 | 324 | "test/orchestrator.test.ts", |
334 | 325 | "test/task-harness.test.ts" |
335 | 326 | ], |
| 327 | + "src/harness/observability/execution-trace.ts": [ |
| 328 | + "test/execution-trace.test.ts", |
| 329 | + "test/hallucination-guard.test.ts", |
| 330 | + "test/loop-controller.test.ts", |
| 331 | + "test/opencode-launcher.test.ts", |
| 332 | + "test/orchestrator.test.ts", |
| 333 | + "test/policy-engine.test.ts", |
| 334 | + "test/task-harness.test.ts" |
| 335 | + ], |
336 | 336 | "src/harness/verification-plane/policy-engine.ts": [ |
337 | 337 | "test/hallucination-guard.test.ts", |
338 | 338 | "test/policy-engine.test.ts", |
|
885 | 885 | "test/fixtures/monorepo/packages/web/src/index.ts", |
886 | 886 | "test/fixtures/next-app/src/app/api/login/route.ts" |
887 | 887 | ], |
888 | | - "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
| 888 | + "benchmarks/fixtures/monorepo/packages/web/src/app.ts": [ |
| 889 | + "test/capp-commands.test.ts", |
889 | 890 | "test/fixtures.test.ts", |
890 | 891 | "test/fixtures/monorepo/package.json", |
891 | 892 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
910 | 911 | "test/fixtures/monorepo/packages/web/src/index.ts", |
911 | 912 | "test/fixtures/next-app/src/app/api/login/route.ts" |
912 | 913 | ], |
913 | | - "benchmarks/fixtures/monorepo/packages/web/src/app.ts": [ |
914 | | - "test/capp-commands.test.ts", |
| 914 | + "benchmarks/fixtures/monorepo/packages/web/src/config.ts": [ |
| 915 | + "test/config.test.ts", |
915 | 916 | "test/fixtures.test.ts", |
916 | 917 | "test/fixtures/monorepo/package.json", |
917 | 918 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
936 | 937 | "test/fixtures/monorepo/packages/web/src/index.ts", |
937 | 938 | "test/fixtures/next-app/src/app/api/login/route.ts" |
938 | 939 | ], |
939 | | - "benchmarks/fixtures/monorepo/packages/web/src/config.ts": [ |
940 | | - "test/config.test.ts", |
| 940 | + "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
941 | 941 | "test/fixtures.test.ts", |
942 | 942 | "test/fixtures/monorepo/package.json", |
943 | 943 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments