@kevinrabun/judges 3.76.0 → 3.77.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 +12 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +56 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/finding-correlate.d.ts +5 -0
- package/dist/commands/finding-correlate.d.ts.map +1 -0
- package/dist/commands/finding-correlate.js +89 -0
- package/dist/commands/finding-correlate.js.map +1 -0
- package/dist/commands/finding-impact-score.d.ts +5 -0
- package/dist/commands/finding-impact-score.d.ts.map +1 -0
- package/dist/commands/finding-impact-score.js +124 -0
- package/dist/commands/finding-impact-score.js.map +1 -0
- package/dist/commands/finding-root-cause.d.ts +5 -0
- package/dist/commands/finding-root-cause.d.ts.map +1 -0
- package/dist/commands/finding-root-cause.js +185 -0
- package/dist/commands/finding-root-cause.js.map +1 -0
- package/dist/commands/finding-suppress-pattern.d.ts +5 -0
- package/dist/commands/finding-suppress-pattern.d.ts.map +1 -0
- package/dist/commands/finding-suppress-pattern.js +149 -0
- package/dist/commands/finding-suppress-pattern.js.map +1 -0
- package/dist/commands/review-auto-merge.d.ts +5 -0
- package/dist/commands/review-auto-merge.d.ts.map +1 -0
- package/dist/commands/review-auto-merge.js +176 -0
- package/dist/commands/review-auto-merge.js.map +1 -0
- package/dist/commands/review-cache-clear.d.ts +5 -0
- package/dist/commands/review-cache-clear.d.ts.map +1 -0
- package/dist/commands/review-cache-clear.js +161 -0
- package/dist/commands/review-cache-clear.js.map +1 -0
- package/dist/commands/review-compliance-check.d.ts +5 -0
- package/dist/commands/review-compliance-check.d.ts.map +1 -0
- package/dist/commands/review-compliance-check.js +203 -0
- package/dist/commands/review-compliance-check.js.map +1 -0
- package/dist/commands/review-dry-run.d.ts +5 -0
- package/dist/commands/review-dry-run.d.ts.map +1 -0
- package/dist/commands/review-dry-run.js +121 -0
- package/dist/commands/review-dry-run.js.map +1 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to **@kevinrabun/judges** are documented here.
|
|
4
4
|
|
|
5
|
+
## [3.77.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Auto-merge: review-auto-merge (auto-merge reviews passing all checks)
|
|
9
|
+
- Finding correlation: finding-correlate (correlate related findings across files)
|
|
10
|
+
- Dry run: review-dry-run (simulate reviews without persisting results)
|
|
11
|
+
- Suppress patterns: finding-suppress-pattern (suppress findings by glob pattern)
|
|
12
|
+
- Cache management: review-cache-clear (clear review caches selectively)
|
|
13
|
+
- Impact scoring: finding-impact-score (score findings by estimated impact)
|
|
14
|
+
- Compliance checks: review-compliance-check (OWASP/CWE compliance mapping)
|
|
15
|
+
- Root cause analysis: finding-root-cause (identify root causes of recurring findings)
|
|
16
|
+
|
|
5
17
|
## [3.76.0] — 2026-03-14
|
|
6
18
|
|
|
7
19
|
### 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;AAiuBH;;;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,CA2zF1D"}
|
package/dist/cli.js
CHANGED
|
@@ -556,6 +556,14 @@ USAGE:
|
|
|
556
556
|
judges finding-age-report Report on finding ages and staleness
|
|
557
557
|
judges review-rule-stats Per-rule statistics across reviews
|
|
558
558
|
judges review-parallel-diff Review multiple diff hunks
|
|
559
|
+
judges review-auto-merge Auto-merge reviews that pass checks
|
|
560
|
+
judges finding-correlate Correlate related findings across files
|
|
561
|
+
judges review-dry-run Simulate review without persisting
|
|
562
|
+
judges finding-suppress-pattern Suppress findings by pattern
|
|
563
|
+
judges review-cache-clear Clear review caches selectively
|
|
564
|
+
judges finding-impact-score Score findings by estimated impact
|
|
565
|
+
judges review-compliance-check Check findings against compliance frameworks
|
|
566
|
+
judges finding-root-cause Identify root causes of recurring findings
|
|
559
567
|
judges tune Analyze project and suggest optimal config
|
|
560
568
|
judges list List all available judges
|
|
561
569
|
judges version Show version information
|
|
@@ -2977,6 +2985,54 @@ export async function runCli(argv) {
|
|
|
2977
2985
|
runReviewParallelDiff(argv);
|
|
2978
2986
|
return;
|
|
2979
2987
|
}
|
|
2988
|
+
// ─── Review Auto Merge Command ────────────────────────────────────
|
|
2989
|
+
if (args.command === "review-auto-merge") {
|
|
2990
|
+
const { runReviewAutoMerge } = await import("./commands/review-auto-merge.js");
|
|
2991
|
+
runReviewAutoMerge(argv);
|
|
2992
|
+
return;
|
|
2993
|
+
}
|
|
2994
|
+
// ─── Finding Correlate Command ────────────────────────────────────
|
|
2995
|
+
if (args.command === "finding-correlate") {
|
|
2996
|
+
const { runFindingCorrelate } = await import("./commands/finding-correlate.js");
|
|
2997
|
+
runFindingCorrelate(argv);
|
|
2998
|
+
return;
|
|
2999
|
+
}
|
|
3000
|
+
// ─── Review Dry Run Command ───────────────────────────────────────
|
|
3001
|
+
if (args.command === "review-dry-run") {
|
|
3002
|
+
const { runReviewDryRun } = await import("./commands/review-dry-run.js");
|
|
3003
|
+
runReviewDryRun(argv);
|
|
3004
|
+
return;
|
|
3005
|
+
}
|
|
3006
|
+
// ─── Finding Suppress Pattern Command ─────────────────────────────
|
|
3007
|
+
if (args.command === "finding-suppress-pattern") {
|
|
3008
|
+
const { runFindingSuppressPattern } = await import("./commands/finding-suppress-pattern.js");
|
|
3009
|
+
runFindingSuppressPattern(argv);
|
|
3010
|
+
return;
|
|
3011
|
+
}
|
|
3012
|
+
// ─── Review Cache Clear Command ───────────────────────────────────
|
|
3013
|
+
if (args.command === "review-cache-clear") {
|
|
3014
|
+
const { runReviewCacheClear } = await import("./commands/review-cache-clear.js");
|
|
3015
|
+
runReviewCacheClear(argv);
|
|
3016
|
+
return;
|
|
3017
|
+
}
|
|
3018
|
+
// ─── Finding Impact Score Command ─────────────────────────────────
|
|
3019
|
+
if (args.command === "finding-impact-score") {
|
|
3020
|
+
const { runFindingImpactScore } = await import("./commands/finding-impact-score.js");
|
|
3021
|
+
runFindingImpactScore(argv);
|
|
3022
|
+
return;
|
|
3023
|
+
}
|
|
3024
|
+
// ─── Review Compliance Check Command ──────────────────────────────
|
|
3025
|
+
if (args.command === "review-compliance-check") {
|
|
3026
|
+
const { runReviewComplianceCheck } = await import("./commands/review-compliance-check.js");
|
|
3027
|
+
runReviewComplianceCheck(argv);
|
|
3028
|
+
return;
|
|
3029
|
+
}
|
|
3030
|
+
// ─── Finding Root Cause Command ───────────────────────────────────
|
|
3031
|
+
if (args.command === "finding-root-cause") {
|
|
3032
|
+
const { runFindingRootCause } = await import("./commands/finding-root-cause.js");
|
|
3033
|
+
runFindingRootCause(argv);
|
|
3034
|
+
return;
|
|
3035
|
+
}
|
|
2980
3036
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
2981
3037
|
if (args.command === "tune") {
|
|
2982
3038
|
const { runTune } = await import("./commands/tune.js");
|