|
106 | 106 | ], |
107 | 107 | "modules": [ |
108 | 108 | { |
109 | | - "name": "benchmarks", |
| 109 | + "name": "outputs", |
110 | 110 | "owns": [ |
111 | | - "benchmarks/**" |
| 111 | + "src/outputs/**" |
112 | 112 | ], |
113 | 113 | "imports": [ |
114 | | - "core", |
115 | | - "outputs" |
| 114 | + "core" |
116 | 115 | ], |
117 | | - "summary": "benchmarks contains 50 files and depends on core, outputs." |
| 116 | + "summary": "outputs contains 20 files and depends on core." |
118 | 117 | }, |
119 | 118 | { |
120 | 119 | "name": "test", |
|
131 | 130 | "outputs", |
132 | 131 | "retrievers" |
133 | 132 | ], |
134 | | - "summary": "test contains 33 files and depends on analyzers, benchmarks, cli, config, core, mcp, outputs, retrievers." |
135 | | - }, |
136 | | - { |
137 | | - "name": "outputs", |
138 | | - "owns": [ |
139 | | - "src/outputs/**" |
140 | | - ], |
141 | | - "imports": [ |
142 | | - "core" |
143 | | - ], |
144 | | - "summary": "outputs contains 20 files and depends on core." |
| 133 | + "summary": "test contains 22 files and depends on analyzers, benchmarks, cli, config, core, mcp, outputs, retrievers." |
145 | 134 | }, |
146 | 135 | { |
147 | 136 | "name": "core", |
|
176 | 165 | ], |
177 | 166 | "summary": "analyzers contains 6 files and depends on core." |
178 | 167 | }, |
| 168 | + { |
| 169 | + "name": "benchmarks/fixtures/small-ts-app", |
| 170 | + "owns": [ |
| 171 | + "benchmarks/fixtures/small-ts-app/**" |
| 172 | + ], |
| 173 | + "imports": [], |
| 174 | + "summary": "benchmarks/fixtures/small-ts-app contains 9 files." |
| 175 | + }, |
| 176 | + { |
| 177 | + "name": "benchmarks", |
| 178 | + "owns": [ |
| 179 | + "benchmarks/**" |
| 180 | + ], |
| 181 | + "imports": [ |
| 182 | + "core", |
| 183 | + "outputs" |
| 184 | + ], |
| 185 | + "summary": "benchmarks contains 17 files and depends on core, outputs." |
| 186 | + }, |
| 187 | + { |
| 188 | + "name": "benchmarks/fixtures/monorepo/packages/api", |
| 189 | + "owns": [ |
| 190 | + "benchmarks/fixtures/monorepo/packages/api/**" |
| 191 | + ], |
| 192 | + "imports": [ |
| 193 | + "benchmarks/fixtures/monorepo/packages/config" |
| 194 | + ], |
| 195 | + "summary": "benchmarks/fixtures/monorepo/packages/api contains 5 files and depends on benchmarks/fixtures/monorepo/packages/config." |
| 196 | + }, |
| 197 | + { |
| 198 | + "name": "benchmarks/fixtures/react-app", |
| 199 | + "owns": [ |
| 200 | + "benchmarks/fixtures/react-app/**" |
| 201 | + ], |
| 202 | + "imports": [], |
| 203 | + "summary": "benchmarks/fixtures/react-app contains 8 files." |
| 204 | + }, |
179 | 205 | { |
180 | 206 | "name": "cli", |
181 | 207 | "owns": [ |
|
190 | 216 | ], |
191 | 217 | "summary": "cli contains 2 files and depends on benchmarks, config, core, outputs, retrievers." |
192 | 218 | }, |
| 219 | + { |
| 220 | + "name": "test/fixtures/monorepo/packages/api", |
| 221 | + "owns": [ |
| 222 | + "test/fixtures/monorepo/packages/api/**" |
| 223 | + ], |
| 224 | + "imports": [], |
| 225 | + "summary": "test/fixtures/monorepo/packages/api contains 3 files." |
| 226 | + }, |
193 | 227 | { |
194 | 228 | "name": "config", |
195 | 229 | "owns": [ |
|
212 | 246 | ], |
213 | 247 | "summary": "mcp contains 1 file and depends on core, outputs, retrievers." |
214 | 248 | }, |
| 249 | + { |
| 250 | + "name": "benchmarks/fixtures/monorepo/packages/config", |
| 251 | + "owns": [ |
| 252 | + "benchmarks/fixtures/monorepo/packages/config/**" |
| 253 | + ], |
| 254 | + "imports": [], |
| 255 | + "summary": "benchmarks/fixtures/monorepo/packages/config contains 4 files." |
| 256 | + }, |
215 | 257 | { |
216 | 258 | "name": "root", |
217 | 259 | "owns": [ |
|
220 | 262 | "imports": [], |
221 | 263 | "summary": "root contains 17 files." |
222 | 264 | }, |
| 265 | + { |
| 266 | + "name": "benchmarks/fixtures/monorepo/packages/web", |
| 267 | + "owns": [ |
| 268 | + "benchmarks/fixtures/monorepo/packages/web/**" |
| 269 | + ], |
| 270 | + "imports": [ |
| 271 | + "benchmarks/fixtures/monorepo/packages/config" |
| 272 | + ], |
| 273 | + "summary": "benchmarks/fixtures/monorepo/packages/web contains 4 files and depends on benchmarks/fixtures/monorepo/packages/config." |
| 274 | + }, |
| 275 | + { |
| 276 | + "name": "test/fixtures/next-app", |
| 277 | + "owns": [ |
| 278 | + "test/fixtures/next-app/**" |
| 279 | + ], |
| 280 | + "imports": [], |
| 281 | + "summary": "test/fixtures/next-app contains 4 files." |
| 282 | + }, |
223 | 283 | { |
224 | 284 | "name": "llm", |
225 | 285 | "owns": [ |
|
230 | 290 | ], |
231 | 291 | "summary": "llm contains 1 file and depends on core." |
232 | 292 | }, |
| 293 | + { |
| 294 | + "name": "benchmarks/fixtures/monorepo/packages/shared", |
| 295 | + "owns": [ |
| 296 | + "benchmarks/fixtures/monorepo/packages/shared/**" |
| 297 | + ], |
| 298 | + "imports": [], |
| 299 | + "summary": "benchmarks/fixtures/monorepo/packages/shared contains 2 files." |
| 300 | + }, |
| 301 | + { |
| 302 | + "name": "test/fixtures/monorepo/packages/web", |
| 303 | + "owns": [ |
| 304 | + "test/fixtures/monorepo/packages/web/**" |
| 305 | + ], |
| 306 | + "imports": [ |
| 307 | + "test/fixtures/monorepo/packages/api" |
| 308 | + ], |
| 309 | + "summary": "test/fixtures/monorepo/packages/web contains 2 files and depends on test/fixtures/monorepo/packages/api." |
| 310 | + }, |
| 311 | + { |
| 312 | + "name": "benchmarks/fixtures/monorepo", |
| 313 | + "owns": [ |
| 314 | + "benchmarks/fixtures/monorepo/**" |
| 315 | + ], |
| 316 | + "imports": [], |
| 317 | + "summary": "benchmarks/fixtures/monorepo contains 1 file." |
| 318 | + }, |
233 | 319 | { |
234 | 320 | "name": "docs", |
235 | 321 | "owns": [ |
|
238 | 324 | "imports": [], |
239 | 325 | "summary": "docs contains 4 files." |
240 | 326 | }, |
| 327 | + { |
| 328 | + "name": "test/fixtures/monorepo", |
| 329 | + "owns": [ |
| 330 | + "test/fixtures/monorepo/**" |
| 331 | + ], |
| 332 | + "imports": [], |
| 333 | + "summary": "test/fixtures/monorepo contains 3 files." |
| 334 | + }, |
241 | 335 | { |
242 | 336 | "name": ".github", |
243 | 337 | "owns": [ |
|
0 commit comments