@kevinrabun/judges 3.67.0 → 3.69.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 +17 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +112 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/finding-cluster.d.ts +5 -0
- package/dist/commands/finding-cluster.d.ts.map +1 -0
- package/dist/commands/finding-cluster.js +158 -0
- package/dist/commands/finding-cluster.js.map +1 -0
- package/dist/commands/finding-fix-rate.d.ts +5 -0
- package/dist/commands/finding-fix-rate.d.ts.map +1 -0
- package/dist/commands/finding-fix-rate.js +142 -0
- package/dist/commands/finding-fix-rate.js.map +1 -0
- package/dist/commands/finding-hotspot.d.ts +5 -0
- package/dist/commands/finding-hotspot.d.ts.map +1 -0
- package/dist/commands/finding-hotspot.js +116 -0
- package/dist/commands/finding-hotspot.js.map +1 -0
- package/dist/commands/finding-recurrence.d.ts +5 -0
- package/dist/commands/finding-recurrence.d.ts.map +1 -0
- package/dist/commands/finding-recurrence.js +136 -0
- package/dist/commands/finding-recurrence.js.map +1 -0
- package/dist/commands/review-ab-test.d.ts +5 -0
- package/dist/commands/review-ab-test.d.ts.map +1 -0
- package/dist/commands/review-ab-test.js +225 -0
- package/dist/commands/review-ab-test.js.map +1 -0
- package/dist/commands/review-audit-log.d.ts +5 -0
- package/dist/commands/review-audit-log.d.ts.map +1 -0
- package/dist/commands/review-audit-log.js +140 -0
- package/dist/commands/review-audit-log.js.map +1 -0
- package/dist/commands/review-badge.d.ts +5 -0
- package/dist/commands/review-badge.d.ts.map +1 -0
- package/dist/commands/review-badge.js +153 -0
- package/dist/commands/review-badge.js.map +1 -0
- package/dist/commands/review-benchmark-self.d.ts +5 -0
- package/dist/commands/review-benchmark-self.d.ts.map +1 -0
- package/dist/commands/review-benchmark-self.js +141 -0
- package/dist/commands/review-benchmark-self.js.map +1 -0
- package/dist/commands/review-changelog-gen.d.ts +5 -0
- package/dist/commands/review-changelog-gen.d.ts.map +1 -0
- package/dist/commands/review-changelog-gen.js +118 -0
- package/dist/commands/review-changelog-gen.js.map +1 -0
- package/dist/commands/review-integration.d.ts +5 -0
- package/dist/commands/review-integration.d.ts.map +1 -0
- package/dist/commands/review-integration.js +237 -0
- package/dist/commands/review-integration.js.map +1 -0
- package/dist/commands/review-milestone.d.ts +5 -0
- package/dist/commands/review-milestone.d.ts.map +1 -0
- package/dist/commands/review-milestone.js +137 -0
- package/dist/commands/review-milestone.js.map +1 -0
- package/dist/commands/review-report-pdf.d.ts +5 -0
- package/dist/commands/review-report-pdf.d.ts.map +1 -0
- package/dist/commands/review-report-pdf.js +164 -0
- package/dist/commands/review-report-pdf.js.map +1 -0
- package/dist/commands/review-risk-score.d.ts +5 -0
- package/dist/commands/review-risk-score.d.ts.map +1 -0
- package/dist/commands/review-risk-score.js +157 -0
- package/dist/commands/review-risk-score.js.map +1 -0
- package/dist/commands/review-sandbox.d.ts +5 -0
- package/dist/commands/review-sandbox.d.ts.map +1 -0
- package/dist/commands/review-sandbox.js +192 -0
- package/dist/commands/review-sandbox.js.map +1 -0
- package/dist/commands/review-standup.d.ts +5 -0
- package/dist/commands/review-standup.d.ts.map +1 -0
- package/dist/commands/review-standup.js +96 -0
- package/dist/commands/review-standup.js.map +1 -0
- package/dist/commands/review-streak.d.ts +5 -0
- package/dist/commands/review-streak.d.ts.map +1 -0
- package/dist/commands/review-streak.js +151 -0
- package/dist/commands/review-streak.js.map +1 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to **@kevinrabun/judges** are documented here.
|
|
4
4
|
|
|
5
|
+
## [3.69.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Daily workflow: review-standup (daily standup-ready summaries), review-changelog-gen (auto-generate changelog from findings)
|
|
9
|
+
- Fix tracking: finding-fix-rate (track resolution speed over time), finding-recurrence (detect findings that keep reappearing)
|
|
10
|
+
- Progress: review-milestone (track and celebrate review milestones), review-benchmark-self (benchmark against your own history)
|
|
11
|
+
- Risk & reporting: review-risk-score (weighted aggregate project risk), review-report-pdf (generate printable markdown review reports)
|
|
12
|
+
|
|
13
|
+
## [3.68.0] — 2026-03-14
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- Engagement: review-streak (track consecutive clean review streaks with achievements), review-badge (generate status badges for project READMEs)
|
|
17
|
+
- Pattern analysis: finding-cluster (cluster related findings to reveal systemic AI patterns), finding-hotspot (identify areas with highest finding density)
|
|
18
|
+
- Compliance: review-audit-log (comprehensive local audit log for all review actions)
|
|
19
|
+
- Experimentation: review-sandbox (test review configs safely without affecting real setup), review-ab-test (A/B test review configurations)
|
|
20
|
+
- Onboarding: review-integration (verify CI/CD, IDE, and hook integrations are connected)
|
|
21
|
+
|
|
5
22
|
## [3.67.0] — 2026-03-14
|
|
6
23
|
|
|
7
24
|
### 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;AAgqBH;;;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,CAo3E1D"}
|
package/dist/cli.js
CHANGED
|
@@ -483,6 +483,22 @@ USAGE:
|
|
|
483
483
|
judges finding-rank Rank findings by impact and fix effort
|
|
484
484
|
judges review-diff-summary Concise summary of changes + findings
|
|
485
485
|
judges review-notify Configure local notifications
|
|
486
|
+
judges review-streak Track consecutive clean review streaks
|
|
487
|
+
judges finding-cluster Cluster findings to reveal patterns
|
|
488
|
+
judges review-badge Generate status badges for READMEs
|
|
489
|
+
judges review-audit-log Comprehensive local audit log
|
|
490
|
+
judges review-sandbox Test review configs safely
|
|
491
|
+
judges finding-hotspot Identify areas with most findings
|
|
492
|
+
judges review-ab-test A/B test review configurations
|
|
493
|
+
judges review-integration Verify CI/IDE/hook integrations
|
|
494
|
+
judges review-standup Daily standup review summary
|
|
495
|
+
judges finding-fix-rate Track finding resolution speed
|
|
496
|
+
judges review-milestone Track and celebrate review milestones
|
|
497
|
+
judges review-risk-score Calculate aggregate project risk
|
|
498
|
+
judges review-changelog-gen Auto-generate changelog from findings
|
|
499
|
+
judges finding-recurrence Track recurring findings
|
|
500
|
+
judges review-benchmark-self Benchmark against your own history
|
|
501
|
+
judges review-report-pdf Generate printable review reports
|
|
486
502
|
judges tune Analyze project and suggest optimal config
|
|
487
503
|
judges list List all available judges
|
|
488
504
|
judges version Show version information
|
|
@@ -2466,6 +2482,102 @@ export async function runCli(argv) {
|
|
|
2466
2482
|
await runReviewNotify(argv);
|
|
2467
2483
|
return;
|
|
2468
2484
|
}
|
|
2485
|
+
// ─── Review Streak Command ───────────────────────────────────────
|
|
2486
|
+
if (args.command === "review-streak") {
|
|
2487
|
+
const { runReviewStreak } = await import("./commands/review-streak.js");
|
|
2488
|
+
await runReviewStreak(argv);
|
|
2489
|
+
return;
|
|
2490
|
+
}
|
|
2491
|
+
// ─── Finding Cluster Command ─────────────────────────────────────
|
|
2492
|
+
if (args.command === "finding-cluster") {
|
|
2493
|
+
const { runFindingCluster } = await import("./commands/finding-cluster.js");
|
|
2494
|
+
await runFindingCluster(argv);
|
|
2495
|
+
return;
|
|
2496
|
+
}
|
|
2497
|
+
// ─── Review Badge Command ────────────────────────────────────────
|
|
2498
|
+
if (args.command === "review-badge") {
|
|
2499
|
+
const { runReviewBadge } = await import("./commands/review-badge.js");
|
|
2500
|
+
await runReviewBadge(argv);
|
|
2501
|
+
return;
|
|
2502
|
+
}
|
|
2503
|
+
// ─── Review Audit Log Command ────────────────────────────────────
|
|
2504
|
+
if (args.command === "review-audit-log") {
|
|
2505
|
+
const { runReviewAuditLog } = await import("./commands/review-audit-log.js");
|
|
2506
|
+
await runReviewAuditLog(argv);
|
|
2507
|
+
return;
|
|
2508
|
+
}
|
|
2509
|
+
// ─── Review Sandbox Command ──────────────────────────────────────
|
|
2510
|
+
if (args.command === "review-sandbox") {
|
|
2511
|
+
const { runReviewSandbox } = await import("./commands/review-sandbox.js");
|
|
2512
|
+
await runReviewSandbox(argv);
|
|
2513
|
+
return;
|
|
2514
|
+
}
|
|
2515
|
+
// ─── Finding Hotspot Command ─────────────────────────────────────
|
|
2516
|
+
if (args.command === "finding-hotspot") {
|
|
2517
|
+
const { runFindingHotspot } = await import("./commands/finding-hotspot.js");
|
|
2518
|
+
await runFindingHotspot(argv);
|
|
2519
|
+
return;
|
|
2520
|
+
}
|
|
2521
|
+
// ─── Review AB Test Command ──────────────────────────────────────
|
|
2522
|
+
if (args.command === "review-ab-test") {
|
|
2523
|
+
const { runReviewAbTest } = await import("./commands/review-ab-test.js");
|
|
2524
|
+
await runReviewAbTest(argv);
|
|
2525
|
+
return;
|
|
2526
|
+
}
|
|
2527
|
+
// ─── Review Integration Command ──────────────────────────────────
|
|
2528
|
+
if (args.command === "review-integration") {
|
|
2529
|
+
const { runReviewIntegration } = await import("./commands/review-integration.js");
|
|
2530
|
+
await runReviewIntegration(argv);
|
|
2531
|
+
return;
|
|
2532
|
+
}
|
|
2533
|
+
// ─── Review Standup Command ──────────────────────────────────────
|
|
2534
|
+
if (args.command === "review-standup") {
|
|
2535
|
+
const { runReviewStandup } = await import("./commands/review-standup.js");
|
|
2536
|
+
await runReviewStandup(argv);
|
|
2537
|
+
return;
|
|
2538
|
+
}
|
|
2539
|
+
// ─── Finding Fix Rate Command ────────────────────────────────────
|
|
2540
|
+
if (args.command === "finding-fix-rate") {
|
|
2541
|
+
const { runFindingFixRate } = await import("./commands/finding-fix-rate.js");
|
|
2542
|
+
await runFindingFixRate(argv);
|
|
2543
|
+
return;
|
|
2544
|
+
}
|
|
2545
|
+
// ─── Review Milestone Command ────────────────────────────────────
|
|
2546
|
+
if (args.command === "review-milestone") {
|
|
2547
|
+
const { runReviewMilestone } = await import("./commands/review-milestone.js");
|
|
2548
|
+
await runReviewMilestone(argv);
|
|
2549
|
+
return;
|
|
2550
|
+
}
|
|
2551
|
+
// ─── Review Risk Score Command ───────────────────────────────────
|
|
2552
|
+
if (args.command === "review-risk-score") {
|
|
2553
|
+
const { runReviewRiskScore } = await import("./commands/review-risk-score.js");
|
|
2554
|
+
await runReviewRiskScore(argv);
|
|
2555
|
+
return;
|
|
2556
|
+
}
|
|
2557
|
+
// ─── Review Changelog Gen Command ────────────────────────────────
|
|
2558
|
+
if (args.command === "review-changelog-gen") {
|
|
2559
|
+
const { runReviewChangelogGen } = await import("./commands/review-changelog-gen.js");
|
|
2560
|
+
await runReviewChangelogGen(argv);
|
|
2561
|
+
return;
|
|
2562
|
+
}
|
|
2563
|
+
// ─── Finding Recurrence Command ──────────────────────────────────
|
|
2564
|
+
if (args.command === "finding-recurrence") {
|
|
2565
|
+
const { runFindingRecurrence } = await import("./commands/finding-recurrence.js");
|
|
2566
|
+
await runFindingRecurrence(argv);
|
|
2567
|
+
return;
|
|
2568
|
+
}
|
|
2569
|
+
// ─── Review Benchmark Self Command ───────────────────────────────
|
|
2570
|
+
if (args.command === "review-benchmark-self") {
|
|
2571
|
+
const { runReviewBenchmarkSelf } = await import("./commands/review-benchmark-self.js");
|
|
2572
|
+
await runReviewBenchmarkSelf(argv);
|
|
2573
|
+
return;
|
|
2574
|
+
}
|
|
2575
|
+
// ─── Review Report PDF Command ───────────────────────────────────
|
|
2576
|
+
if (args.command === "review-report-pdf") {
|
|
2577
|
+
const { runReviewReportPdf } = await import("./commands/review-report-pdf.js");
|
|
2578
|
+
await runReviewReportPdf(argv);
|
|
2579
|
+
return;
|
|
2580
|
+
}
|
|
2469
2581
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
2470
2582
|
if (args.command === "tune") {
|
|
2471
2583
|
const { runTune } = await import("./commands/tune.js");
|