|
88 | 88 | "src/analyzers/types.ts": [ |
89 | 89 | "test/analyzers.test.ts" |
90 | 90 | ], |
91 | | - "src/cli/capp-commands.ts": [ |
92 | | - "test/capp-commands.test.ts" |
93 | | - ], |
94 | | - "src/cli/default-command.ts": [ |
95 | | - "test/default-command.test.ts" |
96 | | - ], |
97 | | - "src/cli/index.ts": [ |
98 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
99 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
100 | | - ], |
101 | | - "src/cli/opencode-preset.ts": [ |
102 | | - "test/opencode-preset.test.ts" |
103 | | - ], |
104 | | - "src/cli/task-args.ts": [ |
105 | | - "test/task-args.test.ts" |
106 | | - ], |
107 | 91 | "src/benchmarks/agent-benchmark.ts": [ |
108 | 92 | "test/agent-benchmark.test.ts", |
109 | 93 | "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
|
125 | 109 | "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
126 | 110 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
127 | 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 | 128 | "src/config/defaults.ts": [ |
129 | 129 | "test/config.test.ts", |
130 | 130 | "test/scanner.test.ts", |
|
150 | 150 | "src/harness/types.ts": [ |
151 | 151 | "test/task-harness.test.ts" |
152 | 152 | ], |
153 | | - "src/integrations/codegraph.ts": [ |
154 | | - "test/codegraph.test.ts" |
155 | | - ], |
156 | 153 | "src/core/cache.ts": [ |
157 | 154 | "test/cache.test.ts" |
158 | 155 | ], |
|
230 | 227 | "test/contract-validator.test.ts", |
231 | 228 | "test/validator.test.ts" |
232 | 229 | ], |
233 | | - "src/llm/provider.ts": [], |
| 230 | + "src/integrations/codegraph.ts": [ |
| 231 | + "test/codegraph.test.ts" |
| 232 | + ], |
234 | 233 | "src/mcp/server.ts": [ |
235 | 234 | "test/mcp.test.ts" |
236 | 235 | ], |
237 | | - "src/retrievers/codegraph.ts": [ |
238 | | - "test/codegraph.test.ts", |
239 | | - "test/retrievers.test.ts" |
240 | | - ], |
241 | | - "src/retrievers/external.ts": [ |
242 | | - "test/retrievers.test.ts" |
243 | | - ], |
244 | | - "src/retrievers/hybrid.ts": [ |
245 | | - "test/retrievers.test.ts" |
246 | | - ], |
247 | | - "src/retrievers/index.ts": [ |
248 | | - "test/retrievers.test.ts", |
249 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
250 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
251 | | - ], |
252 | | - "src/retrievers/ripgrep.ts": [ |
253 | | - "test/retrievers.test.ts" |
254 | | - ], |
255 | | - "src/retrievers/static.ts": [ |
256 | | - "test/retrievers.test.ts" |
257 | | - ], |
258 | | - "src/retrievers/types.ts": [ |
259 | | - "test/retrievers.test.ts" |
260 | | - ], |
261 | | - "src/sandbox/git-worktree-sandbox.ts": [], |
262 | | - "src/sandbox/host-sandbox.ts": [], |
263 | | - "src/sandbox/sandbox-adapter.ts": [], |
| 236 | + "src/llm/provider.ts": [], |
264 | 237 | "src/outputs/agent-events.ts": [ |
265 | 238 | "test/agent-events.test.ts" |
266 | 239 | ], |
|
311 | 284 | "src/outputs/token-savings.ts": [ |
312 | 285 | "test/token-savings.test.ts" |
313 | 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 | + ], |
| 311 | + "src/sandbox/git-worktree-sandbox.ts": [], |
| 312 | + "src/sandbox/host-sandbox.ts": [], |
| 313 | + "src/sandbox/sandbox-adapter.ts": [], |
314 | 314 | "src/harness/control-plane/decision-engine.ts": [ |
315 | 315 | "test/task-harness.test.ts" |
316 | 316 | ], |
|
0 commit comments