|
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 | + ], |
112 | 128 | "src/config/defaults.ts": [ |
113 | 129 | "test/config.test.ts", |
114 | 130 | "test/scanner.test.ts", |
|
131 | 147 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
132 | 148 | "test/fixtures/monorepo/packages/api/src/config.ts" |
133 | 149 | ], |
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" |
| 150 | + "src/harness/types.ts": [ |
| 151 | + "test/task-harness.test.ts" |
149 | 152 | ], |
150 | 153 | "src/core/cache.ts": [ |
151 | 154 | "test/cache.test.ts" |
|
225 | 228 | "test/contract-validator.test.ts", |
226 | 229 | "test/validator.test.ts" |
227 | 230 | ], |
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 | 234 | "src/llm/provider.ts": [], |
235 | 235 | "src/mcp/server.ts": [ |
236 | 236 | "test/mcp.test.ts" |
237 | 237 | ], |
| 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 | + ], |
238 | 262 | "src/outputs/agent-events.ts": [ |
239 | 263 | "test/agent-events.test.ts" |
240 | 264 | ], |
|
285 | 309 | "src/outputs/token-savings.ts": [ |
286 | 310 | "test/token-savings.test.ts" |
287 | 311 | ], |
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": [], |
|
324 | 324 | "test/orchestrator.test.ts", |
325 | 325 | "test/task-harness.test.ts" |
326 | 326 | ], |
327 | | - "src/harness/verification-plane/policy-engine.ts": [ |
328 | | - "test/hallucination-guard.test.ts", |
329 | | - "test/policy-engine.test.ts", |
330 | | - "test/regression-guard.test.ts", |
331 | | - "test/task-harness.test.ts" |
332 | | - ], |
333 | 327 | "src/harness/observability/execution-trace.ts": [ |
334 | 328 | "test/execution-trace.test.ts", |
335 | 329 | "test/hallucination-guard.test.ts", |
|
339 | 333 | "test/policy-engine.test.ts", |
340 | 334 | "test/task-harness.test.ts" |
341 | 335 | ], |
| 336 | + "src/harness/verification-plane/policy-engine.ts": [ |
| 337 | + "test/hallucination-guard.test.ts", |
| 338 | + "test/policy-engine.test.ts", |
| 339 | + "test/regression-guard.test.ts", |
| 340 | + "test/task-harness.test.ts" |
| 341 | + ], |
342 | 342 | "src/integrations/opencode/launcher.ts": [ |
343 | 343 | "test/opencode-launcher.test.ts", |
344 | 344 | "test/opencode-preset.test.ts" |
|
608 | 608 | "test/fixtures/monorepo/packages/web/src/index.ts", |
609 | 609 | "test/fixtures/next-app/src/app/api/login/route.ts" |
610 | 610 | ], |
611 | | - "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [ |
| 611 | + "benchmarks/fixtures/react-app/src/billing/audit.ts": [ |
612 | 612 | "test/fixtures.test.ts", |
613 | 613 | "test/fixtures/monorepo/package.json", |
614 | 614 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
633 | 633 | "test/fixtures/monorepo/packages/web/src/index.ts", |
634 | 634 | "test/fixtures/next-app/src/app/api/login/route.ts" |
635 | 635 | ], |
636 | | - "benchmarks/fixtures/react-app/src/billing/audit.ts": [ |
| 636 | + "benchmarks/fixtures/react-app/src/billing/invoice.ts": [ |
637 | 637 | "test/fixtures.test.ts", |
638 | 638 | "test/fixtures/monorepo/package.json", |
639 | 639 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
658 | 658 | "test/fixtures/monorepo/packages/web/src/index.ts", |
659 | 659 | "test/fixtures/next-app/src/app/api/login/route.ts" |
660 | 660 | ], |
661 | | - "benchmarks/fixtures/react-app/src/billing/invoice.ts": [ |
| 661 | + "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [ |
662 | 662 | "test/fixtures.test.ts", |
663 | 663 | "test/fixtures/monorepo/package.json", |
664 | 664 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
708 | 708 | "test/fixtures/monorepo/packages/web/src/index.ts", |
709 | 709 | "test/fixtures/next-app/src/app/api/login/route.ts" |
710 | 710 | ], |
711 | | - "benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [ |
| 711 | + "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
712 | 712 | "test/fixtures.test.ts", |
713 | 713 | "test/fixtures/monorepo/package.json", |
714 | 714 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
733 | 733 | "test/fixtures/monorepo/packages/web/src/index.ts", |
734 | 734 | "test/fixtures/next-app/src/app/api/login/route.ts" |
735 | 735 | ], |
736 | | - "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [ |
| 736 | + "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
737 | 737 | "test/fixtures.test.ts", |
738 | 738 | "test/fixtures/monorepo/package.json", |
739 | 739 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
758 | 758 | "test/fixtures/monorepo/packages/web/src/index.ts", |
759 | 759 | "test/fixtures/next-app/src/app/api/login/route.ts" |
760 | 760 | ], |
761 | | - "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
| 761 | + "benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [ |
762 | 762 | "test/fixtures.test.ts", |
763 | 763 | "test/fixtures/monorepo/package.json", |
764 | 764 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
783 | 783 | "test/fixtures/monorepo/packages/web/src/index.ts", |
784 | 784 | "test/fixtures/next-app/src/app/api/login/route.ts" |
785 | 785 | ], |
786 | | - "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
| 786 | + "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [ |
787 | 787 | "test/fixtures.test.ts", |
788 | 788 | "test/fixtures/monorepo/package.json", |
789 | 789 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments