@kevinrabun/judges 3.94.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 +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-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-correlation-map.d.ts +5 -0
- package/dist/commands/finding-correlation-map.d.ts.map +1 -0
- package/dist/commands/finding-correlation-map.js +102 -0
- package/dist/commands/finding-correlation-map.js.map +1 -0
- package/dist/commands/finding-dedup-cross.d.ts +5 -0
- package/dist/commands/finding-dedup-cross.d.ts.map +1 -0
- package/dist/commands/finding-dedup-cross.js +91 -0
- package/dist/commands/finding-dedup-cross.js.map +1 -0
- package/dist/commands/finding-groupby-file.d.ts +5 -0
- package/dist/commands/finding-groupby-file.d.ts.map +1 -0
- package/dist/commands/finding-groupby-file.js +95 -0
- package/dist/commands/finding-groupby-file.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-api-export.d.ts +5 -0
- package/dist/commands/review-api-export.d.ts.map +1 -0
- package/dist/commands/review-api-export.js +99 -0
- package/dist/commands/review-api-export.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-merge-request.d.ts +5 -0
- package/dist/commands/review-merge-request.d.ts.map +1 -0
- package/dist/commands/review-merge-request.js +96 -0
- package/dist/commands/review-merge-request.js.map +1 -0
- package/dist/commands/review-notification-config.d.ts +5 -0
- package/dist/commands/review-notification-config.d.ts.map +1 -0
- package/dist/commands/review-notification-config.js +123 -0
- package/dist/commands/review-notification-config.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-scope-select.d.ts +5 -0
- package/dist/commands/review-scope-select.d.ts.map +1 -0
- package/dist/commands/review-scope-select.js +99 -0
- package/dist/commands/review-scope-select.js.map +1 -0
- package/dist/commands/review-summary-dashboard.d.ts +5 -0
- package/dist/commands/review-summary-dashboard.d.ts.map +1 -0
- package/dist/commands/review-summary-dashboard.js +97 -0
- package/dist/commands/review-summary-dashboard.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-template-library.d.ts +5 -0
- package/dist/commands/review-template-library.d.ts.map +1 -0
- package/dist/commands/review-template-library.js +156 -0
- package/dist/commands/review-template-library.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,32 @@
|
|
|
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
|
+
|
|
18
|
+
## [3.95.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Aggregate review dashboard with key metrics: review-summary-dashboard
|
|
22
|
+
- Format findings for merge/pull request comments: review-merge-request
|
|
23
|
+
- Group findings by source file path: finding-groupby-file
|
|
24
|
+
- Deduplicate findings across multiple review files: finding-dedup-cross
|
|
25
|
+
- Select review scope by path patterns and extensions: review-scope-select
|
|
26
|
+
- Export review data in API-compatible JSON format: review-api-export
|
|
27
|
+
- Map correlations between related findings: finding-correlation-map
|
|
28
|
+
- Library of reusable review templates: review-template-library
|
|
29
|
+
- Configure notification preferences for review results: review-notification-config
|
|
30
|
+
|
|
5
31
|
## [3.94.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;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
|
@@ -715,6 +715,24 @@ USAGE:
|
|
|
715
715
|
judges finding-code-context Show code context for findings
|
|
716
716
|
judges finding-resolution-track Track finding resolution status
|
|
717
717
|
judges review-onboard-checklist Team onboarding checklist
|
|
718
|
+
judges review-summary-dashboard Aggregate review dashboard
|
|
719
|
+
judges review-merge-request Format findings for MR/PR comments
|
|
720
|
+
judges finding-groupby-file Group findings by source file
|
|
721
|
+
judges finding-dedup-cross Deduplicate findings across reviews
|
|
722
|
+
judges review-scope-select Select review scope by path
|
|
723
|
+
judges review-api-export Export review data in API format
|
|
724
|
+
judges finding-correlation-map Map finding correlations
|
|
725
|
+
judges review-template-library Reusable review templates
|
|
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
|
|
718
736
|
judges tune Analyze project and suggest optimal config
|
|
719
737
|
judges list List all available judges
|
|
720
738
|
judges version Show version information
|
|
@@ -4090,6 +4108,114 @@ export async function runCli(argv) {
|
|
|
4090
4108
|
runReviewOnboardChecklist(argv);
|
|
4091
4109
|
return;
|
|
4092
4110
|
}
|
|
4111
|
+
// ─── Review Summary Dashboard Command ─────────────────────────────
|
|
4112
|
+
if (args.command === "review-summary-dashboard") {
|
|
4113
|
+
const { runReviewSummaryDashboard } = await import("./commands/review-summary-dashboard.js");
|
|
4114
|
+
runReviewSummaryDashboard(argv);
|
|
4115
|
+
return;
|
|
4116
|
+
}
|
|
4117
|
+
// ─── Review Merge Request Command ─────────────────────────────────
|
|
4118
|
+
if (args.command === "review-merge-request") {
|
|
4119
|
+
const { runReviewMergeRequest } = await import("./commands/review-merge-request.js");
|
|
4120
|
+
runReviewMergeRequest(argv);
|
|
4121
|
+
return;
|
|
4122
|
+
}
|
|
4123
|
+
// ─── Finding Groupby File Command ─────────────────────────────────
|
|
4124
|
+
if (args.command === "finding-groupby-file") {
|
|
4125
|
+
const { runFindingGroupbyFile } = await import("./commands/finding-groupby-file.js");
|
|
4126
|
+
runFindingGroupbyFile(argv);
|
|
4127
|
+
return;
|
|
4128
|
+
}
|
|
4129
|
+
// ─── Finding Dedup Cross Command ──────────────────────────────────
|
|
4130
|
+
if (args.command === "finding-dedup-cross") {
|
|
4131
|
+
const { runFindingDedupCross } = await import("./commands/finding-dedup-cross.js");
|
|
4132
|
+
runFindingDedupCross(argv);
|
|
4133
|
+
return;
|
|
4134
|
+
}
|
|
4135
|
+
// ─── Review Scope Select Command ──────────────────────────────────
|
|
4136
|
+
if (args.command === "review-scope-select") {
|
|
4137
|
+
const { runReviewScopeSelect } = await import("./commands/review-scope-select.js");
|
|
4138
|
+
runReviewScopeSelect(argv);
|
|
4139
|
+
return;
|
|
4140
|
+
}
|
|
4141
|
+
// ─── Review API Export Command ────────────────────────────────────
|
|
4142
|
+
if (args.command === "review-api-export") {
|
|
4143
|
+
const { runReviewApiExport } = await import("./commands/review-api-export.js");
|
|
4144
|
+
runReviewApiExport(argv);
|
|
4145
|
+
return;
|
|
4146
|
+
}
|
|
4147
|
+
// ─── Finding Correlation Map Command ──────────────────────────────
|
|
4148
|
+
if (args.command === "finding-correlation-map") {
|
|
4149
|
+
const { runFindingCorrelationMap } = await import("./commands/finding-correlation-map.js");
|
|
4150
|
+
runFindingCorrelationMap(argv);
|
|
4151
|
+
return;
|
|
4152
|
+
}
|
|
4153
|
+
// ─── Review Template Library Command ──────────────────────────────
|
|
4154
|
+
if (args.command === "review-template-library") {
|
|
4155
|
+
const { runReviewTemplateLibrary } = await import("./commands/review-template-library.js");
|
|
4156
|
+
runReviewTemplateLibrary(argv);
|
|
4157
|
+
return;
|
|
4158
|
+
}
|
|
4159
|
+
// ─── Review Notification Config Command ───────────────────────────
|
|
4160
|
+
if (args.command === "review-notification-config") {
|
|
4161
|
+
const { runReviewNotificationConfig } = await import("./commands/review-notification-config.js");
|
|
4162
|
+
runReviewNotificationConfig(argv);
|
|
4163
|
+
return;
|
|
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
|
+
}
|
|
4093
4219
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4094
4220
|
if (args.command === "tune") {
|
|
4095
4221
|
const { runTune } = await import("./commands/tune.js");
|