@kevinrabun/judges 3.75.0 → 3.76.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-age-report.d.ts +5 -0
- package/dist/commands/finding-age-report.d.ts.map +1 -0
- package/dist/commands/finding-age-report.js +155 -0
- package/dist/commands/finding-age-report.js.map +1 -0
- package/dist/commands/finding-batch-resolve.d.ts +5 -0
- package/dist/commands/finding-batch-resolve.d.ts.map +1 -0
- package/dist/commands/finding-batch-resolve.js +166 -0
- package/dist/commands/finding-batch-resolve.js.map +1 -0
- package/dist/commands/finding-snippet.d.ts +5 -0
- package/dist/commands/finding-snippet.d.ts.map +1 -0
- package/dist/commands/finding-snippet.js +103 -0
- package/dist/commands/finding-snippet.js.map +1 -0
- package/dist/commands/finding-trend.d.ts +5 -0
- package/dist/commands/finding-trend.d.ts.map +1 -0
- package/dist/commands/finding-trend.js +119 -0
- package/dist/commands/finding-trend.js.map +1 -0
- package/dist/commands/review-env-check.d.ts +5 -0
- package/dist/commands/review-env-check.d.ts.map +1 -0
- package/dist/commands/review-env-check.js +116 -0
- package/dist/commands/review-env-check.js.map +1 -0
- package/dist/commands/review-health-check.d.ts +5 -0
- package/dist/commands/review-health-check.d.ts.map +1 -0
- package/dist/commands/review-health-check.js +149 -0
- package/dist/commands/review-health-check.js.map +1 -0
- package/dist/commands/review-integration-test.d.ts +5 -0
- package/dist/commands/review-integration-test.d.ts.map +1 -0
- package/dist/commands/review-integration-test.js +146 -0
- package/dist/commands/review-integration-test.js.map +1 -0
- package/dist/commands/review-parallel-diff.d.ts +5 -0
- package/dist/commands/review-parallel-diff.d.ts.map +1 -0
- package/dist/commands/review-parallel-diff.js +147 -0
- package/dist/commands/review-parallel-diff.js.map +1 -0
- package/dist/commands/review-rule-stats.d.ts +5 -0
- package/dist/commands/review-rule-stats.d.ts.map +1 -0
- package/dist/commands/review-rule-stats.js +162 -0
- package/dist/commands/review-rule-stats.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.76.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Finding trends: finding-trend (show finding trends over time)
|
|
9
|
+
- Code snippets: finding-snippet (extract code snippets from findings with context)
|
|
10
|
+
- Environment check: review-env-check (verify review environment prerequisites)
|
|
11
|
+
- Batch resolve: finding-batch-resolve (resolve multiple findings in bulk)
|
|
12
|
+
- CI/CD integration test: review-integration-test (validate CI/CD integration)
|
|
13
|
+
- Health check: review-health-check (diagnose review system health)
|
|
14
|
+
- Age report: finding-age-report (report on finding ages and staleness)
|
|
15
|
+
- Rule stats: review-rule-stats (per-rule statistics across reviews)
|
|
16
|
+
- Parallel diff: review-parallel-diff (review multiple diff hunks)
|
|
17
|
+
|
|
5
18
|
## [3.75.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;AAytBH;;;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,CAmwF1D"}
|
package/dist/cli.js
CHANGED
|
@@ -547,6 +547,15 @@ USAGE:
|
|
|
547
547
|
judges finding-remediation-plan Generate remediation plans from findings
|
|
548
548
|
judges review-config-validate Validate review configuration files
|
|
549
549
|
judges review-rate-limit Control review execution frequency
|
|
550
|
+
judges finding-trend Show finding trends over time
|
|
551
|
+
judges finding-snippet Extract code snippets from findings
|
|
552
|
+
judges review-env-check Verify review environment prerequisites
|
|
553
|
+
judges finding-batch-resolve Resolve multiple findings in bulk
|
|
554
|
+
judges review-integration-test Validate CI/CD integration
|
|
555
|
+
judges review-health-check Diagnose review system health
|
|
556
|
+
judges finding-age-report Report on finding ages and staleness
|
|
557
|
+
judges review-rule-stats Per-rule statistics across reviews
|
|
558
|
+
judges review-parallel-diff Review multiple diff hunks
|
|
550
559
|
judges tune Analyze project and suggest optimal config
|
|
551
560
|
judges list List all available judges
|
|
552
561
|
judges version Show version information
|
|
@@ -2914,6 +2923,60 @@ export async function runCli(argv) {
|
|
|
2914
2923
|
runReviewRateLimit(argv);
|
|
2915
2924
|
return;
|
|
2916
2925
|
}
|
|
2926
|
+
// ─── Finding Trend Command ────────────────────────────────────────
|
|
2927
|
+
if (args.command === "finding-trend") {
|
|
2928
|
+
const { runFindingTrend } = await import("./commands/finding-trend.js");
|
|
2929
|
+
runFindingTrend(argv);
|
|
2930
|
+
return;
|
|
2931
|
+
}
|
|
2932
|
+
// ─── Finding Snippet Command ──────────────────────────────────────
|
|
2933
|
+
if (args.command === "finding-snippet") {
|
|
2934
|
+
const { runFindingSnippet } = await import("./commands/finding-snippet.js");
|
|
2935
|
+
runFindingSnippet(argv);
|
|
2936
|
+
return;
|
|
2937
|
+
}
|
|
2938
|
+
// ─── Review Env Check Command ─────────────────────────────────────
|
|
2939
|
+
if (args.command === "review-env-check") {
|
|
2940
|
+
const { runReviewEnvCheck } = await import("./commands/review-env-check.js");
|
|
2941
|
+
runReviewEnvCheck(argv);
|
|
2942
|
+
return;
|
|
2943
|
+
}
|
|
2944
|
+
// ─── Finding Batch Resolve Command ────────────────────────────────
|
|
2945
|
+
if (args.command === "finding-batch-resolve") {
|
|
2946
|
+
const { runFindingBatchResolve } = await import("./commands/finding-batch-resolve.js");
|
|
2947
|
+
runFindingBatchResolve(argv);
|
|
2948
|
+
return;
|
|
2949
|
+
}
|
|
2950
|
+
// ─── Review Integration Test Command ──────────────────────────────
|
|
2951
|
+
if (args.command === "review-integration-test") {
|
|
2952
|
+
const { runReviewIntegrationTest } = await import("./commands/review-integration-test.js");
|
|
2953
|
+
runReviewIntegrationTest(argv);
|
|
2954
|
+
return;
|
|
2955
|
+
}
|
|
2956
|
+
// ─── Review Health Check Command ──────────────────────────────────
|
|
2957
|
+
if (args.command === "review-health-check") {
|
|
2958
|
+
const { runReviewHealthCheck } = await import("./commands/review-health-check.js");
|
|
2959
|
+
runReviewHealthCheck(argv);
|
|
2960
|
+
return;
|
|
2961
|
+
}
|
|
2962
|
+
// ─── Finding Age Report Command ───────────────────────────────────
|
|
2963
|
+
if (args.command === "finding-age-report") {
|
|
2964
|
+
const { runFindingAgeReport } = await import("./commands/finding-age-report.js");
|
|
2965
|
+
runFindingAgeReport(argv);
|
|
2966
|
+
return;
|
|
2967
|
+
}
|
|
2968
|
+
// ─── Review Rule Stats Command ────────────────────────────────────
|
|
2969
|
+
if (args.command === "review-rule-stats") {
|
|
2970
|
+
const { runReviewRuleStats } = await import("./commands/review-rule-stats.js");
|
|
2971
|
+
runReviewRuleStats(argv);
|
|
2972
|
+
return;
|
|
2973
|
+
}
|
|
2974
|
+
// ─── Review Parallel Diff Command ─────────────────────────────────
|
|
2975
|
+
if (args.command === "review-parallel-diff") {
|
|
2976
|
+
const { runReviewParallelDiff } = await import("./commands/review-parallel-diff.js");
|
|
2977
|
+
runReviewParallelDiff(argv);
|
|
2978
|
+
return;
|
|
2979
|
+
}
|
|
2917
2980
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
2918
2981
|
if (args.command === "tune") {
|
|
2919
2982
|
const { runTune } = await import("./commands/tune.js");
|