@kevinrabun/judges 3.103.0 → 3.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +63 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/finding-cross-file-link.d.ts +2 -0
- package/dist/commands/finding-cross-file-link.d.ts.map +1 -0
- package/dist/commands/finding-cross-file-link.js +102 -0
- package/dist/commands/finding-cross-file-link.js.map +1 -0
- package/dist/commands/finding-hotspot-detect.d.ts +2 -0
- package/dist/commands/finding-hotspot-detect.d.ts.map +1 -0
- package/dist/commands/finding-hotspot-detect.js +121 -0
- package/dist/commands/finding-hotspot-detect.js.map +1 -0
- package/dist/commands/finding-similar-match.d.ts +2 -0
- package/dist/commands/finding-similar-match.d.ts.map +1 -0
- package/dist/commands/finding-similar-match.js +113 -0
- package/dist/commands/finding-similar-match.js.map +1 -0
- package/dist/commands/review-code-health-score.d.ts +2 -0
- package/dist/commands/review-code-health-score.d.ts.map +1 -0
- package/dist/commands/review-code-health-score.js +101 -0
- package/dist/commands/review-code-health-score.js.map +1 -0
- package/dist/commands/review-focus-area.d.ts +2 -0
- package/dist/commands/review-focus-area.d.ts.map +1 -0
- package/dist/commands/review-focus-area.js +97 -0
- package/dist/commands/review-focus-area.js.map +1 -0
- package/dist/commands/review-pr-size-check.d.ts +2 -0
- package/dist/commands/review-pr-size-check.d.ts.map +1 -0
- package/dist/commands/review-pr-size-check.js +99 -0
- package/dist/commands/review-pr-size-check.js.map +1 -0
- package/dist/commands/review-team-analytics.d.ts +2 -0
- package/dist/commands/review-team-analytics.d.ts.map +1 -0
- package/dist/commands/review-team-analytics.js +95 -0
- package/dist/commands/review-team-analytics.js.map +1 -0
- package/dist/commands/review-template-suggest.d.ts +2 -0
- package/dist/commands/review-template-suggest.d.ts.map +1 -0
- package/dist/commands/review-template-suggest.js +120 -0
- package/dist/commands/review-template-suggest.js.map +1 -0
- package/dist/commands/review-velocity-track.d.ts +2 -0
- package/dist/commands/review-velocity-track.d.ts.map +1 -0
- package/dist/commands/review-velocity-track.js +95 -0
- package/dist/commands/review-velocity-track.js.map +1 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to **@kevinrabun/judges** are documented here.
|
|
4
4
|
|
|
5
|
+
## [3.104.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Review template suggestions: review-template-suggest
|
|
9
|
+
- Code hotspot detection: finding-hotspot-detect
|
|
10
|
+
- Code health scoring: review-code-health-score
|
|
11
|
+
- Review velocity tracking: review-velocity-track
|
|
12
|
+
- Cross-file finding links: finding-cross-file-link
|
|
13
|
+
- PR size analysis: review-pr-size-check
|
|
14
|
+
- Review focus areas: review-focus-area
|
|
15
|
+
- Team review analytics: review-team-analytics
|
|
16
|
+
- Similar finding matching: finding-similar-match
|
|
17
|
+
|
|
5
18
|
## [3.103.0] — 2026-03-14
|
|
6
19
|
|
|
7
20
|
### Added
|
package/dist/cli.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;GAmBG;
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;GAmBG;AAk9BH;;;GAGG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAcnD;AAED,wBAAgB,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAQzE;AAiBD,UAAU,cAAc;IACtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,GAAE,cAAmB,GAAG,MAAM,EAAE,CAwBnF;AAkUD,wBAAsB,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAk9I1D"}
|
package/dist/cli.js
CHANGED
|
@@ -796,6 +796,15 @@ USAGE:
|
|
|
796
796
|
judges finding-dedup-smart Smart finding dedup
|
|
797
797
|
judges finding-annotation-export Export annotations
|
|
798
798
|
judges review-ci-insight CI pipeline insights
|
|
799
|
+
judges review-template-suggest Suggest review templates
|
|
800
|
+
judges finding-hotspot-detect Detect code hotspots
|
|
801
|
+
judges review-code-health-score Code health score
|
|
802
|
+
judges review-velocity-track Track review velocity
|
|
803
|
+
judges finding-cross-file-link Cross-file finding links
|
|
804
|
+
judges review-pr-size-check PR size analysis
|
|
805
|
+
judges review-focus-area Identify focus areas
|
|
806
|
+
judges review-team-analytics Team review analytics
|
|
807
|
+
judges finding-similar-match Find similar findings
|
|
799
808
|
judges tune Analyze project and suggest optimal config
|
|
800
809
|
judges list List all available judges
|
|
801
810
|
judges version Show version information
|
|
@@ -4657,6 +4666,60 @@ export async function runCli(argv) {
|
|
|
4657
4666
|
runReviewCiInsight(argv);
|
|
4658
4667
|
return;
|
|
4659
4668
|
}
|
|
4669
|
+
// ─── Review Template Suggest Command ──────────────────────────────
|
|
4670
|
+
if (args.command === "review-template-suggest") {
|
|
4671
|
+
const { runReviewTemplateSuggest } = await import("./commands/review-template-suggest.js");
|
|
4672
|
+
runReviewTemplateSuggest(argv);
|
|
4673
|
+
return;
|
|
4674
|
+
}
|
|
4675
|
+
// ─── Finding Hotspot Detect Command ───────────────────────────────
|
|
4676
|
+
if (args.command === "finding-hotspot-detect") {
|
|
4677
|
+
const { runFindingHotspotDetect } = await import("./commands/finding-hotspot-detect.js");
|
|
4678
|
+
runFindingHotspotDetect(argv);
|
|
4679
|
+
return;
|
|
4680
|
+
}
|
|
4681
|
+
// ─── Review Code Health Score Command ─────────────────────────────
|
|
4682
|
+
if (args.command === "review-code-health-score") {
|
|
4683
|
+
const { runReviewCodeHealthScore } = await import("./commands/review-code-health-score.js");
|
|
4684
|
+
runReviewCodeHealthScore(argv);
|
|
4685
|
+
return;
|
|
4686
|
+
}
|
|
4687
|
+
// ─── Review Velocity Track Command ────────────────────────────────
|
|
4688
|
+
if (args.command === "review-velocity-track") {
|
|
4689
|
+
const { runReviewVelocityTrack } = await import("./commands/review-velocity-track.js");
|
|
4690
|
+
runReviewVelocityTrack(argv);
|
|
4691
|
+
return;
|
|
4692
|
+
}
|
|
4693
|
+
// ─── Finding Cross File Link Command ───────────────────────────────
|
|
4694
|
+
if (args.command === "finding-cross-file-link") {
|
|
4695
|
+
const { runFindingCrossFileLink } = await import("./commands/finding-cross-file-link.js");
|
|
4696
|
+
runFindingCrossFileLink(argv);
|
|
4697
|
+
return;
|
|
4698
|
+
}
|
|
4699
|
+
// ─── Review PR Size Check Command ─────────────────────────────────
|
|
4700
|
+
if (args.command === "review-pr-size-check") {
|
|
4701
|
+
const { runReviewPrSizeCheck } = await import("./commands/review-pr-size-check.js");
|
|
4702
|
+
runReviewPrSizeCheck(argv);
|
|
4703
|
+
return;
|
|
4704
|
+
}
|
|
4705
|
+
// ─── Review Focus Area Command ────────────────────────────────────
|
|
4706
|
+
if (args.command === "review-focus-area") {
|
|
4707
|
+
const { runReviewFocusArea } = await import("./commands/review-focus-area.js");
|
|
4708
|
+
runReviewFocusArea(argv);
|
|
4709
|
+
return;
|
|
4710
|
+
}
|
|
4711
|
+
// ─── Review Team Analytics Command ────────────────────────────────
|
|
4712
|
+
if (args.command === "review-team-analytics") {
|
|
4713
|
+
const { runReviewTeamAnalytics } = await import("./commands/review-team-analytics.js");
|
|
4714
|
+
runReviewTeamAnalytics(argv);
|
|
4715
|
+
return;
|
|
4716
|
+
}
|
|
4717
|
+
// ─── Finding Similar Match Command ─────────────────────────────────
|
|
4718
|
+
if (args.command === "finding-similar-match") {
|
|
4719
|
+
const { runFindingSimilarMatch } = await import("./commands/finding-similar-match.js");
|
|
4720
|
+
runFindingSimilarMatch(argv);
|
|
4721
|
+
return;
|
|
4722
|
+
}
|
|
4660
4723
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4661
4724
|
if (args.command === "tune") {
|
|
4662
4725
|
const { runTune } = await import("./commands/tune.js");
|