@kevinrabun/judges 3.107.0 → 3.108.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-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-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-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-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-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/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.108.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Action item generation: review-action-item-gen
|
|
9
|
+
- Policy enforcement: review-policy-enforce
|
|
10
|
+
- Time-to-fix estimates: finding-time-to-fix
|
|
11
|
+
- Sprint planning: review-sprint-plan
|
|
12
|
+
- Finding ancestry tracing: finding-ancestry-trace
|
|
13
|
+
- Escalation paths: review-escalation-path
|
|
14
|
+
- Remediation cost estimates: finding-remediation-cost
|
|
15
|
+
- Review digest generation: review-digest-gen
|
|
16
|
+
- Recurrence checking: finding-recurrence-check
|
|
17
|
+
|
|
5
18
|
## [3.107.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;AAs/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,CA8sJ1D"}
|
package/dist/cli.js
CHANGED
|
@@ -832,6 +832,15 @@ 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
|
|
835
844
|
judges tune Analyze project and suggest optimal config
|
|
836
845
|
judges list List all available judges
|
|
837
846
|
judges version Show version information
|
|
@@ -4909,6 +4918,60 @@ export async function runCli(argv) {
|
|
|
4909
4918
|
runReviewReviewCadence(argv);
|
|
4910
4919
|
return;
|
|
4911
4920
|
}
|
|
4921
|
+
// ─── Review Action Item Gen Command ──────────────────────────────
|
|
4922
|
+
if (args.command === "review-action-item-gen") {
|
|
4923
|
+
const { runReviewActionItemGen } = await import("./commands/review-action-item-gen.js");
|
|
4924
|
+
runReviewActionItemGen(argv);
|
|
4925
|
+
return;
|
|
4926
|
+
}
|
|
4927
|
+
// ─── Review Policy Enforce Command ───────────────────────────────
|
|
4928
|
+
if (args.command === "review-policy-enforce") {
|
|
4929
|
+
const { runReviewPolicyEnforce } = await import("./commands/review-policy-enforce.js");
|
|
4930
|
+
runReviewPolicyEnforce(argv);
|
|
4931
|
+
return;
|
|
4932
|
+
}
|
|
4933
|
+
// ─── Finding Time-to-Fix Command ─────────────────────────────────
|
|
4934
|
+
if (args.command === "finding-time-to-fix") {
|
|
4935
|
+
const { runFindingTimeToFix } = await import("./commands/finding-time-to-fix.js");
|
|
4936
|
+
runFindingTimeToFix(argv);
|
|
4937
|
+
return;
|
|
4938
|
+
}
|
|
4939
|
+
// ─── Review Sprint Plan Command ──────────────────────────────────
|
|
4940
|
+
if (args.command === "review-sprint-plan") {
|
|
4941
|
+
const { runReviewSprintPlan } = await import("./commands/review-sprint-plan.js");
|
|
4942
|
+
runReviewSprintPlan(argv);
|
|
4943
|
+
return;
|
|
4944
|
+
}
|
|
4945
|
+
// ─── Finding Ancestry Trace Command ──────────────────────────────
|
|
4946
|
+
if (args.command === "finding-ancestry-trace") {
|
|
4947
|
+
const { runFindingAncestryTrace } = await import("./commands/finding-ancestry-trace.js");
|
|
4948
|
+
runFindingAncestryTrace(argv);
|
|
4949
|
+
return;
|
|
4950
|
+
}
|
|
4951
|
+
// ─── Review Escalation Path Command ──────────────────────────────
|
|
4952
|
+
if (args.command === "review-escalation-path") {
|
|
4953
|
+
const { runReviewEscalationPath } = await import("./commands/review-escalation-path.js");
|
|
4954
|
+
runReviewEscalationPath(argv);
|
|
4955
|
+
return;
|
|
4956
|
+
}
|
|
4957
|
+
// ─── Finding Remediation Cost Command ────────────────────────────
|
|
4958
|
+
if (args.command === "finding-remediation-cost") {
|
|
4959
|
+
const { runFindingRemediationCost } = await import("./commands/finding-remediation-cost.js");
|
|
4960
|
+
runFindingRemediationCost(argv);
|
|
4961
|
+
return;
|
|
4962
|
+
}
|
|
4963
|
+
// ─── Review Digest Gen Command ───────────────────────────────────
|
|
4964
|
+
if (args.command === "review-digest-gen") {
|
|
4965
|
+
const { runReviewDigestGen } = await import("./commands/review-digest-gen.js");
|
|
4966
|
+
runReviewDigestGen(argv);
|
|
4967
|
+
return;
|
|
4968
|
+
}
|
|
4969
|
+
// ─── Finding Recurrence Check Command ────────────────────────────
|
|
4970
|
+
if (args.command === "finding-recurrence-check") {
|
|
4971
|
+
const { runFindingRecurrenceCheck } = await import("./commands/finding-recurrence-check.js");
|
|
4972
|
+
runFindingRecurrenceCheck(argv);
|
|
4973
|
+
return;
|
|
4974
|
+
}
|
|
4912
4975
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4913
4976
|
if (args.command === "tune") {
|
|
4914
4977
|
const { runTune } = await import("./commands/tune.js");
|