@kevinrabun/judges 3.108.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 +26 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +126 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/finding-compliance-tag.d.ts +2 -0
- package/dist/commands/finding-compliance-tag.d.ts.map +1 -0
- package/dist/commands/finding-compliance-tag.js +107 -0
- package/dist/commands/finding-compliance-tag.js.map +1 -0
- package/dist/commands/finding-dedup-merge.d.ts +2 -0
- package/dist/commands/finding-dedup-merge.d.ts.map +1 -0
- package/dist/commands/finding-dedup-merge.js +108 -0
- package/dist/commands/finding-dedup-merge.js.map +1 -0
- 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-fix-playbook.d.ts +2 -0
- package/dist/commands/finding-fix-playbook.d.ts.map +1 -0
- package/dist/commands/finding-fix-playbook.js +111 -0
- package/dist/commands/finding-fix-playbook.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/finding-severity-rebalance.d.ts +2 -0
- package/dist/commands/finding-severity-rebalance.d.ts.map +1 -0
- package/dist/commands/finding-severity-rebalance.js +109 -0
- package/dist/commands/finding-severity-rebalance.js.map +1 -0
- package/dist/commands/review-adoption-score.d.ts +2 -0
- package/dist/commands/review-adoption-score.d.ts.map +1 -0
- package/dist/commands/review-adoption-score.js +182 -0
- package/dist/commands/review-adoption-score.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-goal-track.d.ts +2 -0
- package/dist/commands/review-goal-track.d.ts.map +1 -0
- package/dist/commands/review-goal-track.js +124 -0
- package/dist/commands/review-goal-track.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/dist/commands/review-stakeholder-notify.d.ts +2 -0
- package/dist/commands/review-stakeholder-notify.d.ts.map +1 -0
- package/dist/commands/review-stakeholder-notify.js +135 -0
- package/dist/commands/review-stakeholder-notify.js.map +1 -0
- package/dist/commands/review-team-coverage.d.ts +2 -0
- package/dist/commands/review-team-coverage.d.ts.map +1 -0
- package/dist/commands/review-team-coverage.js +96 -0
- package/dist/commands/review-team-coverage.js.map +1 -0
- package/dist/commands/review-team-rotation.d.ts +2 -0
- package/dist/commands/review-team-rotation.d.ts.map +1 -0
- package/dist/commands/review-team-rotation.js +100 -0
- package/dist/commands/review-team-rotation.js.map +1 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
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
|
+
|
|
18
|
+
## [3.109.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- **finding-compliance-tag** — Tag findings with compliance framework identifiers (SOC2, PCI-DSS, GDPR)
|
|
22
|
+
- **review-team-coverage** — Show review coverage distribution across team members
|
|
23
|
+
- **finding-severity-rebalance** — Rebalance finding severities based on project context
|
|
24
|
+
- **review-stakeholder-notify** — Format notifications for different stakeholder roles
|
|
25
|
+
- **finding-fix-playbook** — Generate step-by-step fix playbooks for common finding patterns
|
|
26
|
+
- **review-adoption-score** — Calculate project adoption readiness score
|
|
27
|
+
- **finding-dedup-merge** — Merge duplicate findings across review runs
|
|
28
|
+
- **review-team-rotation** — Manage reviewer rotation schedules
|
|
29
|
+
- **review-goal-track** — Track team review quality goals over time
|
|
30
|
+
|
|
5
31
|
## [3.108.0] — 2026-03-14
|
|
6
32
|
|
|
7
33
|
### 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
|
@@ -841,6 +841,24 @@ USAGE:
|
|
|
841
841
|
judges finding-remediation-cost Remediation cost estimate
|
|
842
842
|
judges review-digest-gen Review digest
|
|
843
843
|
judges finding-recurrence-check Recurrence check
|
|
844
|
+
judges finding-compliance-tag Compliance tagging
|
|
845
|
+
judges review-team-coverage Team coverage analysis
|
|
846
|
+
judges finding-severity-rebalance Severity rebalance
|
|
847
|
+
judges review-stakeholder-notify Stakeholder notifications
|
|
848
|
+
judges finding-fix-playbook Fix playbook generation
|
|
849
|
+
judges review-adoption-score Adoption score
|
|
850
|
+
judges finding-dedup-merge Dedup merge across runs
|
|
851
|
+
judges review-team-rotation Team rotation
|
|
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
|
|
844
862
|
judges tune Analyze project and suggest optimal config
|
|
845
863
|
judges list List all available judges
|
|
846
864
|
judges version Show version information
|
|
@@ -4972,6 +4990,114 @@ export async function runCli(argv) {
|
|
|
4972
4990
|
runFindingRecurrenceCheck(argv);
|
|
4973
4991
|
return;
|
|
4974
4992
|
}
|
|
4993
|
+
// ─── Finding Compliance Tag Command ──────────────────────────────
|
|
4994
|
+
if (args.command === "finding-compliance-tag") {
|
|
4995
|
+
const { runFindingComplianceTag } = await import("./commands/finding-compliance-tag.js");
|
|
4996
|
+
runFindingComplianceTag(argv);
|
|
4997
|
+
return;
|
|
4998
|
+
}
|
|
4999
|
+
// ─── Review Team Coverage Command ────────────────────────────────
|
|
5000
|
+
if (args.command === "review-team-coverage") {
|
|
5001
|
+
const { runReviewTeamCoverage } = await import("./commands/review-team-coverage.js");
|
|
5002
|
+
runReviewTeamCoverage(argv);
|
|
5003
|
+
return;
|
|
5004
|
+
}
|
|
5005
|
+
// ─── Finding Severity Rebalance Command ──────────────────────────
|
|
5006
|
+
if (args.command === "finding-severity-rebalance") {
|
|
5007
|
+
const { runFindingSeverityRebalance } = await import("./commands/finding-severity-rebalance.js");
|
|
5008
|
+
runFindingSeverityRebalance(argv);
|
|
5009
|
+
return;
|
|
5010
|
+
}
|
|
5011
|
+
// ─── Review Stakeholder Notify Command ───────────────────────────
|
|
5012
|
+
if (args.command === "review-stakeholder-notify") {
|
|
5013
|
+
const { runReviewStakeholderNotify } = await import("./commands/review-stakeholder-notify.js");
|
|
5014
|
+
runReviewStakeholderNotify(argv);
|
|
5015
|
+
return;
|
|
5016
|
+
}
|
|
5017
|
+
// ─── Finding Fix Playbook Command ────────────────────────────────
|
|
5018
|
+
if (args.command === "finding-fix-playbook") {
|
|
5019
|
+
const { runFindingFixPlaybook } = await import("./commands/finding-fix-playbook.js");
|
|
5020
|
+
runFindingFixPlaybook(argv);
|
|
5021
|
+
return;
|
|
5022
|
+
}
|
|
5023
|
+
// ─── Review Adoption Score Command ───────────────────────────────
|
|
5024
|
+
if (args.command === "review-adoption-score") {
|
|
5025
|
+
const { runReviewAdoptionScore } = await import("./commands/review-adoption-score.js");
|
|
5026
|
+
runReviewAdoptionScore(argv);
|
|
5027
|
+
return;
|
|
5028
|
+
}
|
|
5029
|
+
// ─── Finding Dedup Merge Command ─────────────────────────────────
|
|
5030
|
+
if (args.command === "finding-dedup-merge") {
|
|
5031
|
+
const { runFindingDedupMerge } = await import("./commands/finding-dedup-merge.js");
|
|
5032
|
+
runFindingDedupMerge(argv);
|
|
5033
|
+
return;
|
|
5034
|
+
}
|
|
5035
|
+
// ─── Review Team Rotation Command ────────────────────────────────
|
|
5036
|
+
if (args.command === "review-team-rotation") {
|
|
5037
|
+
const { runReviewTeamRotation } = await import("./commands/review-team-rotation.js");
|
|
5038
|
+
runReviewTeamRotation(argv);
|
|
5039
|
+
return;
|
|
5040
|
+
}
|
|
5041
|
+
// ─── Review Goal Track Command ───────────────────────────────────
|
|
5042
|
+
if (args.command === "review-goal-track") {
|
|
5043
|
+
const { runReviewGoalTrack } = await import("./commands/review-goal-track.js");
|
|
5044
|
+
runReviewGoalTrack(argv);
|
|
5045
|
+
return;
|
|
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
|
+
}
|
|
4975
5101
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4976
5102
|
if (args.command === "tune") {
|
|
4977
5103
|
const { runTune } = await import("./commands/tune.js");
|