@kevinrabun/judges 3.96.0 → 3.97.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-annotation-layer.d.ts +5 -0
- package/dist/commands/finding-annotation-layer.d.ts.map +1 -0
- package/dist/commands/finding-annotation-layer.js +129 -0
- package/dist/commands/finding-annotation-layer.js.map +1 -0
- package/dist/commands/finding-impact-rank.d.ts +5 -0
- package/dist/commands/finding-impact-rank.d.ts.map +1 -0
- package/dist/commands/finding-impact-rank.js +86 -0
- package/dist/commands/finding-impact-rank.js.map +1 -0
- package/dist/commands/finding-risk-score.d.ts +5 -0
- package/dist/commands/finding-risk-score.d.ts.map +1 -0
- package/dist/commands/finding-risk-score.js +96 -0
- package/dist/commands/finding-risk-score.js.map +1 -0
- package/dist/commands/finding-trend-forecast.d.ts +5 -0
- package/dist/commands/finding-trend-forecast.d.ts.map +1 -0
- package/dist/commands/finding-trend-forecast.js +107 -0
- package/dist/commands/finding-trend-forecast.js.map +1 -0
- package/dist/commands/review-compliance-map.d.ts +5 -0
- package/dist/commands/review-compliance-map.d.ts.map +1 -0
- package/dist/commands/review-compliance-map.js +111 -0
- package/dist/commands/review-compliance-map.js.map +1 -0
- package/dist/commands/review-gate-config.d.ts +5 -0
- package/dist/commands/review-gate-config.d.ts.map +1 -0
- package/dist/commands/review-gate-config.js +154 -0
- package/dist/commands/review-gate-config.js.map +1 -0
- package/dist/commands/review-policy-engine.d.ts +5 -0
- package/dist/commands/review-policy-engine.d.ts.map +1 -0
- package/dist/commands/review-policy-engine.js +136 -0
- package/dist/commands/review-policy-engine.js.map +1 -0
- package/dist/commands/review-rollout-plan.d.ts +5 -0
- package/dist/commands/review-rollout-plan.d.ts.map +1 -0
- package/dist/commands/review-rollout-plan.js +124 -0
- package/dist/commands/review-rollout-plan.js.map +1 -0
- package/dist/commands/review-webhook-dispatch.d.ts +5 -0
- package/dist/commands/review-webhook-dispatch.d.ts.map +1 -0
- package/dist/commands/review-webhook-dispatch.js +100 -0
- package/dist/commands/review-webhook-dispatch.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.97.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Define and enforce local code-review policies: review-policy-engine
|
|
9
|
+
- Configure webhook endpoints for review events: review-webhook-dispatch
|
|
10
|
+
- Calculate composite risk scores for findings: finding-risk-score
|
|
11
|
+
- Map findings to compliance frameworks (OWASP, CWE, PCI-DSS): review-compliance-map
|
|
12
|
+
- Forecast finding trends from historical data: finding-trend-forecast
|
|
13
|
+
- Rank findings by estimated business impact: finding-impact-rank
|
|
14
|
+
- Generate phased rollout plans for adoption: review-rollout-plan
|
|
15
|
+
- Add contextual annotations to findings: finding-annotation-layer
|
|
16
|
+
- Configure quality gates for review pipelines: review-gate-config
|
|
17
|
+
|
|
5
18
|
## [3.96.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;AAm5BH;;;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,CAyhI1D"}
|
package/dist/cli.js
CHANGED
|
@@ -733,6 +733,15 @@ USAGE:
|
|
|
733
733
|
judges review-output-transform Transform output formats
|
|
734
734
|
judges review-adoption-metrics Track adoption metrics
|
|
735
735
|
judges review-workspace-init Initialize workspace for Judges
|
|
736
|
+
judges review-policy-engine Define and enforce review policies
|
|
737
|
+
judges review-webhook-dispatch Configure webhook dispatch
|
|
738
|
+
judges finding-risk-score Calculate finding risk scores
|
|
739
|
+
judges review-compliance-map Map findings to compliance frameworks
|
|
740
|
+
judges finding-trend-forecast Forecast finding trends
|
|
741
|
+
judges finding-impact-rank Rank findings by business impact
|
|
742
|
+
judges review-rollout-plan Generate phased rollout plan
|
|
743
|
+
judges finding-annotation-layer Add annotations to findings
|
|
744
|
+
judges review-gate-config Configure quality gates
|
|
736
745
|
judges tune Analyze project and suggest optimal config
|
|
737
746
|
judges list List all available judges
|
|
738
747
|
judges version Show version information
|
|
@@ -4216,6 +4225,60 @@ export async function runCli(argv) {
|
|
|
4216
4225
|
runReviewWorkspaceInit(argv);
|
|
4217
4226
|
return;
|
|
4218
4227
|
}
|
|
4228
|
+
// ─── Review Policy Engine Command ────────────────────────────────
|
|
4229
|
+
if (args.command === "review-policy-engine") {
|
|
4230
|
+
const { runReviewPolicyEngine } = await import("./commands/review-policy-engine.js");
|
|
4231
|
+
runReviewPolicyEngine(argv);
|
|
4232
|
+
return;
|
|
4233
|
+
}
|
|
4234
|
+
// ─── Review Webhook Dispatch Command ─────────────────────────────
|
|
4235
|
+
if (args.command === "review-webhook-dispatch") {
|
|
4236
|
+
const { runReviewWebhookDispatch } = await import("./commands/review-webhook-dispatch.js");
|
|
4237
|
+
runReviewWebhookDispatch(argv);
|
|
4238
|
+
return;
|
|
4239
|
+
}
|
|
4240
|
+
// ─── Finding Risk Score Command ──────────────────────────────────
|
|
4241
|
+
if (args.command === "finding-risk-score") {
|
|
4242
|
+
const { runFindingRiskScore } = await import("./commands/finding-risk-score.js");
|
|
4243
|
+
runFindingRiskScore(argv);
|
|
4244
|
+
return;
|
|
4245
|
+
}
|
|
4246
|
+
// ─── Review Compliance Map Command ───────────────────────────────
|
|
4247
|
+
if (args.command === "review-compliance-map") {
|
|
4248
|
+
const { runReviewComplianceMap } = await import("./commands/review-compliance-map.js");
|
|
4249
|
+
runReviewComplianceMap(argv);
|
|
4250
|
+
return;
|
|
4251
|
+
}
|
|
4252
|
+
// ─── Finding Trend Forecast Command ──────────────────────────────
|
|
4253
|
+
if (args.command === "finding-trend-forecast") {
|
|
4254
|
+
const { runFindingTrendForecast } = await import("./commands/finding-trend-forecast.js");
|
|
4255
|
+
runFindingTrendForecast(argv);
|
|
4256
|
+
return;
|
|
4257
|
+
}
|
|
4258
|
+
// ─── Finding Impact Rank Command ─────────────────────────────────
|
|
4259
|
+
if (args.command === "finding-impact-rank") {
|
|
4260
|
+
const { runFindingImpactRank } = await import("./commands/finding-impact-rank.js");
|
|
4261
|
+
runFindingImpactRank(argv);
|
|
4262
|
+
return;
|
|
4263
|
+
}
|
|
4264
|
+
// ─── Review Rollout Plan Command ─────────────────────────────────
|
|
4265
|
+
if (args.command === "review-rollout-plan") {
|
|
4266
|
+
const { runReviewRolloutPlan } = await import("./commands/review-rollout-plan.js");
|
|
4267
|
+
runReviewRolloutPlan(argv);
|
|
4268
|
+
return;
|
|
4269
|
+
}
|
|
4270
|
+
// ─── Finding Annotation Layer Command ────────────────────────────
|
|
4271
|
+
if (args.command === "finding-annotation-layer") {
|
|
4272
|
+
const { runFindingAnnotationLayer } = await import("./commands/finding-annotation-layer.js");
|
|
4273
|
+
runFindingAnnotationLayer(argv);
|
|
4274
|
+
return;
|
|
4275
|
+
}
|
|
4276
|
+
// ─── Review Gate Config Command ──────────────────────────────────
|
|
4277
|
+
if (args.command === "review-gate-config") {
|
|
4278
|
+
const { runReviewGateConfig } = await import("./commands/review-gate-config.js");
|
|
4279
|
+
runReviewGateConfig(argv);
|
|
4280
|
+
return;
|
|
4281
|
+
}
|
|
4219
4282
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4220
4283
|
if (args.command === "tune") {
|
|
4221
4284
|
const { runTune } = await import("./commands/tune.js");
|