|
11 | 11 | "test/analyzers.test.ts", |
12 | 12 | "test/benchmark.test.ts", |
13 | 13 | "test/cache.test.ts", |
| 14 | + "test/capp-commands.test.ts", |
14 | 15 | "test/codegraph.test.ts", |
15 | 16 | "test/config.test.ts", |
16 | 17 | "test/context-delta.test.ts", |
|
108 | 109 | "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
109 | 110 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
110 | 111 | ], |
| 112 | + "src/cli/capp-commands.ts": [ |
| 113 | + "test/capp-commands.test.ts" |
| 114 | + ], |
111 | 115 | "src/cli/default-command.ts": [ |
112 | 116 | "test/default-command.test.ts" |
113 | 117 | ], |
|
220 | 224 | "test/contract-validator.test.ts", |
221 | 225 | "test/validator.test.ts" |
222 | 226 | ], |
223 | | - "src/harness/types.ts": [ |
224 | | - "test/task-harness.test.ts" |
225 | | - ], |
226 | 227 | "src/integrations/codegraph.ts": [ |
227 | 228 | "test/codegraph.test.ts" |
228 | 229 | ], |
| 230 | + "src/harness/types.ts": [ |
| 231 | + "test/task-harness.test.ts" |
| 232 | + ], |
229 | 233 | "src/llm/provider.ts": [], |
230 | 234 | "src/mcp/server.ts": [ |
231 | 235 | "test/mcp.test.ts" |
232 | 236 | ], |
233 | | - "src/retrievers/codegraph.ts": [ |
234 | | - "test/codegraph.test.ts", |
235 | | - "test/retrievers.test.ts" |
236 | | - ], |
237 | | - "src/retrievers/external.ts": [ |
238 | | - "test/retrievers.test.ts" |
239 | | - ], |
240 | | - "src/retrievers/hybrid.ts": [ |
241 | | - "test/retrievers.test.ts" |
242 | | - ], |
243 | | - "src/retrievers/index.ts": [ |
244 | | - "test/retrievers.test.ts", |
245 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
246 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
247 | | - ], |
248 | | - "src/retrievers/ripgrep.ts": [ |
249 | | - "test/retrievers.test.ts" |
250 | | - ], |
251 | | - "src/retrievers/static.ts": [ |
252 | | - "test/retrievers.test.ts" |
253 | | - ], |
254 | | - "src/retrievers/types.ts": [ |
255 | | - "test/retrievers.test.ts" |
256 | | - ], |
257 | 237 | "src/outputs/agent-events.ts": [ |
258 | 238 | "test/agent-events.test.ts" |
259 | 239 | ], |
|
304 | 284 | "src/outputs/token-savings.ts": [ |
305 | 285 | "test/token-savings.test.ts" |
306 | 286 | ], |
| 287 | + "src/retrievers/codegraph.ts": [ |
| 288 | + "test/codegraph.test.ts", |
| 289 | + "test/retrievers.test.ts" |
| 290 | + ], |
| 291 | + "src/retrievers/external.ts": [ |
| 292 | + "test/retrievers.test.ts" |
| 293 | + ], |
| 294 | + "src/retrievers/hybrid.ts": [ |
| 295 | + "test/retrievers.test.ts" |
| 296 | + ], |
| 297 | + "src/retrievers/index.ts": [ |
| 298 | + "test/retrievers.test.ts", |
| 299 | + "test/fixtures/monorepo/packages/api/src/index.ts", |
| 300 | + "test/fixtures/monorepo/packages/web/src/index.ts" |
| 301 | + ], |
| 302 | + "src/retrievers/ripgrep.ts": [ |
| 303 | + "test/retrievers.test.ts" |
| 304 | + ], |
| 305 | + "src/retrievers/static.ts": [ |
| 306 | + "test/retrievers.test.ts" |
| 307 | + ], |
| 308 | + "src/retrievers/types.ts": [ |
| 309 | + "test/retrievers.test.ts" |
| 310 | + ], |
307 | 311 | "src/sandbox/git-worktree-sandbox.ts": [], |
308 | 312 | "src/sandbox/host-sandbox.ts": [], |
309 | 313 | "src/sandbox/sandbox-adapter.ts": [], |
| 314 | + "src/integrations/opencode/launcher.ts": [ |
| 315 | + "test/opencode-launcher.test.ts", |
| 316 | + "test/opencode-preset.test.ts" |
| 317 | + ], |
| 318 | + "src/integrations/opencode/project-init.ts": [ |
| 319 | + "test/opencode-launcher.test.ts", |
| 320 | + "test/opencode-preset.test.ts" |
| 321 | + ], |
| 322 | + "src/integrations/opencode/sidecar-plugin-template.ts": [ |
| 323 | + "test/opencode-launcher.test.ts", |
| 324 | + "test/opencode-preset.test.ts" |
| 325 | + ], |
| 326 | + "src/integrations/opencode/sidecar.ts": [ |
| 327 | + "test/capp-commands.test.ts", |
| 328 | + "test/opencode-launcher.test.ts", |
| 329 | + "test/opencode-preset.test.ts" |
| 330 | + ], |
310 | 331 | "src/harness/control-plane/decision-engine.ts": [ |
311 | 332 | "test/task-harness.test.ts" |
312 | 333 | ], |
|
333 | 354 | "test/regression-guard.test.ts", |
334 | 355 | "test/task-harness.test.ts" |
335 | 356 | ], |
336 | | - "src/integrations/opencode/launcher.ts": [ |
337 | | - "test/opencode-launcher.test.ts", |
338 | | - "test/opencode-preset.test.ts" |
339 | | - ], |
340 | | - "src/integrations/opencode/project-init.ts": [ |
341 | | - "test/opencode-launcher.test.ts", |
342 | | - "test/opencode-preset.test.ts" |
343 | | - ], |
344 | | - "src/integrations/opencode/sidecar-plugin-template.ts": [ |
345 | | - "test/opencode-launcher.test.ts", |
346 | | - "test/opencode-preset.test.ts" |
347 | | - ], |
348 | | - "src/integrations/opencode/sidecar.ts": [ |
349 | | - "test/opencode-launcher.test.ts", |
350 | | - "test/opencode-preset.test.ts" |
351 | | - ], |
352 | 357 | "src/outputs/renderers/markdown.ts": [], |
353 | 358 | "src/outputs/renderers/reports.ts": [], |
354 | 359 | "src/outputs/renderers/writer.ts": [ |
|
513 | 518 | "test/fixtures/next-app/src/app/api/login/route.ts" |
514 | 519 | ], |
515 | 520 | "benchmarks/fixtures/react-app/src/App.tsx": [ |
| 521 | + "test/capp-commands.test.ts", |
516 | 522 | "test/fixtures.test.ts", |
517 | 523 | "test/fixtures/monorepo/package.json", |
518 | 524 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
876 | 882 | "test/fixtures/monorepo/packages/web/src/index.ts", |
877 | 883 | "test/fixtures/next-app/src/app/api/login/route.ts" |
878 | 884 | ], |
879 | | - "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
| 885 | + "benchmarks/fixtures/monorepo/packages/web/src/app.ts": [ |
| 886 | + "test/capp-commands.test.ts", |
880 | 887 | "test/fixtures.test.ts", |
881 | 888 | "test/fixtures/monorepo/package.json", |
882 | 889 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
901 | 908 | "test/fixtures/monorepo/packages/web/src/index.ts", |
902 | 909 | "test/fixtures/next-app/src/app/api/login/route.ts" |
903 | 910 | ], |
904 | | - "benchmarks/fixtures/monorepo/packages/web/src/app.ts": [ |
| 911 | + "benchmarks/fixtures/monorepo/packages/web/src/config.ts": [ |
| 912 | + "test/config.test.ts", |
905 | 913 | "test/fixtures.test.ts", |
906 | 914 | "test/fixtures/monorepo/package.json", |
907 | 915 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
926 | 934 | "test/fixtures/monorepo/packages/web/src/index.ts", |
927 | 935 | "test/fixtures/next-app/src/app/api/login/route.ts" |
928 | 936 | ], |
929 | | - "benchmarks/fixtures/monorepo/packages/web/src/config.ts": [ |
930 | | - "test/config.test.ts", |
| 937 | + "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
931 | 938 | "test/fixtures.test.ts", |
932 | 939 | "test/fixtures/monorepo/package.json", |
933 | 940 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments