@kevinrabun/judges 3.100.0 → 3.101.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-ownership-assign.d.ts +5 -0
- package/dist/commands/finding-ownership-assign.d.ts.map +1 -0
- package/dist/commands/finding-ownership-assign.js +102 -0
- package/dist/commands/finding-ownership-assign.js.map +1 -0
- package/dist/commands/finding-recurrence-detect.d.ts +5 -0
- package/dist/commands/finding-recurrence-detect.d.ts.map +1 -0
- package/dist/commands/finding-recurrence-detect.js +78 -0
- package/dist/commands/finding-recurrence-detect.js.map +1 -0
- package/dist/commands/review-access-log.d.ts +5 -0
- package/dist/commands/review-access-log.d.ts.map +1 -0
- package/dist/commands/review-access-log.js +66 -0
- package/dist/commands/review-access-log.js.map +1 -0
- package/dist/commands/review-branch-policy.d.ts +5 -0
- package/dist/commands/review-branch-policy.d.ts.map +1 -0
- package/dist/commands/review-branch-policy.js +103 -0
- package/dist/commands/review-branch-policy.js.map +1 -0
- package/dist/commands/review-custom-judge-config.d.ts +5 -0
- package/dist/commands/review-custom-judge-config.d.ts.map +1 -0
- package/dist/commands/review-custom-judge-config.js +104 -0
- package/dist/commands/review-custom-judge-config.js.map +1 -0
- package/dist/commands/review-integration-health.d.ts +5 -0
- package/dist/commands/review-integration-health.d.ts.map +1 -0
- package/dist/commands/review-integration-health.js +85 -0
- package/dist/commands/review-integration-health.js.map +1 -0
- package/dist/commands/review-metric-export.d.ts +5 -0
- package/dist/commands/review-metric-export.d.ts.map +1 -0
- package/dist/commands/review-metric-export.js +63 -0
- package/dist/commands/review-metric-export.js.map +1 -0
- package/dist/commands/review-notification-digest.d.ts +5 -0
- package/dist/commands/review-notification-digest.d.ts.map +1 -0
- package/dist/commands/review-notification-digest.js +65 -0
- package/dist/commands/review-notification-digest.js.map +1 -0
- package/dist/commands/review-tag-manager.d.ts +5 -0
- package/dist/commands/review-tag-manager.d.ts.map +1 -0
- package/dist/commands/review-tag-manager.js +129 -0
- package/dist/commands/review-tag-manager.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.101.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Configure custom judge settings per project: review-custom-judge-config
|
|
9
|
+
- Manage branch-level review policies: review-branch-policy
|
|
10
|
+
- Detect recurring findings across review runs: finding-recurrence-detect
|
|
11
|
+
- Check health of Judges integrations: review-integration-health
|
|
12
|
+
- Export review metrics for external dashboards: review-metric-export
|
|
13
|
+
- Assign ownership of findings to team members: finding-ownership-assign
|
|
14
|
+
- Generate notification digests for review activity: review-notification-digest
|
|
15
|
+
- View and manage review access logs: review-access-log
|
|
16
|
+
- Manage tags for reviews and findings: review-tag-manager
|
|
17
|
+
|
|
5
18
|
## [3.100.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;AAu7BH;;;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,CAqxI1D"}
|
package/dist/cli.js
CHANGED
|
@@ -769,6 +769,15 @@ USAGE:
|
|
|
769
769
|
judges review-multi-repo-sync Multi-repo config sync
|
|
770
770
|
judges review-session-replay Replay past sessions
|
|
771
771
|
judges finding-context-enrich Enrich finding context
|
|
772
|
+
judges review-custom-judge-config Custom judge settings
|
|
773
|
+
judges review-branch-policy Branch review policies
|
|
774
|
+
judges finding-recurrence-detect Detect recurring findings
|
|
775
|
+
judges review-integration-health Check integration health
|
|
776
|
+
judges review-metric-export Export review metrics
|
|
777
|
+
judges finding-ownership-assign Assign finding ownership
|
|
778
|
+
judges review-notification-digest Notification digests
|
|
779
|
+
judges review-access-log View access logs
|
|
780
|
+
judges review-tag-manager Manage review tags
|
|
772
781
|
judges tune Analyze project and suggest optimal config
|
|
773
782
|
judges list List all available judges
|
|
774
783
|
judges version Show version information
|
|
@@ -4468,6 +4477,60 @@ export async function runCli(argv) {
|
|
|
4468
4477
|
runFindingContextEnrich(argv);
|
|
4469
4478
|
return;
|
|
4470
4479
|
}
|
|
4480
|
+
// ─── Review Custom Judge Config Command ─────────────────────────────
|
|
4481
|
+
if (args.command === "review-custom-judge-config") {
|
|
4482
|
+
const { runReviewCustomJudgeConfig } = await import("./commands/review-custom-judge-config.js");
|
|
4483
|
+
runReviewCustomJudgeConfig(argv);
|
|
4484
|
+
return;
|
|
4485
|
+
}
|
|
4486
|
+
// ─── Review Branch Policy Command ───────────────────────────────────
|
|
4487
|
+
if (args.command === "review-branch-policy") {
|
|
4488
|
+
const { runReviewBranchPolicy } = await import("./commands/review-branch-policy.js");
|
|
4489
|
+
runReviewBranchPolicy(argv);
|
|
4490
|
+
return;
|
|
4491
|
+
}
|
|
4492
|
+
// ─── Finding Recurrence Detect Command ──────────────────────────────
|
|
4493
|
+
if (args.command === "finding-recurrence-detect") {
|
|
4494
|
+
const { runFindingRecurrenceDetect } = await import("./commands/finding-recurrence-detect.js");
|
|
4495
|
+
runFindingRecurrenceDetect(argv);
|
|
4496
|
+
return;
|
|
4497
|
+
}
|
|
4498
|
+
// ─── Review Integration Health Command ──────────────────────────────
|
|
4499
|
+
if (args.command === "review-integration-health") {
|
|
4500
|
+
const { runReviewIntegrationHealth } = await import("./commands/review-integration-health.js");
|
|
4501
|
+
runReviewIntegrationHealth(argv);
|
|
4502
|
+
return;
|
|
4503
|
+
}
|
|
4504
|
+
// ─── Review Metric Export Command ───────────────────────────────────
|
|
4505
|
+
if (args.command === "review-metric-export") {
|
|
4506
|
+
const { runReviewMetricExport } = await import("./commands/review-metric-export.js");
|
|
4507
|
+
runReviewMetricExport(argv);
|
|
4508
|
+
return;
|
|
4509
|
+
}
|
|
4510
|
+
// ─── Finding Ownership Assign Command ───────────────────────────────
|
|
4511
|
+
if (args.command === "finding-ownership-assign") {
|
|
4512
|
+
const { runFindingOwnershipAssign } = await import("./commands/finding-ownership-assign.js");
|
|
4513
|
+
runFindingOwnershipAssign(argv);
|
|
4514
|
+
return;
|
|
4515
|
+
}
|
|
4516
|
+
// ─── Review Notification Digest Command ─────────────────────────────
|
|
4517
|
+
if (args.command === "review-notification-digest") {
|
|
4518
|
+
const { runReviewNotificationDigest } = await import("./commands/review-notification-digest.js");
|
|
4519
|
+
runReviewNotificationDigest(argv);
|
|
4520
|
+
return;
|
|
4521
|
+
}
|
|
4522
|
+
// ─── Review Access Log Command ─────────────────────────────────────
|
|
4523
|
+
if (args.command === "review-access-log") {
|
|
4524
|
+
const { runReviewAccessLog } = await import("./commands/review-access-log.js");
|
|
4525
|
+
runReviewAccessLog(argv);
|
|
4526
|
+
return;
|
|
4527
|
+
}
|
|
4528
|
+
// ─── Review Tag Manager Command ────────────────────────────────────
|
|
4529
|
+
if (args.command === "review-tag-manager") {
|
|
4530
|
+
const { runReviewTagManager } = await import("./commands/review-tag-manager.js");
|
|
4531
|
+
runReviewTagManager(argv);
|
|
4532
|
+
return;
|
|
4533
|
+
}
|
|
4471
4534
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4472
4535
|
if (args.command === "tune") {
|
|
4473
4536
|
const { runTune } = await import("./commands/tune.js");
|