|
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 | ], |
| 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" |
| 149 | + ], |
150 | 150 | "src/core/cache.ts": [ |
151 | 151 | "test/cache.test.ts" |
152 | 152 | ], |
|
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 | + ], |
327 | 333 | "src/harness/observability/execution-trace.ts": [ |
328 | 334 | "test/execution-trace.test.ts", |
329 | 335 | "test/hallucination-guard.test.ts", |
|
333 | 339 | "test/policy-engine.test.ts", |
334 | 340 | "test/task-harness.test.ts" |
335 | 341 | ], |
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/billing/audit.ts": [ |
| 611 | + "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [ |
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/invoice.ts": [ |
| 636 | + "benchmarks/fixtures/react-app/src/billing/audit.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/components/LoginStatus.tsx": [ |
| 661 | + "benchmarks/fixtures/react-app/src/billing/invoice.ts": [ |
662 | 662 | "test/fixtures.test.ts", |
663 | 663 | "test/fixtures/monorepo/package.json", |
664 | 664 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments