Commit 130a52a
committed
feat: add graph quality score to stats, --no-tests flag to 4 more commands
Add quality metrics to `statsData()`: caller coverage, call confidence,
false-positive warnings for generic function names (run, get, set, etc.)
with >20 callers, and a weighted composite score (0-100).
Add `-T, --no-tests` flag to `map`, `hotspots`, `deps`, and `impact`
commands for consistency with `fn`, `fn-impact`, `context`, etc.
Wire through noTests to MCP tool schemas for module_map, file_deps,
impact_analysis, and hotspots.
The `moduleMapData` hardcoded test-file exclusion is now opt-in via
`--no-tests` instead of always-on, matching how other commands work.1 parent d5af194 commit 130a52a
File tree
5 files changed
+411
-15
lines changed- src
- tests
- integration
- unit
5 files changed
+411
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
189 | 206 | | |
190 | 207 | | |
191 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
172 | 190 | | |
173 | 191 | | |
174 | 192 | | |
| |||
341 | 359 | | |
342 | 360 | | |
343 | 361 | | |
| 362 | + | |
344 | 363 | | |
345 | 364 | | |
346 | 365 | | |
| |||
436 | 455 | | |
437 | 456 | | |
438 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
439 | 464 | | |
440 | 465 | | |
441 | 466 | | |
| |||
0 commit comments