@kevinrabun/judges 3.72.0 → 3.74.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 +24 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +112 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/finding-confidence-filter.d.ts +5 -0
- package/dist/commands/finding-confidence-filter.d.ts.map +1 -0
- package/dist/commands/finding-confidence-filter.js +78 -0
- package/dist/commands/finding-confidence-filter.js.map +1 -0
- package/dist/commands/finding-export-csv.d.ts +5 -0
- package/dist/commands/finding-export-csv.d.ts.map +1 -0
- package/dist/commands/finding-export-csv.js +79 -0
- package/dist/commands/finding-export-csv.js.map +1 -0
- package/dist/commands/finding-false-positive.d.ts +5 -0
- package/dist/commands/finding-false-positive.d.ts.map +1 -0
- package/dist/commands/finding-false-positive.js +135 -0
- package/dist/commands/finding-false-positive.js.map +1 -0
- package/dist/commands/finding-link.d.ts +5 -0
- package/dist/commands/finding-link.d.ts.map +1 -0
- package/dist/commands/finding-link.js +129 -0
- package/dist/commands/finding-link.js.map +1 -0
- package/dist/commands/finding-resolution.d.ts +5 -0
- package/dist/commands/finding-resolution.d.ts.map +1 -0
- package/dist/commands/finding-resolution.js +143 -0
- package/dist/commands/finding-resolution.js.map +1 -0
- package/dist/commands/review-bulk-action.d.ts +5 -0
- package/dist/commands/review-bulk-action.d.ts.map +1 -0
- package/dist/commands/review-bulk-action.js +110 -0
- package/dist/commands/review-bulk-action.js.map +1 -0
- package/dist/commands/review-compare-version.d.ts +5 -0
- package/dist/commands/review-compare-version.d.ts.map +1 -0
- package/dist/commands/review-compare-version.js +109 -0
- package/dist/commands/review-compare-version.js.map +1 -0
- package/dist/commands/review-depth.d.ts +5 -0
- package/dist/commands/review-depth.d.ts.map +1 -0
- package/dist/commands/review-depth.js +143 -0
- package/dist/commands/review-depth.js.map +1 -0
- package/dist/commands/review-note.d.ts +5 -0
- package/dist/commands/review-note.d.ts.map +1 -0
- package/dist/commands/review-note.js +105 -0
- package/dist/commands/review-note.js.map +1 -0
- package/dist/commands/review-owner.d.ts +5 -0
- package/dist/commands/review-owner.d.ts.map +1 -0
- package/dist/commands/review-owner.js +130 -0
- package/dist/commands/review-owner.js.map +1 -0
- package/dist/commands/review-retry.d.ts +5 -0
- package/dist/commands/review-retry.d.ts.map +1 -0
- package/dist/commands/review-retry.js +92 -0
- package/dist/commands/review-retry.js.map +1 -0
- package/dist/commands/review-session.d.ts +5 -0
- package/dist/commands/review-session.d.ts.map +1 -0
- package/dist/commands/review-session.js +151 -0
- package/dist/commands/review-session.js.map +1 -0
- package/dist/commands/review-skip-rule.d.ts +5 -0
- package/dist/commands/review-skip-rule.d.ts.map +1 -0
- package/dist/commands/review-skip-rule.js +106 -0
- package/dist/commands/review-skip-rule.js.map +1 -0
- package/dist/commands/review-snapshot-diff.d.ts +5 -0
- package/dist/commands/review-snapshot-diff.d.ts.map +1 -0
- package/dist/commands/review-snapshot-diff.js +101 -0
- package/dist/commands/review-snapshot-diff.js.map +1 -0
- package/dist/commands/review-summary-email.d.ts +5 -0
- package/dist/commands/review-summary-email.d.ts.map +1 -0
- package/dist/commands/review-summary-email.js +103 -0
- package/dist/commands/review-summary-email.js.map +1 -0
- package/dist/commands/review-timeline.d.ts +5 -0
- package/dist/commands/review-timeline.d.ts.map +1 -0
- package/dist/commands/review-timeline.js +77 -0
- package/dist/commands/review-timeline.js.map +1 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to **@kevinrabun/judges** are documented here.
|
|
4
4
|
|
|
5
|
+
## [3.74.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Confidence filtering: finding-confidence-filter (filter findings by confidence level)
|
|
9
|
+
- Rule skipping: review-skip-rule (quick skip/disable specific rules)
|
|
10
|
+
- Review notes: review-note (attach notes to reviews)
|
|
11
|
+
- CSV export: finding-export-csv (export findings as CSV)
|
|
12
|
+
- Timeline: review-timeline (show review activity timeline)
|
|
13
|
+
- Snapshot diff: review-snapshot-diff (diff between review snapshots)
|
|
14
|
+
- Resolution tracking: finding-resolution (track finding resolution status)
|
|
15
|
+
- Review ownership: review-owner (assign review ownership to team members)
|
|
16
|
+
|
|
17
|
+
## [3.73.0] — 2026-03-14
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
- False positive management: finding-false-positive (track and manage false positive findings)
|
|
21
|
+
- Review sessions: review-session (group reviews into named sessions)
|
|
22
|
+
- Bulk actions: review-bulk-action (dismiss, suppress, approve findings in bulk)
|
|
23
|
+
- Review retry: review-retry (retry failed or incomplete reviews)
|
|
24
|
+
- Review depth: review-depth (control review depth — shallow, normal, deep)
|
|
25
|
+
- Finding links: finding-link (link related findings across files)
|
|
26
|
+
- Version comparison: review-compare-version (compare results between code versions)
|
|
27
|
+
- Email summaries: review-summary-email (generate email-ready review summaries)
|
|
28
|
+
|
|
5
29
|
## [3.72.0] — 2026-03-14
|
|
6
30
|
|
|
7
31
|
### 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;AAwsBH;;;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,CA4oF1D"}
|
package/dist/cli.js
CHANGED
|
@@ -523,6 +523,22 @@ USAGE:
|
|
|
523
523
|
judges finding-deduplicate Detect and deduplicate similar findings
|
|
524
524
|
judges review-score-history Track review scores over time
|
|
525
525
|
judges review-feedback Collect user feedback on review quality
|
|
526
|
+
judges finding-false-positive Track and manage false positive findings
|
|
527
|
+
judges review-session Group reviews into named sessions
|
|
528
|
+
judges review-bulk-action Apply bulk actions across findings
|
|
529
|
+
judges review-retry Retry failed or incomplete reviews
|
|
530
|
+
judges review-depth Control review depth (shallow/normal/deep)
|
|
531
|
+
judges finding-link Link related findings across files
|
|
532
|
+
judges review-compare-version Compare review results between versions
|
|
533
|
+
judges review-summary-email Generate email-ready review summaries
|
|
534
|
+
judges finding-confidence-filter Filter findings by confidence level
|
|
535
|
+
judges review-skip-rule Quick skip/disable specific rules
|
|
536
|
+
judges review-note Attach notes to reviews
|
|
537
|
+
judges finding-export-csv Export findings as CSV
|
|
538
|
+
judges review-timeline Show review activity timeline
|
|
539
|
+
judges review-snapshot-diff Diff between review snapshots
|
|
540
|
+
judges finding-resolution Track finding resolution status
|
|
541
|
+
judges review-owner Assign review ownership to team members
|
|
526
542
|
judges tune Analyze project and suggest optimal config
|
|
527
543
|
judges list List all available judges
|
|
528
544
|
judges version Show version information
|
|
@@ -2746,6 +2762,102 @@ export async function runCli(argv) {
|
|
|
2746
2762
|
runReviewFeedback(argv);
|
|
2747
2763
|
return;
|
|
2748
2764
|
}
|
|
2765
|
+
// ─── Finding False Positive Command ───────────────────────────────
|
|
2766
|
+
if (args.command === "finding-false-positive") {
|
|
2767
|
+
const { runFindingFalsePositive } = await import("./commands/finding-false-positive.js");
|
|
2768
|
+
runFindingFalsePositive(argv);
|
|
2769
|
+
return;
|
|
2770
|
+
}
|
|
2771
|
+
// ─── Review Session Command ───────────────────────────────────────
|
|
2772
|
+
if (args.command === "review-session") {
|
|
2773
|
+
const { runReviewSession } = await import("./commands/review-session.js");
|
|
2774
|
+
runReviewSession(argv);
|
|
2775
|
+
return;
|
|
2776
|
+
}
|
|
2777
|
+
// ─── Review Bulk Action Command ───────────────────────────────────
|
|
2778
|
+
if (args.command === "review-bulk-action") {
|
|
2779
|
+
const { runReviewBulkAction } = await import("./commands/review-bulk-action.js");
|
|
2780
|
+
runReviewBulkAction(argv);
|
|
2781
|
+
return;
|
|
2782
|
+
}
|
|
2783
|
+
// ─── Review Retry Command ─────────────────────────────────────────
|
|
2784
|
+
if (args.command === "review-retry") {
|
|
2785
|
+
const { runReviewRetry } = await import("./commands/review-retry.js");
|
|
2786
|
+
runReviewRetry(argv);
|
|
2787
|
+
return;
|
|
2788
|
+
}
|
|
2789
|
+
// ─── Review Depth Command ─────────────────────────────────────────
|
|
2790
|
+
if (args.command === "review-depth") {
|
|
2791
|
+
const { runReviewDepth } = await import("./commands/review-depth.js");
|
|
2792
|
+
runReviewDepth(argv);
|
|
2793
|
+
return;
|
|
2794
|
+
}
|
|
2795
|
+
// ─── Finding Link Command ─────────────────────────────────────────
|
|
2796
|
+
if (args.command === "finding-link") {
|
|
2797
|
+
const { runFindingLink } = await import("./commands/finding-link.js");
|
|
2798
|
+
runFindingLink(argv);
|
|
2799
|
+
return;
|
|
2800
|
+
}
|
|
2801
|
+
// ─── Review Compare Version Command ───────────────────────────────
|
|
2802
|
+
if (args.command === "review-compare-version") {
|
|
2803
|
+
const { runReviewCompareVersion } = await import("./commands/review-compare-version.js");
|
|
2804
|
+
runReviewCompareVersion(argv);
|
|
2805
|
+
return;
|
|
2806
|
+
}
|
|
2807
|
+
// ─── Review Summary Email Command ─────────────────────────────────
|
|
2808
|
+
if (args.command === "review-summary-email") {
|
|
2809
|
+
const { runReviewSummaryEmail } = await import("./commands/review-summary-email.js");
|
|
2810
|
+
runReviewSummaryEmail(argv);
|
|
2811
|
+
return;
|
|
2812
|
+
}
|
|
2813
|
+
// ─── Finding Confidence Filter Command ────────────────────────────
|
|
2814
|
+
if (args.command === "finding-confidence-filter") {
|
|
2815
|
+
const { runFindingConfidenceFilter } = await import("./commands/finding-confidence-filter.js");
|
|
2816
|
+
runFindingConfidenceFilter(argv);
|
|
2817
|
+
return;
|
|
2818
|
+
}
|
|
2819
|
+
// ─── Review Skip Rule Command ─────────────────────────────────────
|
|
2820
|
+
if (args.command === "review-skip-rule") {
|
|
2821
|
+
const { runReviewSkipRule } = await import("./commands/review-skip-rule.js");
|
|
2822
|
+
runReviewSkipRule(argv);
|
|
2823
|
+
return;
|
|
2824
|
+
}
|
|
2825
|
+
// ─── Review Note Command ──────────────────────────────────────────
|
|
2826
|
+
if (args.command === "review-note") {
|
|
2827
|
+
const { runReviewNote } = await import("./commands/review-note.js");
|
|
2828
|
+
runReviewNote(argv);
|
|
2829
|
+
return;
|
|
2830
|
+
}
|
|
2831
|
+
// ─── Finding Export CSV Command ───────────────────────────────────
|
|
2832
|
+
if (args.command === "finding-export-csv") {
|
|
2833
|
+
const { runFindingExportCsv } = await import("./commands/finding-export-csv.js");
|
|
2834
|
+
runFindingExportCsv(argv);
|
|
2835
|
+
return;
|
|
2836
|
+
}
|
|
2837
|
+
// ─── Review Timeline Command ──────────────────────────────────────
|
|
2838
|
+
if (args.command === "review-timeline") {
|
|
2839
|
+
const { runReviewTimeline } = await import("./commands/review-timeline.js");
|
|
2840
|
+
runReviewTimeline(argv);
|
|
2841
|
+
return;
|
|
2842
|
+
}
|
|
2843
|
+
// ─── Review Snapshot Diff Command ─────────────────────────────────
|
|
2844
|
+
if (args.command === "review-snapshot-diff") {
|
|
2845
|
+
const { runReviewSnapshotDiff } = await import("./commands/review-snapshot-diff.js");
|
|
2846
|
+
runReviewSnapshotDiff(argv);
|
|
2847
|
+
return;
|
|
2848
|
+
}
|
|
2849
|
+
// ─── Finding Resolution Command ───────────────────────────────────
|
|
2850
|
+
if (args.command === "finding-resolution") {
|
|
2851
|
+
const { runFindingResolution } = await import("./commands/finding-resolution.js");
|
|
2852
|
+
runFindingResolution(argv);
|
|
2853
|
+
return;
|
|
2854
|
+
}
|
|
2855
|
+
// ─── Review Owner Command ─────────────────────────────────────────
|
|
2856
|
+
if (args.command === "review-owner") {
|
|
2857
|
+
const { runReviewOwner } = await import("./commands/review-owner.js");
|
|
2858
|
+
runReviewOwner(argv);
|
|
2859
|
+
return;
|
|
2860
|
+
}
|
|
2749
2861
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
2750
2862
|
if (args.command === "tune") {
|
|
2751
2863
|
const { runTune } = await import("./commands/tune.js");
|