@kevinrabun/judges 3.97.0 → 3.98.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-cwe-lookup.d.ts +5 -0
- package/dist/commands/finding-cwe-lookup.d.ts.map +1 -0
- package/dist/commands/finding-cwe-lookup.js +149 -0
- package/dist/commands/finding-cwe-lookup.js.map +1 -0
- package/dist/commands/finding-duplicate-detect.d.ts +5 -0
- package/dist/commands/finding-duplicate-detect.d.ts.map +1 -0
- package/dist/commands/finding-duplicate-detect.js +114 -0
- package/dist/commands/finding-duplicate-detect.js.map +1 -0
- package/dist/commands/finding-patch-preview.d.ts +5 -0
- package/dist/commands/finding-patch-preview.d.ts.map +1 -0
- package/dist/commands/finding-patch-preview.js +104 -0
- package/dist/commands/finding-patch-preview.js.map +1 -0
- package/dist/commands/finding-priority-matrix.d.ts +5 -0
- package/dist/commands/finding-priority-matrix.d.ts.map +1 -0
- package/dist/commands/finding-priority-matrix.js +103 -0
- package/dist/commands/finding-priority-matrix.js.map +1 -0
- package/dist/commands/review-cicd-integrate.d.ts +5 -0
- package/dist/commands/review-cicd-integrate.d.ts.map +1 -0
- package/dist/commands/review-cicd-integrate.js +123 -0
- package/dist/commands/review-cicd-integrate.js.map +1 -0
- package/dist/commands/review-language-profile.d.ts +5 -0
- package/dist/commands/review-language-profile.d.ts.map +1 -0
- package/dist/commands/review-language-profile.js +73 -0
- package/dist/commands/review-language-profile.js.map +1 -0
- package/dist/commands/review-org-dashboard.d.ts +5 -0
- package/dist/commands/review-org-dashboard.d.ts.map +1 -0
- package/dist/commands/review-org-dashboard.js +69 -0
- package/dist/commands/review-org-dashboard.js.map +1 -0
- package/dist/commands/review-report-archive.d.ts +5 -0
- package/dist/commands/review-report-archive.d.ts.map +1 -0
- package/dist/commands/review-report-archive.js +101 -0
- package/dist/commands/review-report-archive.js.map +1 -0
- package/dist/commands/review-sla-config.d.ts +5 -0
- package/dist/commands/review-sla-config.d.ts.map +1 -0
- package/dist/commands/review-sla-config.js +89 -0
- package/dist/commands/review-sla-config.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.98.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Analyze review findings distribution by language: review-language-profile
|
|
9
|
+
- Look up CWE details for finding rule IDs: finding-cwe-lookup
|
|
10
|
+
- Generate CI/CD integration configs (GitHub Actions, GitLab, Azure Pipelines, Jenkins): review-cicd-integrate
|
|
11
|
+
- Preview how patches would modify source files: finding-patch-preview
|
|
12
|
+
- Organization-wide review dashboard: review-org-dashboard
|
|
13
|
+
- Detect duplicate or near-duplicate findings: finding-duplicate-detect
|
|
14
|
+
- Create urgency x impact priority matrix: finding-priority-matrix
|
|
15
|
+
- Configure SLA targets for review resolution: review-sla-config
|
|
16
|
+
- Archive and manage historical review reports: review-report-archive
|
|
17
|
+
|
|
5
18
|
## [3.97.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;AA45BH;;;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,CAwlI1D"}
|
package/dist/cli.js
CHANGED
|
@@ -742,6 +742,15 @@ USAGE:
|
|
|
742
742
|
judges review-rollout-plan Generate phased rollout plan
|
|
743
743
|
judges finding-annotation-layer Add annotations to findings
|
|
744
744
|
judges review-gate-config Configure quality gates
|
|
745
|
+
judges review-language-profile Analyze findings by language
|
|
746
|
+
judges finding-cwe-lookup Look up CWE details for findings
|
|
747
|
+
judges review-cicd-integrate Generate CI/CD integration configs
|
|
748
|
+
judges finding-patch-preview Preview patch modifications
|
|
749
|
+
judges review-org-dashboard Organization review dashboard
|
|
750
|
+
judges finding-duplicate-detect Detect duplicate findings
|
|
751
|
+
judges finding-priority-matrix Urgency x impact priority matrix
|
|
752
|
+
judges review-sla-config Configure SLA targets
|
|
753
|
+
judges review-report-archive Archive review reports
|
|
745
754
|
judges tune Analyze project and suggest optimal config
|
|
746
755
|
judges list List all available judges
|
|
747
756
|
judges version Show version information
|
|
@@ -4279,6 +4288,60 @@ export async function runCli(argv) {
|
|
|
4279
4288
|
runReviewGateConfig(argv);
|
|
4280
4289
|
return;
|
|
4281
4290
|
}
|
|
4291
|
+
// ─── Review Language Profile Command ─────────────────────────────
|
|
4292
|
+
if (args.command === "review-language-profile") {
|
|
4293
|
+
const { runReviewLanguageProfile } = await import("./commands/review-language-profile.js");
|
|
4294
|
+
runReviewLanguageProfile(argv);
|
|
4295
|
+
return;
|
|
4296
|
+
}
|
|
4297
|
+
// ─── Finding CWE Lookup Command ─────────────────────────────────
|
|
4298
|
+
if (args.command === "finding-cwe-lookup") {
|
|
4299
|
+
const { runFindingCweLookup } = await import("./commands/finding-cwe-lookup.js");
|
|
4300
|
+
runFindingCweLookup(argv);
|
|
4301
|
+
return;
|
|
4302
|
+
}
|
|
4303
|
+
// ─── Review CICD Integrate Command ──────────────────────────────
|
|
4304
|
+
if (args.command === "review-cicd-integrate") {
|
|
4305
|
+
const { runReviewCicdIntegrate } = await import("./commands/review-cicd-integrate.js");
|
|
4306
|
+
runReviewCicdIntegrate(argv);
|
|
4307
|
+
return;
|
|
4308
|
+
}
|
|
4309
|
+
// ─── Finding Patch Preview Command ──────────────────────────────
|
|
4310
|
+
if (args.command === "finding-patch-preview") {
|
|
4311
|
+
const { runFindingPatchPreview } = await import("./commands/finding-patch-preview.js");
|
|
4312
|
+
runFindingPatchPreview(argv);
|
|
4313
|
+
return;
|
|
4314
|
+
}
|
|
4315
|
+
// ─── Review Org Dashboard Command ───────────────────────────────
|
|
4316
|
+
if (args.command === "review-org-dashboard") {
|
|
4317
|
+
const { runReviewOrgDashboard } = await import("./commands/review-org-dashboard.js");
|
|
4318
|
+
runReviewOrgDashboard(argv);
|
|
4319
|
+
return;
|
|
4320
|
+
}
|
|
4321
|
+
// ─── Finding Duplicate Detect Command ───────────────────────────
|
|
4322
|
+
if (args.command === "finding-duplicate-detect") {
|
|
4323
|
+
const { runFindingDuplicateDetect } = await import("./commands/finding-duplicate-detect.js");
|
|
4324
|
+
runFindingDuplicateDetect(argv);
|
|
4325
|
+
return;
|
|
4326
|
+
}
|
|
4327
|
+
// ─── Finding Priority Matrix Command ────────────────────────────
|
|
4328
|
+
if (args.command === "finding-priority-matrix") {
|
|
4329
|
+
const { runFindingPriorityMatrix } = await import("./commands/finding-priority-matrix.js");
|
|
4330
|
+
runFindingPriorityMatrix(argv);
|
|
4331
|
+
return;
|
|
4332
|
+
}
|
|
4333
|
+
// ─── Review SLA Config Command ──────────────────────────────────
|
|
4334
|
+
if (args.command === "review-sla-config") {
|
|
4335
|
+
const { runReviewSlaConfig } = await import("./commands/review-sla-config.js");
|
|
4336
|
+
runReviewSlaConfig(argv);
|
|
4337
|
+
return;
|
|
4338
|
+
}
|
|
4339
|
+
// ─── Review Report Archive Command ──────────────────────────────
|
|
4340
|
+
if (args.command === "review-report-archive") {
|
|
4341
|
+
const { runReviewReportArchive } = await import("./commands/review-report-archive.js");
|
|
4342
|
+
runReviewReportArchive(argv);
|
|
4343
|
+
return;
|
|
4344
|
+
}
|
|
4282
4345
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4283
4346
|
if (args.command === "tune") {
|
|
4284
4347
|
const { runTune } = await import("./commands/tune.js");
|