@kevinrabun/judges 3.95.0 → 3.96.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-confidence-calibrate.d.ts +5 -0
- package/dist/commands/finding-confidence-calibrate.d.ts.map +1 -0
- package/dist/commands/finding-confidence-calibrate.js +112 -0
- package/dist/commands/finding-confidence-calibrate.js.map +1 -0
- package/dist/commands/finding-severity-heatmap.d.ts +5 -0
- package/dist/commands/finding-severity-heatmap.d.ts.map +1 -0
- package/dist/commands/finding-severity-heatmap.js +109 -0
- package/dist/commands/finding-severity-heatmap.js.map +1 -0
- package/dist/commands/review-adoption-metrics.d.ts +5 -0
- package/dist/commands/review-adoption-metrics.d.ts.map +1 -0
- package/dist/commands/review-adoption-metrics.js +96 -0
- package/dist/commands/review-adoption-metrics.js.map +1 -0
- package/dist/commands/review-bulk-apply.d.ts +5 -0
- package/dist/commands/review-bulk-apply.d.ts.map +1 -0
- package/dist/commands/review-bulk-apply.js +103 -0
- package/dist/commands/review-bulk-apply.js.map +1 -0
- package/dist/commands/review-config-migrate.d.ts +5 -0
- package/dist/commands/review-config-migrate.d.ts.map +1 -0
- package/dist/commands/review-config-migrate.js +124 -0
- package/dist/commands/review-config-migrate.js.map +1 -0
- package/dist/commands/review-history-compare.d.ts +5 -0
- package/dist/commands/review-history-compare.d.ts.map +1 -0
- package/dist/commands/review-history-compare.js +94 -0
- package/dist/commands/review-history-compare.js.map +1 -0
- package/dist/commands/review-output-transform.d.ts +5 -0
- package/dist/commands/review-output-transform.d.ts.map +1 -0
- package/dist/commands/review-output-transform.js +120 -0
- package/dist/commands/review-output-transform.js.map +1 -0
- package/dist/commands/review-team-dashboard.d.ts +5 -0
- package/dist/commands/review-team-dashboard.d.ts.map +1 -0
- package/dist/commands/review-team-dashboard.js +99 -0
- package/dist/commands/review-team-dashboard.js.map +1 -0
- package/dist/commands/review-workspace-init.d.ts +5 -0
- package/dist/commands/review-workspace-init.d.ts.map +1 -0
- package/dist/commands/review-workspace-init.js +105 -0
- package/dist/commands/review-workspace-init.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.96.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Apply suggested fixes in bulk across findings: review-bulk-apply
|
|
9
|
+
- Severity distribution heatmap visualization: finding-severity-heatmap
|
|
10
|
+
- Migrate configs between Judges versions: review-config-migrate
|
|
11
|
+
- Compare review history across time periods: review-history-compare
|
|
12
|
+
- Team-level review dashboard with aggregates: review-team-dashboard
|
|
13
|
+
- Calibrate confidence thresholds from feedback: finding-confidence-calibrate
|
|
14
|
+
- Transform review output between formats: review-output-transform
|
|
15
|
+
- Track Judges adoption metrics over time: review-adoption-metrics
|
|
16
|
+
- Initialize workspace with Judges config files: review-workspace-init
|
|
17
|
+
|
|
5
18
|
## [3.95.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;AA04BH;;;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,CA09H1D"}
|
package/dist/cli.js
CHANGED
|
@@ -724,6 +724,15 @@ USAGE:
|
|
|
724
724
|
judges finding-correlation-map Map finding correlations
|
|
725
725
|
judges review-template-library Reusable review templates
|
|
726
726
|
judges review-notification-config Configure notification preferences
|
|
727
|
+
judges review-bulk-apply Apply fixes in bulk
|
|
728
|
+
judges finding-severity-heatmap Severity distribution heatmap
|
|
729
|
+
judges review-config-migrate Migrate configs between versions
|
|
730
|
+
judges review-history-compare Compare review history
|
|
731
|
+
judges review-team-dashboard Team review dashboard
|
|
732
|
+
judges finding-confidence-calibrate Calibrate confidence thresholds
|
|
733
|
+
judges review-output-transform Transform output formats
|
|
734
|
+
judges review-adoption-metrics Track adoption metrics
|
|
735
|
+
judges review-workspace-init Initialize workspace for Judges
|
|
727
736
|
judges tune Analyze project and suggest optimal config
|
|
728
737
|
judges list List all available judges
|
|
729
738
|
judges version Show version information
|
|
@@ -4153,6 +4162,60 @@ export async function runCli(argv) {
|
|
|
4153
4162
|
runReviewNotificationConfig(argv);
|
|
4154
4163
|
return;
|
|
4155
4164
|
}
|
|
4165
|
+
// ─── Review Bulk Apply Command ────────────────────────────────────
|
|
4166
|
+
if (args.command === "review-bulk-apply") {
|
|
4167
|
+
const { runReviewBulkApply } = await import("./commands/review-bulk-apply.js");
|
|
4168
|
+
runReviewBulkApply(argv);
|
|
4169
|
+
return;
|
|
4170
|
+
}
|
|
4171
|
+
// ─── Finding Severity Heatmap Command ─────────────────────────────
|
|
4172
|
+
if (args.command === "finding-severity-heatmap") {
|
|
4173
|
+
const { runFindingSeverityHeatmap } = await import("./commands/finding-severity-heatmap.js");
|
|
4174
|
+
runFindingSeverityHeatmap(argv);
|
|
4175
|
+
return;
|
|
4176
|
+
}
|
|
4177
|
+
// ─── Review Config Migrate Command ────────────────────────────────
|
|
4178
|
+
if (args.command === "review-config-migrate") {
|
|
4179
|
+
const { runReviewConfigMigrate } = await import("./commands/review-config-migrate.js");
|
|
4180
|
+
runReviewConfigMigrate(argv);
|
|
4181
|
+
return;
|
|
4182
|
+
}
|
|
4183
|
+
// ─── Review History Compare Command ───────────────────────────────
|
|
4184
|
+
if (args.command === "review-history-compare") {
|
|
4185
|
+
const { runReviewHistoryCompare } = await import("./commands/review-history-compare.js");
|
|
4186
|
+
runReviewHistoryCompare(argv);
|
|
4187
|
+
return;
|
|
4188
|
+
}
|
|
4189
|
+
// ─── Review Team Dashboard Command ────────────────────────────────
|
|
4190
|
+
if (args.command === "review-team-dashboard") {
|
|
4191
|
+
const { runReviewTeamDashboard } = await import("./commands/review-team-dashboard.js");
|
|
4192
|
+
runReviewTeamDashboard(argv);
|
|
4193
|
+
return;
|
|
4194
|
+
}
|
|
4195
|
+
// ─── Finding Confidence Calibrate Command ─────────────────────────
|
|
4196
|
+
if (args.command === "finding-confidence-calibrate") {
|
|
4197
|
+
const { runFindingConfidenceCalibrate } = await import("./commands/finding-confidence-calibrate.js");
|
|
4198
|
+
runFindingConfidenceCalibrate(argv);
|
|
4199
|
+
return;
|
|
4200
|
+
}
|
|
4201
|
+
// ─── Review Output Transform Command ──────────────────────────────
|
|
4202
|
+
if (args.command === "review-output-transform") {
|
|
4203
|
+
const { runReviewOutputTransform } = await import("./commands/review-output-transform.js");
|
|
4204
|
+
runReviewOutputTransform(argv);
|
|
4205
|
+
return;
|
|
4206
|
+
}
|
|
4207
|
+
// ─── Review Adoption Metrics Command ──────────────────────────────
|
|
4208
|
+
if (args.command === "review-adoption-metrics") {
|
|
4209
|
+
const { runReviewAdoptionMetrics } = await import("./commands/review-adoption-metrics.js");
|
|
4210
|
+
runReviewAdoptionMetrics(argv);
|
|
4211
|
+
return;
|
|
4212
|
+
}
|
|
4213
|
+
// ─── Review Workspace Init Command ────────────────────────────────
|
|
4214
|
+
if (args.command === "review-workspace-init") {
|
|
4215
|
+
const { runReviewWorkspaceInit } = await import("./commands/review-workspace-init.js");
|
|
4216
|
+
runReviewWorkspaceInit(argv);
|
|
4217
|
+
return;
|
|
4218
|
+
}
|
|
4156
4219
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4157
4220
|
if (args.command === "tune") {
|
|
4158
4221
|
const { runTune } = await import("./commands/tune.js");
|