@kevinrabun/judges 3.99.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 +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-auto-triage.d.ts +5 -0
- package/dist/commands/finding-auto-triage.d.ts.map +1 -0
- package/dist/commands/finding-auto-triage.js +109 -0
- package/dist/commands/finding-auto-triage.js.map +1 -0
- package/dist/commands/finding-change-impact.d.ts +5 -0
- package/dist/commands/finding-change-impact.d.ts.map +1 -0
- package/dist/commands/finding-change-impact.js +108 -0
- package/dist/commands/finding-change-impact.js.map +1 -0
- package/dist/commands/finding-context-enrich.d.ts +5 -0
- package/dist/commands/finding-context-enrich.d.ts.map +1 -0
- package/dist/commands/finding-context-enrich.js +90 -0
- package/dist/commands/finding-context-enrich.js.map +1 -0
- package/dist/commands/finding-false-positive-learn.d.ts +5 -0
- package/dist/commands/finding-false-positive-learn.d.ts.map +1 -0
- package/dist/commands/finding-false-positive-learn.js +86 -0
- package/dist/commands/finding-false-positive-learn.js.map +1 -0
- 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-deployment-gate.d.ts +5 -0
- package/dist/commands/review-deployment-gate.d.ts.map +1 -0
- package/dist/commands/review-deployment-gate.js +95 -0
- package/dist/commands/review-deployment-gate.js.map +1 -0
- package/dist/commands/review-environment-config.d.ts +5 -0
- package/dist/commands/review-environment-config.d.ts.map +1 -0
- package/dist/commands/review-environment-config.js +103 -0
- package/dist/commands/review-environment-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-multi-repo-sync.d.ts +5 -0
- package/dist/commands/review-multi-repo-sync.d.ts.map +1 -0
- package/dist/commands/review-multi-repo-sync.js +116 -0
- package/dist/commands/review-multi-repo-sync.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-session-replay.d.ts +5 -0
- package/dist/commands/review-session-replay.d.ts.map +1 -0
- package/dist/commands/review-session-replay.js +82 -0
- package/dist/commands/review-session-replay.js.map +1 -0
- package/dist/commands/review-stakeholder-report.d.ts +5 -0
- package/dist/commands/review-stakeholder-report.d.ts.map +1 -0
- package/dist/commands/review-stakeholder-report.js +76 -0
- package/dist/commands/review-stakeholder-report.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,32 @@
|
|
|
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
|
+
|
|
18
|
+
## [3.100.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Auto-triage findings by severity, confidence, and rules: finding-auto-triage
|
|
22
|
+
- Generate stakeholder-facing summaries from review verdicts: review-stakeholder-report
|
|
23
|
+
- Assess impact of code changes on existing findings: finding-change-impact
|
|
24
|
+
- Configure deployment gates with threshold-based blocking: review-deployment-gate
|
|
25
|
+
- Manage per-environment review configurations: review-environment-config
|
|
26
|
+
- Track and learn from false positive patterns: finding-false-positive-learn
|
|
27
|
+
- Synchronize review configs across multiple repositories: review-multi-repo-sync
|
|
28
|
+
- Replay and inspect past review sessions: review-session-replay
|
|
29
|
+
- Enrich findings with surrounding code context: finding-context-enrich
|
|
30
|
+
|
|
5
31
|
## [3.99.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;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
|
@@ -760,6 +760,24 @@ USAGE:
|
|
|
760
760
|
judges finding-reachability-check Check finding reachability
|
|
761
761
|
judges review-audit-export Export audit data
|
|
762
762
|
judges review-pipeline-status Monitor pipeline status
|
|
763
|
+
judges finding-auto-triage Auto-triage findings
|
|
764
|
+
judges review-stakeholder-report Stakeholder summaries
|
|
765
|
+
judges finding-change-impact Assess change impact
|
|
766
|
+
judges review-deployment-gate Deployment gate checks
|
|
767
|
+
judges review-environment-config Per-environment config
|
|
768
|
+
judges finding-false-positive-learn Track false positives
|
|
769
|
+
judges review-multi-repo-sync Multi-repo config sync
|
|
770
|
+
judges review-session-replay Replay past sessions
|
|
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
|
|
763
781
|
judges tune Analyze project and suggest optimal config
|
|
764
782
|
judges list List all available judges
|
|
765
783
|
judges version Show version information
|
|
@@ -4405,6 +4423,114 @@ export async function runCli(argv) {
|
|
|
4405
4423
|
runReviewPipelineStatus(argv);
|
|
4406
4424
|
return;
|
|
4407
4425
|
}
|
|
4426
|
+
// ─── Finding Auto Triage Command ────────────────────────────────────
|
|
4427
|
+
if (args.command === "finding-auto-triage") {
|
|
4428
|
+
const { runFindingAutoTriage } = await import("./commands/finding-auto-triage.js");
|
|
4429
|
+
runFindingAutoTriage(argv);
|
|
4430
|
+
return;
|
|
4431
|
+
}
|
|
4432
|
+
// ─── Review Stakeholder Report Command ──────────────────────────────
|
|
4433
|
+
if (args.command === "review-stakeholder-report") {
|
|
4434
|
+
const { runReviewStakeholderReport } = await import("./commands/review-stakeholder-report.js");
|
|
4435
|
+
runReviewStakeholderReport(argv);
|
|
4436
|
+
return;
|
|
4437
|
+
}
|
|
4438
|
+
// ─── Finding Change Impact Command ──────────────────────────────────
|
|
4439
|
+
if (args.command === "finding-change-impact") {
|
|
4440
|
+
const { runFindingChangeImpact } = await import("./commands/finding-change-impact.js");
|
|
4441
|
+
runFindingChangeImpact(argv);
|
|
4442
|
+
return;
|
|
4443
|
+
}
|
|
4444
|
+
// ─── Review Deployment Gate Command ─────────────────────────────────
|
|
4445
|
+
if (args.command === "review-deployment-gate") {
|
|
4446
|
+
const { runReviewDeploymentGate } = await import("./commands/review-deployment-gate.js");
|
|
4447
|
+
runReviewDeploymentGate(argv);
|
|
4448
|
+
return;
|
|
4449
|
+
}
|
|
4450
|
+
// ─── Review Environment Config Command ──────────────────────────────
|
|
4451
|
+
if (args.command === "review-environment-config") {
|
|
4452
|
+
const { runReviewEnvironmentConfig } = await import("./commands/review-environment-config.js");
|
|
4453
|
+
runReviewEnvironmentConfig(argv);
|
|
4454
|
+
return;
|
|
4455
|
+
}
|
|
4456
|
+
// ─── Finding False Positive Learn Command ───────────────────────────
|
|
4457
|
+
if (args.command === "finding-false-positive-learn") {
|
|
4458
|
+
const { runFindingFalsePositiveLearn } = await import("./commands/finding-false-positive-learn.js");
|
|
4459
|
+
runFindingFalsePositiveLearn(argv);
|
|
4460
|
+
return;
|
|
4461
|
+
}
|
|
4462
|
+
// ─── Review Multi Repo Sync Command ─────────────────────────────────
|
|
4463
|
+
if (args.command === "review-multi-repo-sync") {
|
|
4464
|
+
const { runReviewMultiRepoSync } = await import("./commands/review-multi-repo-sync.js");
|
|
4465
|
+
runReviewMultiRepoSync(argv);
|
|
4466
|
+
return;
|
|
4467
|
+
}
|
|
4468
|
+
// ─── Review Session Replay Command ──────────────────────────────────
|
|
4469
|
+
if (args.command === "review-session-replay") {
|
|
4470
|
+
const { runReviewSessionReplay } = await import("./commands/review-session-replay.js");
|
|
4471
|
+
runReviewSessionReplay(argv);
|
|
4472
|
+
return;
|
|
4473
|
+
}
|
|
4474
|
+
// ─── Finding Context Enrich Command ─────────────────────────────────
|
|
4475
|
+
if (args.command === "finding-context-enrich") {
|
|
4476
|
+
const { runFindingContextEnrich } = await import("./commands/finding-context-enrich.js");
|
|
4477
|
+
runFindingContextEnrich(argv);
|
|
4478
|
+
return;
|
|
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
|
+
}
|
|
4408
4534
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4409
4535
|
if (args.command === "tune") {
|
|
4410
4536
|
const { runTune } = await import("./commands/tune.js");
|