@kevinrabun/judges 3.74.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 +25 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +119 -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-category.d.ts +5 -0
- package/dist/commands/finding-category.d.ts.map +1 -0
- package/dist/commands/finding-category.js +110 -0
- package/dist/commands/finding-category.js.map +1 -0
- package/dist/commands/finding-priority-queue.d.ts +5 -0
- package/dist/commands/finding-priority-queue.d.ts.map +1 -0
- package/dist/commands/finding-priority-queue.js +132 -0
- package/dist/commands/finding-priority-queue.js.map +1 -0
- package/dist/commands/finding-remediation-plan.d.ts +5 -0
- package/dist/commands/finding-remediation-plan.d.ts.map +1 -0
- package/dist/commands/finding-remediation-plan.js +108 -0
- package/dist/commands/finding-remediation-plan.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-checklist.d.ts +5 -0
- package/dist/commands/review-checklist.d.ts.map +1 -0
- package/dist/commands/review-checklist.js +145 -0
- package/dist/commands/review-checklist.js.map +1 -0
- package/dist/commands/review-config-validate.d.ts +5 -0
- package/dist/commands/review-config-validate.d.ts.map +1 -0
- package/dist/commands/review-config-validate.js +111 -0
- package/dist/commands/review-config-validate.js.map +1 -0
- package/dist/commands/review-diff-annotate.d.ts +5 -0
- package/dist/commands/review-diff-annotate.d.ts.map +1 -0
- package/dist/commands/review-diff-annotate.js +105 -0
- package/dist/commands/review-diff-annotate.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-lock.d.ts +5 -0
- package/dist/commands/review-lock.d.ts.map +1 -0
- package/dist/commands/review-lock.js +108 -0
- package/dist/commands/review-lock.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-rate-limit.d.ts +5 -0
- package/dist/commands/review-rate-limit.d.ts.map +1 -0
- package/dist/commands/review-rate-limit.js +131 -0
- package/dist/commands/review-rate-limit.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,31 @@
|
|
|
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
|
+
|
|
18
|
+
## [3.75.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Review checklists: review-checklist (manage pre/post-review checklists)
|
|
22
|
+
- Finding categories: finding-category (categorize findings into custom groups)
|
|
23
|
+
- Review locking: review-lock (lock reviews to prevent re-runs)
|
|
24
|
+
- Priority queue: finding-priority-queue (queue findings by priority for triage)
|
|
25
|
+
- Diff annotation: review-diff-annotate (annotate diff hunks with findings)
|
|
26
|
+
- Remediation plans: finding-remediation-plan (generate remediation plans from findings)
|
|
27
|
+
- Config validation: review-config-validate (validate review configuration files)
|
|
28
|
+
- Rate limiting: review-rate-limit (control review execution frequency)
|
|
29
|
+
|
|
5
30
|
## [3.74.0] — 2026-03-14
|
|
6
31
|
|
|
7
32
|
### 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
|
@@ -539,6 +539,23 @@ USAGE:
|
|
|
539
539
|
judges review-snapshot-diff Diff between review snapshots
|
|
540
540
|
judges finding-resolution Track finding resolution status
|
|
541
541
|
judges review-owner Assign review ownership to team members
|
|
542
|
+
judges review-checklist Manage pre/post-review checklists
|
|
543
|
+
judges finding-category Categorize findings into custom groups
|
|
544
|
+
judges review-lock Lock reviews to prevent re-runs
|
|
545
|
+
judges finding-priority-queue Queue findings by priority for triage
|
|
546
|
+
judges review-diff-annotate Annotate diff hunks with findings
|
|
547
|
+
judges finding-remediation-plan Generate remediation plans from findings
|
|
548
|
+
judges review-config-validate Validate review configuration files
|
|
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
|
|
542
559
|
judges tune Analyze project and suggest optimal config
|
|
543
560
|
judges list List all available judges
|
|
544
561
|
judges version Show version information
|
|
@@ -2858,6 +2875,108 @@ export async function runCli(argv) {
|
|
|
2858
2875
|
runReviewOwner(argv);
|
|
2859
2876
|
return;
|
|
2860
2877
|
}
|
|
2878
|
+
// ─── Review Checklist Command ─────────────────────────────────────
|
|
2879
|
+
if (args.command === "review-checklist") {
|
|
2880
|
+
const { runReviewChecklist } = await import("./commands/review-checklist.js");
|
|
2881
|
+
runReviewChecklist(argv);
|
|
2882
|
+
return;
|
|
2883
|
+
}
|
|
2884
|
+
// ─── Finding Category Command ─────────────────────────────────────
|
|
2885
|
+
if (args.command === "finding-category") {
|
|
2886
|
+
const { runFindingCategory } = await import("./commands/finding-category.js");
|
|
2887
|
+
runFindingCategory(argv);
|
|
2888
|
+
return;
|
|
2889
|
+
}
|
|
2890
|
+
// ─── Review Lock Command ────────────────────────────────────────
|
|
2891
|
+
if (args.command === "review-lock") {
|
|
2892
|
+
const { runReviewLock } = await import("./commands/review-lock.js");
|
|
2893
|
+
runReviewLock(argv);
|
|
2894
|
+
return;
|
|
2895
|
+
}
|
|
2896
|
+
// ─── Finding Priority Queue Command ─────────────────────────────
|
|
2897
|
+
if (args.command === "finding-priority-queue") {
|
|
2898
|
+
const { runFindingPriorityQueue } = await import("./commands/finding-priority-queue.js");
|
|
2899
|
+
runFindingPriorityQueue(argv);
|
|
2900
|
+
return;
|
|
2901
|
+
}
|
|
2902
|
+
// ─── Review Diff Annotate Command ───────────────────────────────
|
|
2903
|
+
if (args.command === "review-diff-annotate") {
|
|
2904
|
+
const { runReviewDiffAnnotate } = await import("./commands/review-diff-annotate.js");
|
|
2905
|
+
runReviewDiffAnnotate(argv);
|
|
2906
|
+
return;
|
|
2907
|
+
}
|
|
2908
|
+
// ─── Finding Remediation Plan Command ───────────────────────────
|
|
2909
|
+
if (args.command === "finding-remediation-plan") {
|
|
2910
|
+
const { runFindingRemediationPlan } = await import("./commands/finding-remediation-plan.js");
|
|
2911
|
+
runFindingRemediationPlan(argv);
|
|
2912
|
+
return;
|
|
2913
|
+
}
|
|
2914
|
+
// ─── Review Config Validate Command ─────────────────────────────
|
|
2915
|
+
if (args.command === "review-config-validate") {
|
|
2916
|
+
const { runReviewConfigValidate } = await import("./commands/review-config-validate.js");
|
|
2917
|
+
runReviewConfigValidate(argv);
|
|
2918
|
+
return;
|
|
2919
|
+
}
|
|
2920
|
+
// ─── Review Rate Limit Command ──────────────────────────────────
|
|
2921
|
+
if (args.command === "review-rate-limit") {
|
|
2922
|
+
const { runReviewRateLimit } = await import("./commands/review-rate-limit.js");
|
|
2923
|
+
runReviewRateLimit(argv);
|
|
2924
|
+
return;
|
|
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
|
+
}
|
|
2861
2980
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
2862
2981
|
if (args.command === "tune") {
|
|
2863
2982
|
const { runTune } = await import("./commands/tune.js");
|