|
109 | 109 | "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
110 | 110 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
111 | 111 | ], |
112 | | - "src/cli/capp-commands.ts": [ |
113 | | - "test/capp-commands.test.ts" |
114 | | - ], |
115 | | - "src/cli/default-command.ts": [ |
116 | | - "test/default-command.test.ts" |
117 | | - ], |
118 | | - "src/cli/index.ts": [ |
119 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
120 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
121 | | - ], |
122 | | - "src/cli/opencode-preset.ts": [ |
123 | | - "test/opencode-preset.test.ts" |
124 | | - ], |
125 | | - "src/cli/task-args.ts": [ |
126 | | - "test/task-args.test.ts" |
127 | | - ], |
128 | 112 | "src/config/defaults.ts": [ |
129 | 113 | "test/config.test.ts", |
130 | 114 | "test/scanner.test.ts", |
|
147 | 131 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
148 | 132 | "test/fixtures/monorepo/packages/api/src/config.ts" |
149 | 133 | ], |
150 | | - "src/harness/types.ts": [ |
151 | | - "test/task-harness.test.ts" |
| 134 | + "src/cli/capp-commands.ts": [ |
| 135 | + "test/capp-commands.test.ts" |
| 136 | + ], |
| 137 | + "src/cli/default-command.ts": [ |
| 138 | + "test/default-command.test.ts" |
| 139 | + ], |
| 140 | + "src/cli/index.ts": [ |
| 141 | + "test/fixtures/monorepo/packages/api/src/index.ts", |
| 142 | + "test/fixtures/monorepo/packages/web/src/index.ts" |
| 143 | + ], |
| 144 | + "src/cli/opencode-preset.ts": [ |
| 145 | + "test/opencode-preset.test.ts" |
| 146 | + ], |
| 147 | + "src/cli/task-args.ts": [ |
| 148 | + "test/task-args.test.ts" |
152 | 149 | ], |
153 | 150 | "src/core/cache.ts": [ |
154 | 151 | "test/cache.test.ts" |
|
228 | 225 | "test/contract-validator.test.ts", |
229 | 226 | "test/validator.test.ts" |
230 | 227 | ], |
| 228 | + "src/harness/types.ts": [ |
| 229 | + "test/task-harness.test.ts" |
| 230 | + ], |
231 | 231 | "src/integrations/codegraph.ts": [ |
232 | 232 | "test/codegraph.test.ts" |
233 | 233 | ], |
234 | | - "src/llm/provider.ts": [], |
235 | 234 | "src/mcp/server.ts": [ |
236 | 235 | "test/mcp.test.ts" |
237 | 236 | ], |
238 | | - "src/retrievers/codegraph.ts": [ |
239 | | - "test/codegraph.test.ts", |
240 | | - "test/retrievers.test.ts" |
241 | | - ], |
242 | | - "src/retrievers/external.ts": [ |
243 | | - "test/retrievers.test.ts" |
244 | | - ], |
245 | | - "src/retrievers/hybrid.ts": [ |
246 | | - "test/retrievers.test.ts" |
247 | | - ], |
248 | | - "src/retrievers/index.ts": [ |
249 | | - "test/retrievers.test.ts", |
250 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
251 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
252 | | - ], |
253 | | - "src/retrievers/ripgrep.ts": [ |
254 | | - "test/retrievers.test.ts" |
255 | | - ], |
256 | | - "src/retrievers/static.ts": [ |
257 | | - "test/retrievers.test.ts" |
258 | | - ], |
259 | | - "src/retrievers/types.ts": [ |
260 | | - "test/retrievers.test.ts" |
261 | | - ], |
| 237 | + "src/llm/provider.ts": [], |
262 | 238 | "src/outputs/agent-events.ts": [ |
263 | 239 | "test/agent-events.test.ts" |
264 | 240 | ], |
|
309 | 285 | "src/outputs/token-savings.ts": [ |
310 | 286 | "test/token-savings.test.ts" |
311 | 287 | ], |
| 288 | + "src/retrievers/codegraph.ts": [ |
| 289 | + "test/codegraph.test.ts", |
| 290 | + "test/retrievers.test.ts" |
| 291 | + ], |
| 292 | + "src/retrievers/external.ts": [ |
| 293 | + "test/retrievers.test.ts" |
| 294 | + ], |
| 295 | + "src/retrievers/hybrid.ts": [ |
| 296 | + "test/retrievers.test.ts" |
| 297 | + ], |
| 298 | + "src/retrievers/index.ts": [ |
| 299 | + "test/retrievers.test.ts", |
| 300 | + "test/fixtures/monorepo/packages/api/src/index.ts", |
| 301 | + "test/fixtures/monorepo/packages/web/src/index.ts" |
| 302 | + ], |
| 303 | + "src/retrievers/ripgrep.ts": [ |
| 304 | + "test/retrievers.test.ts" |
| 305 | + ], |
| 306 | + "src/retrievers/static.ts": [ |
| 307 | + "test/retrievers.test.ts" |
| 308 | + ], |
| 309 | + "src/retrievers/types.ts": [ |
| 310 | + "test/retrievers.test.ts" |
| 311 | + ], |
312 | 312 | "src/sandbox/git-worktree-sandbox.ts": [], |
313 | 313 | "src/sandbox/host-sandbox.ts": [], |
314 | 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/opencode-launcher.test.ts", |
| 320 | + "test/orchestrator.test.ts", |
| 321 | + "test/policy-engine.test.ts", |
| 322 | + "test/task-harness.test.ts" |
| 323 | + ], |
315 | 324 | "src/harness/control-plane/decision-engine.ts": [ |
316 | 325 | "test/task-harness.test.ts" |
317 | 326 | ], |
|
324 | 333 | "test/orchestrator.test.ts", |
325 | 334 | "test/task-harness.test.ts" |
326 | 335 | ], |
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", |
|
0 commit comments