@kevinrabun/judges 3.107.0 → 3.109.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-ancestry-trace.d.ts +2 -0
- package/dist/commands/finding-ancestry-trace.d.ts.map +1 -0
- package/dist/commands/finding-ancestry-trace.js +70 -0
- package/dist/commands/finding-ancestry-trace.js.map +1 -0
- 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-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-recurrence-check.d.ts +2 -0
- package/dist/commands/finding-recurrence-check.d.ts.map +1 -0
- package/dist/commands/finding-recurrence-check.js +104 -0
- package/dist/commands/finding-recurrence-check.js.map +1 -0
- package/dist/commands/finding-remediation-cost.d.ts +2 -0
- package/dist/commands/finding-remediation-cost.d.ts.map +1 -0
- package/dist/commands/finding-remediation-cost.js +80 -0
- package/dist/commands/finding-remediation-cost.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/finding-time-to-fix.d.ts +2 -0
- package/dist/commands/finding-time-to-fix.d.ts.map +1 -0
- package/dist/commands/finding-time-to-fix.js +99 -0
- package/dist/commands/finding-time-to-fix.js.map +1 -0
- package/dist/commands/review-action-item-gen.d.ts +2 -0
- package/dist/commands/review-action-item-gen.d.ts.map +1 -0
- package/dist/commands/review-action-item-gen.js +73 -0
- package/dist/commands/review-action-item-gen.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-digest-gen.d.ts +2 -0
- package/dist/commands/review-digest-gen.d.ts.map +1 -0
- package/dist/commands/review-digest-gen.js +101 -0
- package/dist/commands/review-digest-gen.js.map +1 -0
- package/dist/commands/review-escalation-path.d.ts +2 -0
- package/dist/commands/review-escalation-path.d.ts.map +1 -0
- package/dist/commands/review-escalation-path.js +87 -0
- package/dist/commands/review-escalation-path.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-policy-enforce.d.ts +2 -0
- package/dist/commands/review-policy-enforce.d.ts.map +1 -0
- package/dist/commands/review-policy-enforce.js +93 -0
- package/dist/commands/review-policy-enforce.js.map +1 -0
- package/dist/commands/review-sprint-plan.d.ts +2 -0
- package/dist/commands/review-sprint-plan.d.ts.map +1 -0
- package/dist/commands/review-sprint-plan.js +80 -0
- package/dist/commands/review-sprint-plan.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.109.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **finding-compliance-tag** — Tag findings with compliance framework identifiers (SOC2, PCI-DSS, GDPR)
|
|
9
|
+
- **review-team-coverage** — Show review coverage distribution across team members
|
|
10
|
+
- **finding-severity-rebalance** — Rebalance finding severities based on project context
|
|
11
|
+
- **review-stakeholder-notify** — Format notifications for different stakeholder roles
|
|
12
|
+
- **finding-fix-playbook** — Generate step-by-step fix playbooks for common finding patterns
|
|
13
|
+
- **review-adoption-score** — Calculate project adoption readiness score
|
|
14
|
+
- **finding-dedup-merge** — Merge duplicate findings across review runs
|
|
15
|
+
- **review-team-rotation** — Manage reviewer rotation schedules
|
|
16
|
+
- **review-goal-track** — Track team review quality goals over time
|
|
17
|
+
|
|
18
|
+
## [3.108.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Action item generation: review-action-item-gen
|
|
22
|
+
- Policy enforcement: review-policy-enforce
|
|
23
|
+
- Time-to-fix estimates: finding-time-to-fix
|
|
24
|
+
- Sprint planning: review-sprint-plan
|
|
25
|
+
- Finding ancestry tracing: finding-ancestry-trace
|
|
26
|
+
- Escalation paths: review-escalation-path
|
|
27
|
+
- Remediation cost estimates: finding-remediation-cost
|
|
28
|
+
- Review digest generation: review-digest-gen
|
|
29
|
+
- Recurrence checking: finding-recurrence-check
|
|
30
|
+
|
|
5
31
|
## [3.107.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;AA+/BH;;;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,CA6wJ1D"}
|
package/dist/cli.js
CHANGED
|
@@ -832,6 +832,24 @@ USAGE:
|
|
|
832
832
|
judges review-pr-label-suggest PR label suggestions
|
|
833
833
|
judges finding-confidence-boost Confidence boost analysis
|
|
834
834
|
judges review-review-cadence Review cadence analysis
|
|
835
|
+
judges review-action-item-gen Generate action items
|
|
836
|
+
judges review-policy-enforce Policy enforcement
|
|
837
|
+
judges finding-time-to-fix Time-to-fix estimates
|
|
838
|
+
judges review-sprint-plan Sprint planning
|
|
839
|
+
judges finding-ancestry-trace Finding ancestry trace
|
|
840
|
+
judges review-escalation-path Escalation paths
|
|
841
|
+
judges finding-remediation-cost Remediation cost estimate
|
|
842
|
+
judges review-digest-gen Review digest
|
|
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
|
|
835
853
|
judges tune Analyze project and suggest optimal config
|
|
836
854
|
judges list List all available judges
|
|
837
855
|
judges version Show version information
|
|
@@ -4909,6 +4927,114 @@ export async function runCli(argv) {
|
|
|
4909
4927
|
runReviewReviewCadence(argv);
|
|
4910
4928
|
return;
|
|
4911
4929
|
}
|
|
4930
|
+
// ─── Review Action Item Gen Command ──────────────────────────────
|
|
4931
|
+
if (args.command === "review-action-item-gen") {
|
|
4932
|
+
const { runReviewActionItemGen } = await import("./commands/review-action-item-gen.js");
|
|
4933
|
+
runReviewActionItemGen(argv);
|
|
4934
|
+
return;
|
|
4935
|
+
}
|
|
4936
|
+
// ─── Review Policy Enforce Command ───────────────────────────────
|
|
4937
|
+
if (args.command === "review-policy-enforce") {
|
|
4938
|
+
const { runReviewPolicyEnforce } = await import("./commands/review-policy-enforce.js");
|
|
4939
|
+
runReviewPolicyEnforce(argv);
|
|
4940
|
+
return;
|
|
4941
|
+
}
|
|
4942
|
+
// ─── Finding Time-to-Fix Command ─────────────────────────────────
|
|
4943
|
+
if (args.command === "finding-time-to-fix") {
|
|
4944
|
+
const { runFindingTimeToFix } = await import("./commands/finding-time-to-fix.js");
|
|
4945
|
+
runFindingTimeToFix(argv);
|
|
4946
|
+
return;
|
|
4947
|
+
}
|
|
4948
|
+
// ─── Review Sprint Plan Command ──────────────────────────────────
|
|
4949
|
+
if (args.command === "review-sprint-plan") {
|
|
4950
|
+
const { runReviewSprintPlan } = await import("./commands/review-sprint-plan.js");
|
|
4951
|
+
runReviewSprintPlan(argv);
|
|
4952
|
+
return;
|
|
4953
|
+
}
|
|
4954
|
+
// ─── Finding Ancestry Trace Command ──────────────────────────────
|
|
4955
|
+
if (args.command === "finding-ancestry-trace") {
|
|
4956
|
+
const { runFindingAncestryTrace } = await import("./commands/finding-ancestry-trace.js");
|
|
4957
|
+
runFindingAncestryTrace(argv);
|
|
4958
|
+
return;
|
|
4959
|
+
}
|
|
4960
|
+
// ─── Review Escalation Path Command ──────────────────────────────
|
|
4961
|
+
if (args.command === "review-escalation-path") {
|
|
4962
|
+
const { runReviewEscalationPath } = await import("./commands/review-escalation-path.js");
|
|
4963
|
+
runReviewEscalationPath(argv);
|
|
4964
|
+
return;
|
|
4965
|
+
}
|
|
4966
|
+
// ─── Finding Remediation Cost Command ────────────────────────────
|
|
4967
|
+
if (args.command === "finding-remediation-cost") {
|
|
4968
|
+
const { runFindingRemediationCost } = await import("./commands/finding-remediation-cost.js");
|
|
4969
|
+
runFindingRemediationCost(argv);
|
|
4970
|
+
return;
|
|
4971
|
+
}
|
|
4972
|
+
// ─── Review Digest Gen Command ───────────────────────────────────
|
|
4973
|
+
if (args.command === "review-digest-gen") {
|
|
4974
|
+
const { runReviewDigestGen } = await import("./commands/review-digest-gen.js");
|
|
4975
|
+
runReviewDigestGen(argv);
|
|
4976
|
+
return;
|
|
4977
|
+
}
|
|
4978
|
+
// ─── Finding Recurrence Check Command ────────────────────────────
|
|
4979
|
+
if (args.command === "finding-recurrence-check") {
|
|
4980
|
+
const { runFindingRecurrenceCheck } = await import("./commands/finding-recurrence-check.js");
|
|
4981
|
+
runFindingRecurrenceCheck(argv);
|
|
4982
|
+
return;
|
|
4983
|
+
}
|
|
4984
|
+
// ─── Finding Compliance Tag Command ──────────────────────────────
|
|
4985
|
+
if (args.command === "finding-compliance-tag") {
|
|
4986
|
+
const { runFindingComplianceTag } = await import("./commands/finding-compliance-tag.js");
|
|
4987
|
+
runFindingComplianceTag(argv);
|
|
4988
|
+
return;
|
|
4989
|
+
}
|
|
4990
|
+
// ─── Review Team Coverage Command ────────────────────────────────
|
|
4991
|
+
if (args.command === "review-team-coverage") {
|
|
4992
|
+
const { runReviewTeamCoverage } = await import("./commands/review-team-coverage.js");
|
|
4993
|
+
runReviewTeamCoverage(argv);
|
|
4994
|
+
return;
|
|
4995
|
+
}
|
|
4996
|
+
// ─── Finding Severity Rebalance Command ──────────────────────────
|
|
4997
|
+
if (args.command === "finding-severity-rebalance") {
|
|
4998
|
+
const { runFindingSeverityRebalance } = await import("./commands/finding-severity-rebalance.js");
|
|
4999
|
+
runFindingSeverityRebalance(argv);
|
|
5000
|
+
return;
|
|
5001
|
+
}
|
|
5002
|
+
// ─── Review Stakeholder Notify Command ───────────────────────────
|
|
5003
|
+
if (args.command === "review-stakeholder-notify") {
|
|
5004
|
+
const { runReviewStakeholderNotify } = await import("./commands/review-stakeholder-notify.js");
|
|
5005
|
+
runReviewStakeholderNotify(argv);
|
|
5006
|
+
return;
|
|
5007
|
+
}
|
|
5008
|
+
// ─── Finding Fix Playbook Command ────────────────────────────────
|
|
5009
|
+
if (args.command === "finding-fix-playbook") {
|
|
5010
|
+
const { runFindingFixPlaybook } = await import("./commands/finding-fix-playbook.js");
|
|
5011
|
+
runFindingFixPlaybook(argv);
|
|
5012
|
+
return;
|
|
5013
|
+
}
|
|
5014
|
+
// ─── Review Adoption Score Command ───────────────────────────────
|
|
5015
|
+
if (args.command === "review-adoption-score") {
|
|
5016
|
+
const { runReviewAdoptionScore } = await import("./commands/review-adoption-score.js");
|
|
5017
|
+
runReviewAdoptionScore(argv);
|
|
5018
|
+
return;
|
|
5019
|
+
}
|
|
5020
|
+
// ─── Finding Dedup Merge Command ─────────────────────────────────
|
|
5021
|
+
if (args.command === "finding-dedup-merge") {
|
|
5022
|
+
const { runFindingDedupMerge } = await import("./commands/finding-dedup-merge.js");
|
|
5023
|
+
runFindingDedupMerge(argv);
|
|
5024
|
+
return;
|
|
5025
|
+
}
|
|
5026
|
+
// ─── Review Team Rotation Command ────────────────────────────────
|
|
5027
|
+
if (args.command === "review-team-rotation") {
|
|
5028
|
+
const { runReviewTeamRotation } = await import("./commands/review-team-rotation.js");
|
|
5029
|
+
runReviewTeamRotation(argv);
|
|
5030
|
+
return;
|
|
5031
|
+
}
|
|
5032
|
+
// ─── Review Goal Track Command ───────────────────────────────────
|
|
5033
|
+
if (args.command === "review-goal-track") {
|
|
5034
|
+
const { runReviewGoalTrack } = await import("./commands/review-goal-track.js");
|
|
5035
|
+
runReviewGoalTrack(argv);
|
|
5036
|
+
return;
|
|
5037
|
+
}
|
|
4912
5038
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4913
5039
|
if (args.command === "tune") {
|
|
4914
5040
|
const { runTune } = await import("./commands/tune.js");
|