@kevinrabun/judges 3.109.0 → 3.110.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-effort-rank.d.ts +2 -0
- package/dist/commands/finding-effort-rank.d.ts.map +1 -0
- package/dist/commands/finding-effort-rank.js +94 -0
- package/dist/commands/finding-effort-rank.js.map +1 -0
- package/dist/commands/finding-fix-chain.d.ts +2 -0
- package/dist/commands/finding-fix-chain.d.ts.map +1 -0
- package/dist/commands/finding-fix-chain.js +79 -0
- package/dist/commands/finding-fix-chain.js.map +1 -0
- package/dist/commands/finding-owner-notify.d.ts +2 -0
- package/dist/commands/finding-owner-notify.d.ts.map +1 -0
- package/dist/commands/finding-owner-notify.js +122 -0
- package/dist/commands/finding-owner-notify.js.map +1 -0
- package/dist/commands/finding-patch-chain.d.ts +2 -0
- package/dist/commands/finding-patch-chain.d.ts.map +1 -0
- package/dist/commands/finding-patch-chain.js +91 -0
- package/dist/commands/finding-patch-chain.js.map +1 -0
- package/dist/commands/finding-risk-label.d.ts +2 -0
- package/dist/commands/finding-risk-label.d.ts.map +1 -0
- package/dist/commands/finding-risk-label.js +73 -0
- package/dist/commands/finding-risk-label.js.map +1 -0
- package/dist/commands/review-config-health.d.ts +2 -0
- package/dist/commands/review-config-health.d.ts.map +1 -0
- package/dist/commands/review-config-health.js +173 -0
- package/dist/commands/review-config-health.js.map +1 -0
- package/dist/commands/review-engagement-score.d.ts +2 -0
- package/dist/commands/review-engagement-score.d.ts.map +1 -0
- package/dist/commands/review-engagement-score.js +112 -0
- package/dist/commands/review-engagement-score.js.map +1 -0
- package/dist/commands/review-feedback-summary.d.ts +2 -0
- package/dist/commands/review-feedback-summary.d.ts.map +1 -0
- package/dist/commands/review-feedback-summary.js +131 -0
- package/dist/commands/review-feedback-summary.js.map +1 -0
- package/dist/commands/review-progress-report.d.ts +2 -0
- package/dist/commands/review-progress-report.d.ts.map +1 -0
- package/dist/commands/review-progress-report.js +96 -0
- package/dist/commands/review-progress-report.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.110.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **finding-risk-label** — Label findings with risk categories (exploitable, data-loss, compliance, etc.)
|
|
9
|
+
- **review-feedback-summary** — Summarize reviewer feedback trends from review history
|
|
10
|
+
- **finding-fix-chain** — Chain related fixes together for batch remediation
|
|
11
|
+
- **review-config-health** — Assess configuration health and suggest improvements
|
|
12
|
+
- **finding-owner-notify** — Generate ownership-based notification lists for findings
|
|
13
|
+
- **review-progress-report** — Generate progress reports from review history
|
|
14
|
+
- **finding-patch-chain** — Link and order patches for safe sequential application
|
|
15
|
+
- **review-engagement-score** — Score team engagement with code reviews
|
|
16
|
+
- **finding-effort-rank** — Rank findings by estimated fix effort
|
|
17
|
+
|
|
5
18
|
## [3.109.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;AAwgCH;;;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,CA40J1D"}
|
package/dist/cli.js
CHANGED
|
@@ -850,6 +850,15 @@ USAGE:
|
|
|
850
850
|
judges finding-dedup-merge Dedup merge across runs
|
|
851
851
|
judges review-team-rotation Team rotation
|
|
852
852
|
judges review-goal-track Goal tracking
|
|
853
|
+
judges finding-risk-label Risk labeling
|
|
854
|
+
judges review-feedback-summary Feedback summary
|
|
855
|
+
judges finding-fix-chain Fix chaining
|
|
856
|
+
judges review-config-health Config health check
|
|
857
|
+
judges finding-owner-notify Owner notifications
|
|
858
|
+
judges review-progress-report Progress report
|
|
859
|
+
judges finding-patch-chain Patch chaining
|
|
860
|
+
judges review-engagement-score Engagement score
|
|
861
|
+
judges finding-effort-rank Effort ranking
|
|
853
862
|
judges tune Analyze project and suggest optimal config
|
|
854
863
|
judges list List all available judges
|
|
855
864
|
judges version Show version information
|
|
@@ -5035,6 +5044,60 @@ export async function runCli(argv) {
|
|
|
5035
5044
|
runReviewGoalTrack(argv);
|
|
5036
5045
|
return;
|
|
5037
5046
|
}
|
|
5047
|
+
// ─── Finding Risk Label Command ──────────────────────────────────
|
|
5048
|
+
if (args.command === "finding-risk-label") {
|
|
5049
|
+
const { runFindingRiskLabel } = await import("./commands/finding-risk-label.js");
|
|
5050
|
+
runFindingRiskLabel(argv);
|
|
5051
|
+
return;
|
|
5052
|
+
}
|
|
5053
|
+
// ─── Review Feedback Summary Command ─────────────────────────────
|
|
5054
|
+
if (args.command === "review-feedback-summary") {
|
|
5055
|
+
const { runReviewFeedbackSummary } = await import("./commands/review-feedback-summary.js");
|
|
5056
|
+
runReviewFeedbackSummary(argv);
|
|
5057
|
+
return;
|
|
5058
|
+
}
|
|
5059
|
+
// ─── Finding Fix Chain Command ───────────────────────────────────
|
|
5060
|
+
if (args.command === "finding-fix-chain") {
|
|
5061
|
+
const { runFindingFixChain } = await import("./commands/finding-fix-chain.js");
|
|
5062
|
+
runFindingFixChain(argv);
|
|
5063
|
+
return;
|
|
5064
|
+
}
|
|
5065
|
+
// ─── Review Config Health Command ────────────────────────────────
|
|
5066
|
+
if (args.command === "review-config-health") {
|
|
5067
|
+
const { runReviewConfigHealth } = await import("./commands/review-config-health.js");
|
|
5068
|
+
runReviewConfigHealth(argv);
|
|
5069
|
+
return;
|
|
5070
|
+
}
|
|
5071
|
+
// ─── Finding Owner Notify Command ────────────────────────────────
|
|
5072
|
+
if (args.command === "finding-owner-notify") {
|
|
5073
|
+
const { runFindingOwnerNotify } = await import("./commands/finding-owner-notify.js");
|
|
5074
|
+
runFindingOwnerNotify(argv);
|
|
5075
|
+
return;
|
|
5076
|
+
}
|
|
5077
|
+
// ─── Review Progress Report Command ──────────────────────────────
|
|
5078
|
+
if (args.command === "review-progress-report") {
|
|
5079
|
+
const { runReviewProgressReport } = await import("./commands/review-progress-report.js");
|
|
5080
|
+
runReviewProgressReport(argv);
|
|
5081
|
+
return;
|
|
5082
|
+
}
|
|
5083
|
+
// ─── Finding Patch Chain Command ─────────────────────────────────
|
|
5084
|
+
if (args.command === "finding-patch-chain") {
|
|
5085
|
+
const { runFindingPatchChain } = await import("./commands/finding-patch-chain.js");
|
|
5086
|
+
runFindingPatchChain(argv);
|
|
5087
|
+
return;
|
|
5088
|
+
}
|
|
5089
|
+
// ─── Review Engagement Score Command ─────────────────────────────
|
|
5090
|
+
if (args.command === "review-engagement-score") {
|
|
5091
|
+
const { runReviewEngagementScore } = await import("./commands/review-engagement-score.js");
|
|
5092
|
+
runReviewEngagementScore(argv);
|
|
5093
|
+
return;
|
|
5094
|
+
}
|
|
5095
|
+
// ─── Finding Effort Rank Command ─────────────────────────────────
|
|
5096
|
+
if (args.command === "finding-effort-rank") {
|
|
5097
|
+
const { runFindingEffortRank } = await import("./commands/finding-effort-rank.js");
|
|
5098
|
+
runFindingEffortRank(argv);
|
|
5099
|
+
return;
|
|
5100
|
+
}
|
|
5038
5101
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
5039
5102
|
if (args.command === "tune") {
|
|
5040
5103
|
const { runTune } = await import("./commands/tune.js");
|