@kevinrabun/judges 3.68.0 → 3.70.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/cli.js +112 -0
  4. package/dist/cli.js.map +1 -1
  5. package/dist/commands/finding-fix-rate.d.ts +5 -0
  6. package/dist/commands/finding-fix-rate.d.ts.map +1 -0
  7. package/dist/commands/finding-fix-rate.js +142 -0
  8. package/dist/commands/finding-fix-rate.js.map +1 -0
  9. package/dist/commands/finding-impact.d.ts +5 -0
  10. package/dist/commands/finding-impact.d.ts.map +1 -0
  11. package/dist/commands/finding-impact.js +136 -0
  12. package/dist/commands/finding-impact.js.map +1 -0
  13. package/dist/commands/finding-recurrence.d.ts +5 -0
  14. package/dist/commands/finding-recurrence.d.ts.map +1 -0
  15. package/dist/commands/finding-recurrence.js +136 -0
  16. package/dist/commands/finding-recurrence.js.map +1 -0
  17. package/dist/commands/review-archive.d.ts +5 -0
  18. package/dist/commands/review-archive.d.ts.map +1 -0
  19. package/dist/commands/review-archive.js +136 -0
  20. package/dist/commands/review-archive.js.map +1 -0
  21. package/dist/commands/review-benchmark-self.d.ts +5 -0
  22. package/dist/commands/review-benchmark-self.d.ts.map +1 -0
  23. package/dist/commands/review-benchmark-self.js +141 -0
  24. package/dist/commands/review-benchmark-self.js.map +1 -0
  25. package/dist/commands/review-changelog-gen.d.ts +5 -0
  26. package/dist/commands/review-changelog-gen.d.ts.map +1 -0
  27. package/dist/commands/review-changelog-gen.js +118 -0
  28. package/dist/commands/review-changelog-gen.js.map +1 -0
  29. package/dist/commands/review-ci-status.d.ts +5 -0
  30. package/dist/commands/review-ci-status.d.ts.map +1 -0
  31. package/dist/commands/review-ci-status.js +201 -0
  32. package/dist/commands/review-ci-status.js.map +1 -0
  33. package/dist/commands/review-custom-prompt.d.ts +5 -0
  34. package/dist/commands/review-custom-prompt.d.ts.map +1 -0
  35. package/dist/commands/review-custom-prompt.js +171 -0
  36. package/dist/commands/review-custom-prompt.js.map +1 -0
  37. package/dist/commands/review-diff-context.d.ts +5 -0
  38. package/dist/commands/review-diff-context.d.ts.map +1 -0
  39. package/dist/commands/review-diff-context.js +159 -0
  40. package/dist/commands/review-diff-context.js.map +1 -0
  41. package/dist/commands/review-milestone.d.ts +5 -0
  42. package/dist/commands/review-milestone.d.ts.map +1 -0
  43. package/dist/commands/review-milestone.js +137 -0
  44. package/dist/commands/review-milestone.js.map +1 -0
  45. package/dist/commands/review-report-pdf.d.ts +5 -0
  46. package/dist/commands/review-report-pdf.d.ts.map +1 -0
  47. package/dist/commands/review-report-pdf.js +164 -0
  48. package/dist/commands/review-report-pdf.js.map +1 -0
  49. package/dist/commands/review-risk-score.d.ts +5 -0
  50. package/dist/commands/review-risk-score.d.ts.map +1 -0
  51. package/dist/commands/review-risk-score.js +157 -0
  52. package/dist/commands/review-risk-score.js.map +1 -0
  53. package/dist/commands/review-standup.d.ts +5 -0
  54. package/dist/commands/review-standup.d.ts.map +1 -0
  55. package/dist/commands/review-standup.js +96 -0
  56. package/dist/commands/review-standup.js.map +1 -0
  57. package/dist/commands/review-tag.d.ts +5 -0
  58. package/dist/commands/review-tag.d.ts.map +1 -0
  59. package/dist/commands/review-tag.js +137 -0
  60. package/dist/commands/review-tag.js.map +1 -0
  61. package/dist/commands/review-team-summary.d.ts +5 -0
  62. package/dist/commands/review-team-summary.d.ts.map +1 -0
  63. package/dist/commands/review-team-summary.js +156 -0
  64. package/dist/commands/review-team-summary.js.map +1 -0
  65. package/dist/commands/review-whitelist.d.ts +5 -0
  66. package/dist/commands/review-whitelist.d.ts.map +1 -0
  67. package/dist/commands/review-whitelist.js +159 -0
  68. package/dist/commands/review-whitelist.js.map +1 -0
  69. package/package.json +1 -1
  70. package/server.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to **@kevinrabun/judges** are documented here.
4
4
 
5
+ ## [3.70.0] — 2026-03-14
6
+
7
+ ### Added
8
+ - Organization: review-tag (tag reviews for filtering), review-archive (archive and retrieve old results)
9
+ - Impact analysis: finding-impact (estimate business impact of findings)
10
+ - Allow-listing: review-whitelist (allow-list safe patterns that shouldn't be flagged)
11
+ - Customization: review-custom-prompt (customize review prompts for project needs)
12
+ - Context: review-diff-context (show diff hunks with surrounding file context)
13
+ - CI integration: review-ci-status (check CI pipeline review readiness)
14
+ - Team metrics: review-team-summary (aggregate team review metrics)
15
+
16
+ ## [3.69.0] — 2026-03-14
17
+
18
+ ### Added
19
+ - Daily workflow: review-standup (daily standup-ready summaries), review-changelog-gen (auto-generate changelog from findings)
20
+ - Fix tracking: finding-fix-rate (track resolution speed over time), finding-recurrence (detect findings that keep reappearing)
21
+ - Progress: review-milestone (track and celebrate review milestones), review-benchmark-self (benchmark against your own history)
22
+ - Risk & reporting: review-risk-score (weighted aggregate project risk), review-report-pdf (generate printable markdown review reports)
23
+
5
24
  ## [3.68.0] — 2026-03-14
6
25
 
7
26
  ### 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;AAwpBH;;;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,CA4zE1D"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;GAmBG;AAwqBH;;;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,CA46E1D"}
package/dist/cli.js CHANGED
@@ -491,6 +491,22 @@ USAGE:
491
491
  judges finding-hotspot Identify areas with most findings
492
492
  judges review-ab-test A/B test review configurations
493
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
502
+ judges review-tag Tag reviews for organization and filtering
503
+ judges finding-impact Estimate business impact of findings
504
+ judges review-archive Archive and retrieve old review results
505
+ judges review-whitelist Allow-list safe patterns
506
+ judges review-custom-prompt Customize review prompts for project needs
507
+ judges review-diff-context Show diff hunks with surrounding context
508
+ judges review-ci-status Check CI pipeline review status
509
+ judges review-team-summary Aggregate team review metrics
494
510
  judges tune Analyze project and suggest optimal config
495
511
  judges list List all available judges
496
512
  judges version Show version information
@@ -2522,6 +2538,102 @@ export async function runCli(argv) {
2522
2538
  await runReviewIntegration(argv);
2523
2539
  return;
2524
2540
  }
2541
+ // ─── Review Standup Command ──────────────────────────────────────
2542
+ if (args.command === "review-standup") {
2543
+ const { runReviewStandup } = await import("./commands/review-standup.js");
2544
+ await runReviewStandup(argv);
2545
+ return;
2546
+ }
2547
+ // ─── Finding Fix Rate Command ────────────────────────────────────
2548
+ if (args.command === "finding-fix-rate") {
2549
+ const { runFindingFixRate } = await import("./commands/finding-fix-rate.js");
2550
+ await runFindingFixRate(argv);
2551
+ return;
2552
+ }
2553
+ // ─── Review Milestone Command ────────────────────────────────────
2554
+ if (args.command === "review-milestone") {
2555
+ const { runReviewMilestone } = await import("./commands/review-milestone.js");
2556
+ await runReviewMilestone(argv);
2557
+ return;
2558
+ }
2559
+ // ─── Review Risk Score Command ───────────────────────────────────
2560
+ if (args.command === "review-risk-score") {
2561
+ const { runReviewRiskScore } = await import("./commands/review-risk-score.js");
2562
+ await runReviewRiskScore(argv);
2563
+ return;
2564
+ }
2565
+ // ─── Review Changelog Gen Command ────────────────────────────────
2566
+ if (args.command === "review-changelog-gen") {
2567
+ const { runReviewChangelogGen } = await import("./commands/review-changelog-gen.js");
2568
+ await runReviewChangelogGen(argv);
2569
+ return;
2570
+ }
2571
+ // ─── Finding Recurrence Command ──────────────────────────────────
2572
+ if (args.command === "finding-recurrence") {
2573
+ const { runFindingRecurrence } = await import("./commands/finding-recurrence.js");
2574
+ await runFindingRecurrence(argv);
2575
+ return;
2576
+ }
2577
+ // ─── Review Benchmark Self Command ───────────────────────────────
2578
+ if (args.command === "review-benchmark-self") {
2579
+ const { runReviewBenchmarkSelf } = await import("./commands/review-benchmark-self.js");
2580
+ await runReviewBenchmarkSelf(argv);
2581
+ return;
2582
+ }
2583
+ // ─── Review Report PDF Command ───────────────────────────────────
2584
+ if (args.command === "review-report-pdf") {
2585
+ const { runReviewReportPdf } = await import("./commands/review-report-pdf.js");
2586
+ await runReviewReportPdf(argv);
2587
+ return;
2588
+ }
2589
+ // ─── Review Tag Command ─────────────────────────────────────────────
2590
+ if (args.command === "review-tag") {
2591
+ const { runReviewTag } = await import("./commands/review-tag.js");
2592
+ runReviewTag(argv);
2593
+ return;
2594
+ }
2595
+ // ─── Finding Impact Command ─────────────────────────────────────────
2596
+ if (args.command === "finding-impact") {
2597
+ const { runFindingImpact } = await import("./commands/finding-impact.js");
2598
+ runFindingImpact(argv);
2599
+ return;
2600
+ }
2601
+ // ─── Review Archive Command ─────────────────────────────────────────
2602
+ if (args.command === "review-archive") {
2603
+ const { runReviewArchive } = await import("./commands/review-archive.js");
2604
+ runReviewArchive(argv);
2605
+ return;
2606
+ }
2607
+ // ─── Review Whitelist Command ───────────────────────────────────────
2608
+ if (args.command === "review-whitelist") {
2609
+ const { runReviewWhitelist } = await import("./commands/review-whitelist.js");
2610
+ runReviewWhitelist(argv);
2611
+ return;
2612
+ }
2613
+ // ─── Review Custom Prompt Command ───────────────────────────────────
2614
+ if (args.command === "review-custom-prompt") {
2615
+ const { runReviewCustomPrompt } = await import("./commands/review-custom-prompt.js");
2616
+ runReviewCustomPrompt(argv);
2617
+ return;
2618
+ }
2619
+ // ─── Review Diff Context Command ───────────────────────────────────
2620
+ if (args.command === "review-diff-context") {
2621
+ const { runReviewDiffContext } = await import("./commands/review-diff-context.js");
2622
+ runReviewDiffContext(argv);
2623
+ return;
2624
+ }
2625
+ // ─── Review CI Status Command ──────────────────────────────────────
2626
+ if (args.command === "review-ci-status") {
2627
+ const { runReviewCiStatus } = await import("./commands/review-ci-status.js");
2628
+ runReviewCiStatus(argv);
2629
+ return;
2630
+ }
2631
+ // ─── Review Team Summary Command ───────────────────────────────────
2632
+ if (args.command === "review-team-summary") {
2633
+ const { runReviewTeamSummary } = await import("./commands/review-team-summary.js");
2634
+ runReviewTeamSummary(argv);
2635
+ return;
2636
+ }
2525
2637
  // ─── Tune Command ─────────────────────────────────────────────────
2526
2638
  if (args.command === "tune") {
2527
2639
  const { runTune } = await import("./commands/tune.js");