|
106 | 106 | "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
107 | 107 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
108 | 108 | ], |
109 | | - "src/harness/types.ts": [ |
110 | | - "test/task-harness.test.ts" |
111 | | - ], |
112 | 109 | "src/cli/index.ts": [ |
113 | 110 | "test/fixtures/monorepo/packages/api/src/index.ts", |
114 | 111 | "test/fixtures/monorepo/packages/web/src/index.ts" |
|
119 | 116 | "src/cli/task-args.ts": [ |
120 | 117 | "test/task-args.test.ts" |
121 | 118 | ], |
| 119 | + "src/config/defaults.ts": [ |
| 120 | + "test/config.test.ts", |
| 121 | + "test/scanner.test.ts", |
| 122 | + "test/fixtures/next-app/tsconfig.json", |
| 123 | + "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
| 124 | + "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
| 125 | + "test/fixtures/monorepo/packages/api/src/config.ts" |
| 126 | + ], |
| 127 | + "src/config/load-config.ts": [ |
| 128 | + "test/config.test.ts", |
| 129 | + "test/fixtures/next-app/tsconfig.json", |
| 130 | + "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
| 131 | + "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
| 132 | + "test/fixtures/monorepo/packages/api/src/config.ts" |
| 133 | + ], |
| 134 | + "src/config/starter-config.ts": [ |
| 135 | + "test/config.test.ts", |
| 136 | + "test/fixtures/next-app/tsconfig.json", |
| 137 | + "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
| 138 | + "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
| 139 | + "test/fixtures/monorepo/packages/api/src/config.ts" |
| 140 | + ], |
| 141 | + "src/harness/types.ts": [ |
| 142 | + "test/task-harness.test.ts" |
| 143 | + ], |
| 144 | + "src/integrations/codegraph.ts": [ |
| 145 | + "test/codegraph.test.ts" |
| 146 | + ], |
122 | 147 | "src/core/cache.ts": [ |
123 | 148 | "test/cache.test.ts" |
124 | 149 | ], |
|
195 | 220 | "test/contract-validator.test.ts", |
196 | 221 | "test/validator.test.ts" |
197 | 222 | ], |
198 | | - "src/config/defaults.ts": [ |
199 | | - "test/config.test.ts", |
200 | | - "test/scanner.test.ts", |
201 | | - "test/fixtures/next-app/tsconfig.json", |
202 | | - "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
203 | | - "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
204 | | - "test/fixtures/monorepo/packages/api/src/config.ts" |
205 | | - ], |
206 | | - "src/config/load-config.ts": [ |
207 | | - "test/config.test.ts", |
208 | | - "test/fixtures/next-app/tsconfig.json", |
209 | | - "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
210 | | - "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
211 | | - "test/fixtures/monorepo/packages/api/src/config.ts" |
212 | | - ], |
213 | | - "src/config/starter-config.ts": [ |
214 | | - "test/config.test.ts", |
215 | | - "test/fixtures/next-app/tsconfig.json", |
216 | | - "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
217 | | - "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
218 | | - "test/fixtures/monorepo/packages/api/src/config.ts" |
219 | | - ], |
220 | | - "src/integrations/codegraph.ts": [ |
221 | | - "test/codegraph.test.ts" |
222 | | - ], |
| 223 | + "src/llm/provider.ts": [], |
223 | 224 | "src/mcp/server.ts": [ |
224 | 225 | "test/mcp.test.ts" |
225 | 226 | ], |
226 | | - "src/llm/provider.ts": [], |
227 | | - "src/retrievers/codegraph.ts": [ |
228 | | - "test/codegraph.test.ts", |
229 | | - "test/retrievers.test.ts" |
230 | | - ], |
231 | | - "src/retrievers/external.ts": [ |
232 | | - "test/retrievers.test.ts" |
233 | | - ], |
234 | | - "src/retrievers/hybrid.ts": [ |
235 | | - "test/retrievers.test.ts" |
236 | | - ], |
237 | | - "src/retrievers/index.ts": [ |
238 | | - "test/retrievers.test.ts", |
239 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
240 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
241 | | - ], |
242 | | - "src/retrievers/ripgrep.ts": [ |
243 | | - "test/retrievers.test.ts" |
244 | | - ], |
245 | | - "src/retrievers/static.ts": [ |
246 | | - "test/retrievers.test.ts" |
247 | | - ], |
248 | | - "src/retrievers/types.ts": [ |
249 | | - "test/retrievers.test.ts" |
250 | | - ], |
251 | 227 | "src/outputs/agent-events.ts": [ |
252 | 228 | "test/agent-events.test.ts" |
253 | 229 | ], |
|
301 | 277 | "src/sandbox/git-worktree-sandbox.ts": [], |
302 | 278 | "src/sandbox/host-sandbox.ts": [], |
303 | 279 | "src/sandbox/sandbox-adapter.ts": [], |
304 | | - "src/harness/control-plane/decision-engine.ts": [ |
305 | | - "test/task-harness.test.ts" |
| 280 | + "src/retrievers/codegraph.ts": [ |
| 281 | + "test/codegraph.test.ts", |
| 282 | + "test/retrievers.test.ts" |
306 | 283 | ], |
307 | | - "src/harness/control-plane/loop-controller.ts": [ |
308 | | - "test/loop-controller.test.ts", |
309 | | - "test/task-harness.test.ts" |
| 284 | + "src/retrievers/external.ts": [ |
| 285 | + "test/retrievers.test.ts" |
310 | 286 | ], |
311 | | - "src/harness/control-plane/orchestrator.ts": [ |
312 | | - "test/orchestrator.test.ts", |
313 | | - "test/task-harness.test.ts" |
| 287 | + "src/retrievers/hybrid.ts": [ |
| 288 | + "test/retrievers.test.ts" |
| 289 | + ], |
| 290 | + "src/retrievers/index.ts": [ |
| 291 | + "test/retrievers.test.ts", |
| 292 | + "test/fixtures/monorepo/packages/api/src/index.ts", |
| 293 | + "test/fixtures/monorepo/packages/web/src/index.ts" |
| 294 | + ], |
| 295 | + "src/retrievers/ripgrep.ts": [ |
| 296 | + "test/retrievers.test.ts" |
| 297 | + ], |
| 298 | + "src/retrievers/static.ts": [ |
| 299 | + "test/retrievers.test.ts" |
| 300 | + ], |
| 301 | + "src/retrievers/types.ts": [ |
| 302 | + "test/retrievers.test.ts" |
314 | 303 | ], |
315 | 304 | "src/harness/observability/execution-trace.ts": [ |
316 | 305 | "test/execution-trace.test.ts", |
|
320 | 309 | "test/policy-engine.test.ts", |
321 | 310 | "test/task-harness.test.ts" |
322 | 311 | ], |
| 312 | + "src/harness/control-plane/decision-engine.ts": [ |
| 313 | + "test/task-harness.test.ts" |
| 314 | + ], |
| 315 | + "src/harness/control-plane/loop-controller.ts": [ |
| 316 | + "test/loop-controller.test.ts", |
| 317 | + "test/task-harness.test.ts" |
| 318 | + ], |
| 319 | + "src/harness/control-plane/orchestrator.ts": [ |
| 320 | + "test/opencode-preset.test.ts", |
| 321 | + "test/orchestrator.test.ts", |
| 322 | + "test/task-harness.test.ts" |
| 323 | + ], |
323 | 324 | "src/harness/verification-plane/policy-engine.ts": [ |
324 | 325 | "test/hallucination-guard.test.ts", |
325 | 326 | "test/policy-engine.test.ts", |
|
0 commit comments