|
87 | 87 | "src/analyzers/types.ts": [ |
88 | 88 | "test/analyzers.test.ts" |
89 | 89 | ], |
90 | | - "src/cli/default-command.ts": [ |
91 | | - "test/default-command.test.ts" |
92 | | - ], |
93 | | - "src/cli/index.ts": [ |
94 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
95 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
96 | | - ], |
97 | | - "src/cli/opencode-preset.ts": [ |
98 | | - "test/opencode-preset.test.ts" |
99 | | - ], |
100 | | - "src/cli/task-args.ts": [ |
101 | | - "test/task-args.test.ts" |
102 | | - ], |
103 | 90 | "src/benchmarks/agent-benchmark.ts": [ |
104 | 91 | "test/agent-benchmark.test.ts", |
105 | 92 | "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
|
121 | 108 | "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
122 | 109 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
123 | 110 | ], |
| 111 | + "src/cli/default-command.ts": [ |
| 112 | + "test/default-command.test.ts" |
| 113 | + ], |
| 114 | + "src/cli/index.ts": [ |
| 115 | + "test/fixtures/monorepo/packages/api/src/index.ts", |
| 116 | + "test/fixtures/monorepo/packages/web/src/index.ts" |
| 117 | + ], |
| 118 | + "src/cli/opencode-preset.ts": [ |
| 119 | + "test/opencode-preset.test.ts" |
| 120 | + ], |
| 121 | + "src/cli/task-args.ts": [ |
| 122 | + "test/task-args.test.ts" |
| 123 | + ], |
124 | 124 | "src/config/defaults.ts": [ |
125 | 125 | "test/config.test.ts", |
126 | 126 | "test/scanner.test.ts", |
|
143 | 143 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
144 | 144 | "test/fixtures/monorepo/packages/api/src/config.ts" |
145 | 145 | ], |
146 | | - "src/harness/types.ts": [ |
147 | | - "test/task-harness.test.ts" |
148 | | - ], |
149 | 146 | "src/core/cache.ts": [ |
150 | 147 | "test/cache.test.ts" |
151 | 148 | ], |
|
223 | 220 | "test/contract-validator.test.ts", |
224 | 221 | "test/validator.test.ts" |
225 | 222 | ], |
| 223 | + "src/harness/types.ts": [ |
| 224 | + "test/task-harness.test.ts" |
| 225 | + ], |
226 | 226 | "src/integrations/codegraph.ts": [ |
227 | 227 | "test/codegraph.test.ts" |
228 | 228 | ], |
|
254 | 254 | "src/retrievers/types.ts": [ |
255 | 255 | "test/retrievers.test.ts" |
256 | 256 | ], |
257 | | - "src/sandbox/git-worktree-sandbox.ts": [], |
258 | | - "src/sandbox/host-sandbox.ts": [], |
259 | | - "src/sandbox/sandbox-adapter.ts": [], |
260 | 257 | "src/outputs/agent-events.ts": [ |
261 | 258 | "test/agent-events.test.ts" |
262 | 259 | ], |
|
307 | 304 | "src/outputs/token-savings.ts": [ |
308 | 305 | "test/token-savings.test.ts" |
309 | 306 | ], |
| 307 | + "src/sandbox/git-worktree-sandbox.ts": [], |
| 308 | + "src/sandbox/host-sandbox.ts": [], |
| 309 | + "src/sandbox/sandbox-adapter.ts": [], |
310 | 310 | "src/harness/control-plane/decision-engine.ts": [ |
311 | 311 | "test/task-harness.test.ts" |
312 | 312 | ], |
|
699 | 699 | "test/fixtures/monorepo/packages/web/src/index.ts", |
700 | 700 | "test/fixtures/next-app/src/app/api/login/route.ts" |
701 | 701 | ], |
702 | | - "benchmarks/fixtures/react-app/src/auth/useAuthState.ts": [ |
| 702 | + "benchmarks/fixtures/react-app/src/billing/audit.ts": [ |
703 | 703 | "test/fixtures.test.ts", |
704 | 704 | "test/fixtures/monorepo/package.json", |
705 | 705 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
724 | 724 | "test/fixtures/monorepo/packages/web/src/index.ts", |
725 | 725 | "test/fixtures/next-app/src/app/api/login/route.ts" |
726 | 726 | ], |
727 | | - "benchmarks/fixtures/react-app/src/billing/audit.ts": [ |
| 727 | + "benchmarks/fixtures/react-app/src/billing/invoice.ts": [ |
728 | 728 | "test/fixtures.test.ts", |
729 | 729 | "test/fixtures/monorepo/package.json", |
730 | 730 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
749 | 749 | "test/fixtures/monorepo/packages/web/src/index.ts", |
750 | 750 | "test/fixtures/next-app/src/app/api/login/route.ts" |
751 | 751 | ], |
752 | | - "benchmarks/fixtures/react-app/src/billing/invoice.ts": [ |
| 752 | + "benchmarks/fixtures/react-app/src/auth/useAuthState.ts": [ |
753 | 753 | "test/fixtures.test.ts", |
754 | 754 | "test/fixtures/monorepo/package.json", |
755 | 755 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments