@kevinrabun/judges 3.85.0 → 3.86.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-context-window.d.ts +5 -0
- package/dist/commands/finding-context-window.d.ts.map +1 -0
- package/dist/commands/finding-context-window.js +127 -0
- package/dist/commands/finding-context-window.js.map +1 -0
- package/dist/commands/finding-quality-gate.d.ts +5 -0
- package/dist/commands/finding-quality-gate.d.ts.map +1 -0
- package/dist/commands/finding-quality-gate.js +108 -0
- package/dist/commands/finding-quality-gate.js.map +1 -0
- package/dist/commands/finding-reachability.d.ts +5 -0
- package/dist/commands/finding-reachability.d.ts.map +1 -0
- package/dist/commands/finding-reachability.js +132 -0
- package/dist/commands/finding-reachability.js.map +1 -0
- package/dist/commands/finding-severity-dist.d.ts +5 -0
- package/dist/commands/finding-severity-dist.d.ts.map +1 -0
- package/dist/commands/finding-severity-dist.js +106 -0
- package/dist/commands/finding-severity-dist.js.map +1 -0
- package/dist/commands/review-ignore-pattern.d.ts +6 -0
- package/dist/commands/review-ignore-pattern.d.ts.map +1 -0
- package/dist/commands/review-ignore-pattern.js +140 -0
- package/dist/commands/review-ignore-pattern.js.map +1 -0
- package/dist/commands/review-merge-check.d.ts +5 -0
- package/dist/commands/review-merge-check.d.ts.map +1 -0
- package/dist/commands/review-merge-check.js +102 -0
- package/dist/commands/review-merge-check.js.map +1 -0
- package/dist/commands/review-plugin-config.d.ts +5 -0
- package/dist/commands/review-plugin-config.d.ts.map +1 -0
- package/dist/commands/review-plugin-config.js +168 -0
- package/dist/commands/review-plugin-config.js.map +1 -0
- package/dist/commands/review-report-merge.d.ts +5 -0
- package/dist/commands/review-report-merge.d.ts.map +1 -0
- package/dist/commands/review-report-merge.js +91 -0
- package/dist/commands/review-report-merge.js.map +1 -0
- package/dist/commands/review-workspace-scan.d.ts +5 -0
- package/dist/commands/review-workspace-scan.d.ts.map +1 -0
- package/dist/commands/review-workspace-scan.js +145 -0
- package/dist/commands/review-workspace-scan.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.86.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Ignore pattern: review-ignore-pattern (manage review ignore patterns)
|
|
9
|
+
- Quality gate: finding-quality-gate (enforce quality gates on findings)
|
|
10
|
+
- Reachability: finding-reachability (analyze finding reachability)
|
|
11
|
+
- Merge check: review-merge-check (pre-merge review validation)
|
|
12
|
+
- Workspace scan: review-workspace-scan (scan workspace for reviewable files)
|
|
13
|
+
- Context window: finding-context-window (show findings with code context)
|
|
14
|
+
- Severity dist: finding-severity-dist (severity distribution analysis)
|
|
15
|
+
- Report merge: review-report-merge (merge multiple verdict reports)
|
|
16
|
+
- Plugin config: review-plugin-config (manage plugin configuration)
|
|
17
|
+
|
|
5
18
|
## [3.85.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;AAgzBH;;;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,CAo2G1D"}
|
package/dist/cli.js
CHANGED
|
@@ -634,6 +634,15 @@ USAGE:
|
|
|
634
634
|
judges review-batch-run Run batch review on multiple files
|
|
635
635
|
judges review-output-filter Filter and transform review output
|
|
636
636
|
judges finding-timeline-view Show findings on a timeline
|
|
637
|
+
judges review-ignore-pattern Manage review ignore patterns
|
|
638
|
+
judges finding-quality-gate Enforce quality gates on findings
|
|
639
|
+
judges finding-reachability Analyze finding reachability
|
|
640
|
+
judges review-merge-check Pre-merge review validation
|
|
641
|
+
judges review-workspace-scan Scan workspace for reviewable files
|
|
642
|
+
judges finding-context-window Show findings with code context
|
|
643
|
+
judges finding-severity-dist Show severity distribution
|
|
644
|
+
judges review-report-merge Merge multiple verdict reports
|
|
645
|
+
judges review-plugin-config Manage plugin configuration
|
|
637
646
|
judges tune Analyze project and suggest optimal config
|
|
638
647
|
judges list List all available judges
|
|
639
648
|
judges version Show version information
|
|
@@ -3523,6 +3532,60 @@ export async function runCli(argv) {
|
|
|
3523
3532
|
runFindingTimelineView(argv);
|
|
3524
3533
|
return;
|
|
3525
3534
|
}
|
|
3535
|
+
// ─── Review Ignore Pattern Command ────────────────────────────────
|
|
3536
|
+
if (args.command === "review-ignore-pattern") {
|
|
3537
|
+
const { runReviewIgnorePattern } = await import("./commands/review-ignore-pattern.js");
|
|
3538
|
+
runReviewIgnorePattern(argv);
|
|
3539
|
+
return;
|
|
3540
|
+
}
|
|
3541
|
+
// ─── Finding Quality Gate Command ─────────────────────────────────
|
|
3542
|
+
if (args.command === "finding-quality-gate") {
|
|
3543
|
+
const { runFindingQualityGate } = await import("./commands/finding-quality-gate.js");
|
|
3544
|
+
runFindingQualityGate(argv);
|
|
3545
|
+
return;
|
|
3546
|
+
}
|
|
3547
|
+
// ─── Finding Reachability Command ─────────────────────────────────
|
|
3548
|
+
if (args.command === "finding-reachability") {
|
|
3549
|
+
const { runFindingReachability } = await import("./commands/finding-reachability.js");
|
|
3550
|
+
runFindingReachability(argv);
|
|
3551
|
+
return;
|
|
3552
|
+
}
|
|
3553
|
+
// ─── Review Merge Check Command ───────────────────────────────────
|
|
3554
|
+
if (args.command === "review-merge-check") {
|
|
3555
|
+
const { runReviewMergeCheck } = await import("./commands/review-merge-check.js");
|
|
3556
|
+
runReviewMergeCheck(argv);
|
|
3557
|
+
return;
|
|
3558
|
+
}
|
|
3559
|
+
// ─── Review Workspace Scan Command ────────────────────────────────
|
|
3560
|
+
if (args.command === "review-workspace-scan") {
|
|
3561
|
+
const { runReviewWorkspaceScan } = await import("./commands/review-workspace-scan.js");
|
|
3562
|
+
runReviewWorkspaceScan(argv);
|
|
3563
|
+
return;
|
|
3564
|
+
}
|
|
3565
|
+
// ─── Finding Context Window Command ───────────────────────────────
|
|
3566
|
+
if (args.command === "finding-context-window") {
|
|
3567
|
+
const { runFindingContextWindow } = await import("./commands/finding-context-window.js");
|
|
3568
|
+
runFindingContextWindow(argv);
|
|
3569
|
+
return;
|
|
3570
|
+
}
|
|
3571
|
+
// ─── Finding Severity Dist Command ────────────────────────────────
|
|
3572
|
+
if (args.command === "finding-severity-dist") {
|
|
3573
|
+
const { runFindingSeverityDist } = await import("./commands/finding-severity-dist.js");
|
|
3574
|
+
runFindingSeverityDist(argv);
|
|
3575
|
+
return;
|
|
3576
|
+
}
|
|
3577
|
+
// ─── Review Report Merge Command ──────────────────────────────────
|
|
3578
|
+
if (args.command === "review-report-merge") {
|
|
3579
|
+
const { runReviewReportMerge } = await import("./commands/review-report-merge.js");
|
|
3580
|
+
runReviewReportMerge(argv);
|
|
3581
|
+
return;
|
|
3582
|
+
}
|
|
3583
|
+
// ─── Review Plugin Config Command ─────────────────────────────────
|
|
3584
|
+
if (args.command === "review-plugin-config") {
|
|
3585
|
+
const { runReviewPluginConfig } = await import("./commands/review-plugin-config.js");
|
|
3586
|
+
runReviewPluginConfig(argv);
|
|
3587
|
+
return;
|
|
3588
|
+
}
|
|
3526
3589
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
3527
3590
|
if (args.command === "tune") {
|
|
3528
3591
|
const { runTune } = await import("./commands/tune.js");
|