|
11 | 11 | "test/cache.test.ts", |
12 | 12 | "test/config.test.ts", |
13 | 13 | "test/contract-validator.test.ts", |
| 14 | + "test/execution-trace.test.ts", |
14 | 15 | "test/fixtures.test.ts", |
15 | 16 | "test/freshness.test.ts", |
16 | 17 | "test/impact.test.ts", |
|
91 | 92 | "src/cli/task-args.ts": [ |
92 | 93 | "test/task-args.test.ts" |
93 | 94 | ], |
| 95 | + "src/llm/provider.ts": [], |
94 | 96 | "src/config/defaults.ts": [ |
95 | 97 | "test/config.test.ts", |
96 | 98 | "test/scanner.test.ts", |
|
113 | 115 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
114 | 116 | "test/fixtures/monorepo/packages/api/src/config.ts" |
115 | 117 | ], |
| 118 | + "src/mcp/server.ts": [ |
| 119 | + "test/mcp.test.ts" |
| 120 | + ], |
116 | 121 | "src/core/cache.ts": [ |
117 | 122 | "test/cache.test.ts" |
118 | 123 | ], |
119 | 124 | "src/core/context-builder.ts": [ |
120 | 125 | "test/agents-md.test.ts", |
121 | 126 | "test/cache.test.ts", |
122 | 127 | "test/contract-validator.test.ts", |
| 128 | + "test/execution-trace.test.ts", |
123 | 129 | "test/fixtures.test.ts", |
124 | 130 | "test/freshness.test.ts", |
125 | 131 | "test/impact.test.ts", |
|
138 | 144 | ], |
139 | 145 | "src/core/git.ts": [ |
140 | 146 | "test/contract-validator.test.ts", |
| 147 | + "test/execution-trace.test.ts", |
141 | 148 | "test/freshness.test.ts", |
142 | 149 | "test/impact.test.ts", |
143 | 150 | "test/loop-controller.test.ts", |
|
170 | 177 | "test/contract-validator.test.ts", |
171 | 178 | "test/validator.test.ts" |
172 | 179 | ], |
173 | | - "src/llm/provider.ts": [], |
174 | | - "src/mcp/server.ts": [ |
175 | | - "test/mcp.test.ts" |
176 | | - ], |
177 | | - "src/retrievers/external.ts": [ |
178 | | - "test/retrievers.test.ts" |
179 | | - ], |
180 | | - "src/retrievers/hybrid.ts": [ |
181 | | - "test/retrievers.test.ts" |
182 | | - ], |
183 | | - "src/retrievers/index.ts": [ |
184 | | - "test/retrievers.test.ts", |
185 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
186 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
187 | | - ], |
188 | | - "src/retrievers/ripgrep.ts": [ |
189 | | - "test/retrievers.test.ts" |
190 | | - ], |
191 | | - "src/retrievers/static.ts": [ |
192 | | - "test/retrievers.test.ts" |
193 | | - ], |
194 | | - "src/retrievers/types.ts": [ |
195 | | - "test/retrievers.test.ts" |
196 | | - ], |
197 | 180 | "src/outputs/agents-md.ts": [ |
198 | 181 | "test/agents-md.test.ts" |
199 | 182 | ], |
|
204 | 187 | ], |
205 | 188 | "src/outputs/contracts.ts": [], |
206 | 189 | "src/outputs/dependency-graph.ts": [], |
| 190 | + "src/outputs/execution-trace.ts": [ |
| 191 | + "test/execution-trace.test.ts" |
| 192 | + ], |
207 | 193 | "src/outputs/impact.ts": [ |
208 | 194 | "test/impact.test.ts" |
209 | 195 | ], |
|
227 | 213 | "test/task-harness.test.ts" |
228 | 214 | ], |
229 | 215 | "src/outputs/task-run.ts": [ |
| 216 | + "test/execution-trace.test.ts", |
230 | 217 | "test/task-harness.test.ts" |
231 | 218 | ], |
232 | 219 | "src/outputs/test-selector.ts": [ |
|
242 | 229 | "test/validator.test.ts", |
243 | 230 | "test/writer.test.ts" |
244 | 231 | ], |
| 232 | + "src/retrievers/external.ts": [ |
| 233 | + "test/retrievers.test.ts" |
| 234 | + ], |
| 235 | + "src/retrievers/hybrid.ts": [ |
| 236 | + "test/retrievers.test.ts" |
| 237 | + ], |
| 238 | + "src/retrievers/index.ts": [ |
| 239 | + "test/retrievers.test.ts", |
| 240 | + "test/fixtures/monorepo/packages/api/src/index.ts", |
| 241 | + "test/fixtures/monorepo/packages/web/src/index.ts" |
| 242 | + ], |
| 243 | + "src/retrievers/ripgrep.ts": [ |
| 244 | + "test/retrievers.test.ts" |
| 245 | + ], |
| 246 | + "src/retrievers/static.ts": [ |
| 247 | + "test/retrievers.test.ts" |
| 248 | + ], |
| 249 | + "src/retrievers/types.ts": [ |
| 250 | + "test/retrievers.test.ts" |
| 251 | + ], |
245 | 252 | "benchmarks/fixtures/fastapi-app/app/admin.py": [ |
246 | 253 | "test/fixtures.test.ts", |
247 | 254 | "test/fixtures/monorepo/package.json", |
|
718 | 725 | "test/fixtures/monorepo/packages/web/src/index.ts", |
719 | 726 | "test/fixtures/next-app/src/app/api/login/route.ts" |
720 | 727 | ], |
721 | | - "benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [ |
722 | | - "test/config.test.ts", |
| 728 | + "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
723 | 729 | "test/fixtures.test.ts", |
724 | 730 | "test/fixtures/monorepo/package.json", |
725 | 731 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
744 | 750 | "test/fixtures/monorepo/packages/web/src/index.ts", |
745 | 751 | "test/fixtures/next-app/src/app/api/login/route.ts" |
746 | 752 | ], |
747 | | - "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
| 753 | + "benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [ |
| 754 | + "test/config.test.ts", |
748 | 755 | "test/fixtures.test.ts", |
749 | 756 | "test/fixtures/monorepo/package.json", |
750 | 757 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments