@kevinrabun/judges 3.78.0 → 3.79.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-diff-highlight.d.ts +5 -0
- package/dist/commands/finding-diff-highlight.d.ts.map +1 -0
- package/dist/commands/finding-diff-highlight.js +108 -0
- package/dist/commands/finding-diff-highlight.js.map +1 -0
- package/dist/commands/finding-fix-verify.d.ts +5 -0
- package/dist/commands/finding-fix-verify.d.ts.map +1 -0
- package/dist/commands/finding-fix-verify.js +199 -0
- package/dist/commands/finding-fix-verify.js.map +1 -0
- package/dist/commands/finding-group-by.d.ts +5 -0
- package/dist/commands/finding-group-by.d.ts.map +1 -0
- package/dist/commands/finding-group-by.js +87 -0
- package/dist/commands/finding-group-by.js.map +1 -0
- package/dist/commands/finding-prioritize.d.ts +5 -0
- package/dist/commands/finding-prioritize.d.ts.map +1 -0
- package/dist/commands/finding-prioritize.js +120 -0
- package/dist/commands/finding-prioritize.js.map +1 -0
- package/dist/commands/finding-trace.d.ts +5 -0
- package/dist/commands/finding-trace.d.ts.map +1 -0
- package/dist/commands/finding-trace.js +119 -0
- package/dist/commands/finding-trace.js.map +1 -0
- package/dist/commands/review-annotation.d.ts +5 -0
- package/dist/commands/review-annotation.d.ts.map +1 -0
- package/dist/commands/review-annotation.js +134 -0
- package/dist/commands/review-annotation.js.map +1 -0
- package/dist/commands/review-custom-judge.d.ts +5 -0
- package/dist/commands/review-custom-judge.d.ts.map +1 -0
- package/dist/commands/review-custom-judge.js +183 -0
- package/dist/commands/review-custom-judge.js.map +1 -0
- package/dist/commands/review-multi-repo.d.ts +5 -0
- package/dist/commands/review-multi-repo.d.ts.map +1 -0
- package/dist/commands/review-multi-repo.js +146 -0
- package/dist/commands/review-multi-repo.js.map +1 -0
- package/dist/commands/review-preset-save.d.ts +5 -0
- package/dist/commands/review-preset-save.d.ts.map +1 -0
- package/dist/commands/review-preset-save.js +160 -0
- package/dist/commands/review-preset-save.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.79.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Group by: finding-group-by (group findings by category/severity/file)
|
|
9
|
+
- Diff highlight: finding-diff-highlight (highlight diff regions related to findings)
|
|
10
|
+
- Fix verify: finding-fix-verify (verify fixes resolve findings)
|
|
11
|
+
- Custom judges: review-custom-judge (register and manage custom judges)
|
|
12
|
+
- Prioritize: finding-prioritize (prioritize findings by business impact)
|
|
13
|
+
- Annotations: review-annotation (add annotations to review results)
|
|
14
|
+
- Multi-repo: review-multi-repo (review across multiple repositories)
|
|
15
|
+
- Finding trace: finding-trace (trace findings to origin commits)
|
|
16
|
+
- Preset save: review-preset-save (save and load review preset configurations)
|
|
17
|
+
|
|
5
18
|
## [3.78.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;AAkvBH;;;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,CAk7F1D"}
|
package/dist/cli.js
CHANGED
|
@@ -572,6 +572,15 @@ USAGE:
|
|
|
572
572
|
judges finding-dedup-cross-file Deduplicate findings across result files
|
|
573
573
|
judges review-progress-bar Track and display review progress
|
|
574
574
|
judges finding-auto-label Auto-label findings based on content
|
|
575
|
+
judges finding-group-by Group findings by category/severity/file
|
|
576
|
+
judges finding-diff-highlight Highlight diff regions related to findings
|
|
577
|
+
judges finding-fix-verify Verify fixes resolve findings
|
|
578
|
+
judges review-custom-judge Register and manage custom judges
|
|
579
|
+
judges finding-prioritize Prioritize findings by business impact
|
|
580
|
+
judges review-annotation Add annotations to review results
|
|
581
|
+
judges review-multi-repo Review across multiple repositories
|
|
582
|
+
judges finding-trace Trace findings to origin commits
|
|
583
|
+
judges review-preset-save Save and load review preset configurations
|
|
575
584
|
judges tune Analyze project and suggest optimal config
|
|
576
585
|
judges list List all available judges
|
|
577
586
|
judges version Show version information
|
|
@@ -3089,6 +3098,60 @@ export async function runCli(argv) {
|
|
|
3089
3098
|
runFindingAutoLabel(argv);
|
|
3090
3099
|
return;
|
|
3091
3100
|
}
|
|
3101
|
+
// ─── Finding Group By Command ────────────────────────────────────
|
|
3102
|
+
if (args.command === "finding-group-by") {
|
|
3103
|
+
const { runFindingGroupBy } = await import("./commands/finding-group-by.js");
|
|
3104
|
+
runFindingGroupBy(argv);
|
|
3105
|
+
return;
|
|
3106
|
+
}
|
|
3107
|
+
// ─── Finding Diff Highlight Command ──────────────────────────────
|
|
3108
|
+
if (args.command === "finding-diff-highlight") {
|
|
3109
|
+
const { runFindingDiffHighlight } = await import("./commands/finding-diff-highlight.js");
|
|
3110
|
+
runFindingDiffHighlight(argv);
|
|
3111
|
+
return;
|
|
3112
|
+
}
|
|
3113
|
+
// ─── Finding Fix Verify Command ──────────────────────────────────
|
|
3114
|
+
if (args.command === "finding-fix-verify") {
|
|
3115
|
+
const { runFindingFixVerify } = await import("./commands/finding-fix-verify.js");
|
|
3116
|
+
runFindingFixVerify(argv);
|
|
3117
|
+
return;
|
|
3118
|
+
}
|
|
3119
|
+
// ─── Review Custom Judge Command ─────────────────────────────────
|
|
3120
|
+
if (args.command === "review-custom-judge") {
|
|
3121
|
+
const { runReviewCustomJudge } = await import("./commands/review-custom-judge.js");
|
|
3122
|
+
runReviewCustomJudge(argv);
|
|
3123
|
+
return;
|
|
3124
|
+
}
|
|
3125
|
+
// ─── Finding Prioritize Command ──────────────────────────────────
|
|
3126
|
+
if (args.command === "finding-prioritize") {
|
|
3127
|
+
const { runFindingPrioritize } = await import("./commands/finding-prioritize.js");
|
|
3128
|
+
runFindingPrioritize(argv);
|
|
3129
|
+
return;
|
|
3130
|
+
}
|
|
3131
|
+
// ─── Review Annotation Command ───────────────────────────────────
|
|
3132
|
+
if (args.command === "review-annotation") {
|
|
3133
|
+
const { runReviewAnnotation } = await import("./commands/review-annotation.js");
|
|
3134
|
+
runReviewAnnotation(argv);
|
|
3135
|
+
return;
|
|
3136
|
+
}
|
|
3137
|
+
// ─── Review Multi Repo Command ───────────────────────────────────
|
|
3138
|
+
if (args.command === "review-multi-repo") {
|
|
3139
|
+
const { runReviewMultiRepo } = await import("./commands/review-multi-repo.js");
|
|
3140
|
+
runReviewMultiRepo(argv);
|
|
3141
|
+
return;
|
|
3142
|
+
}
|
|
3143
|
+
// ─── Finding Trace Command ───────────────────────────────────────
|
|
3144
|
+
if (args.command === "finding-trace") {
|
|
3145
|
+
const { runFindingTrace } = await import("./commands/finding-trace.js");
|
|
3146
|
+
runFindingTrace(argv);
|
|
3147
|
+
return;
|
|
3148
|
+
}
|
|
3149
|
+
// ─── Review Preset Save Command ──────────────────────────────────
|
|
3150
|
+
if (args.command === "review-preset-save") {
|
|
3151
|
+
const { runReviewPresetSave } = await import("./commands/review-preset-save.js");
|
|
3152
|
+
runReviewPresetSave(argv);
|
|
3153
|
+
return;
|
|
3154
|
+
}
|
|
3092
3155
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
3093
3156
|
if (args.command === "tune") {
|
|
3094
3157
|
const { runTune } = await import("./commands/tune.js");
|