@kevinrabun/judges 3.83.0 → 3.84.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-cluster-analysis.d.ts +5 -0
- package/dist/commands/finding-cluster-analysis.d.ts.map +1 -0
- package/dist/commands/finding-cluster-analysis.js +134 -0
- package/dist/commands/finding-cluster-analysis.js.map +1 -0
- package/dist/commands/finding-evidence-chain.d.ts +5 -0
- package/dist/commands/finding-evidence-chain.d.ts.map +1 -0
- package/dist/commands/finding-evidence-chain.js +148 -0
- package/dist/commands/finding-evidence-chain.js.map +1 -0
- package/dist/commands/finding-fix-priority.d.ts +5 -0
- package/dist/commands/finding-fix-priority.d.ts.map +1 -0
- package/dist/commands/finding-fix-priority.js +99 -0
- package/dist/commands/finding-fix-priority.js.map +1 -0
- package/dist/commands/finding-noise-filter.d.ts +8 -0
- package/dist/commands/finding-noise-filter.d.ts.map +1 -0
- package/dist/commands/finding-noise-filter.js +141 -0
- package/dist/commands/finding-noise-filter.js.map +1 -0
- package/dist/commands/finding-trend-report.d.ts +5 -0
- package/dist/commands/finding-trend-report.d.ts.map +1 -0
- package/dist/commands/finding-trend-report.js +108 -0
- package/dist/commands/finding-trend-report.js.map +1 -0
- package/dist/commands/review-commit-hook.d.ts +8 -0
- package/dist/commands/review-commit-hook.d.ts.map +1 -0
- package/dist/commands/review-commit-hook.js +135 -0
- package/dist/commands/review-commit-hook.js.map +1 -0
- package/dist/commands/review-file-complexity.d.ts +5 -0
- package/dist/commands/review-file-complexity.d.ts.map +1 -0
- package/dist/commands/review-file-complexity.js +138 -0
- package/dist/commands/review-file-complexity.js.map +1 -0
- package/dist/commands/review-quota-check.d.ts +5 -0
- package/dist/commands/review-quota-check.d.ts.map +1 -0
- package/dist/commands/review-quota-check.js +98 -0
- package/dist/commands/review-quota-check.js.map +1 -0
- package/dist/commands/review-session-save.d.ts +5 -0
- package/dist/commands/review-session-save.d.ts.map +1 -0
- package/dist/commands/review-session-save.js +174 -0
- package/dist/commands/review-session-save.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.84.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Trend report: finding-trend-report (generate trend reports from historical findings)
|
|
9
|
+
- Commit hook: review-commit-hook (install/manage git commit hooks for reviews)
|
|
10
|
+
- Noise filter: finding-noise-filter (filter out noisy/low-value findings)
|
|
11
|
+
- Fix priority: finding-fix-priority (prioritize findings for fixing by impact)
|
|
12
|
+
- Quota check: review-quota-check (check review quotas and rate limits)
|
|
13
|
+
- Cluster analysis: finding-cluster-analysis (cluster findings by similarity)
|
|
14
|
+
- Session save: review-session-save (save and restore review sessions)
|
|
15
|
+
- Evidence chain: finding-evidence-chain (build evidence chains across findings)
|
|
16
|
+
- File complexity: review-file-complexity (analyze file complexity metrics)
|
|
17
|
+
|
|
5
18
|
## [3.83.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;AA8xBH;;;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,CAsuG1D"}
|
package/dist/cli.js
CHANGED
|
@@ -616,6 +616,15 @@ USAGE:
|
|
|
616
616
|
judges review-changelog-entry Generate changelog from findings
|
|
617
617
|
judges review-branch-compare Compare reviews between branches
|
|
618
618
|
judges finding-category-stats Finding category statistics
|
|
619
|
+
judges finding-trend-report Generate trend reports from findings
|
|
620
|
+
judges review-commit-hook Install/manage git commit hooks
|
|
621
|
+
judges finding-noise-filter Filter out noisy/low-value findings
|
|
622
|
+
judges finding-fix-priority Prioritize findings for fixing
|
|
623
|
+
judges review-quota-check Check review quotas and limits
|
|
624
|
+
judges finding-cluster-analysis Cluster findings by similarity
|
|
625
|
+
judges review-session-save Save/restore review sessions
|
|
626
|
+
judges finding-evidence-chain Build evidence chains across findings
|
|
627
|
+
judges review-file-complexity Analyze file complexity metrics
|
|
619
628
|
judges tune Analyze project and suggest optimal config
|
|
620
629
|
judges list List all available judges
|
|
621
630
|
judges version Show version information
|
|
@@ -3397,6 +3406,60 @@ export async function runCli(argv) {
|
|
|
3397
3406
|
runFindingCategoryStats(argv);
|
|
3398
3407
|
return;
|
|
3399
3408
|
}
|
|
3409
|
+
// ─── Finding Trend Report Command ─────────────────────────────────
|
|
3410
|
+
if (args.command === "finding-trend-report") {
|
|
3411
|
+
const { runFindingTrendReport } = await import("./commands/finding-trend-report.js");
|
|
3412
|
+
runFindingTrendReport(argv);
|
|
3413
|
+
return;
|
|
3414
|
+
}
|
|
3415
|
+
// ─── Review Commit Hook Command ───────────────────────────────────
|
|
3416
|
+
if (args.command === "review-commit-hook") {
|
|
3417
|
+
const { runReviewCommitHook } = await import("./commands/review-commit-hook.js");
|
|
3418
|
+
runReviewCommitHook(argv);
|
|
3419
|
+
return;
|
|
3420
|
+
}
|
|
3421
|
+
// ─── Finding Noise Filter Command ─────────────────────────────────
|
|
3422
|
+
if (args.command === "finding-noise-filter") {
|
|
3423
|
+
const { runFindingNoiseFilter } = await import("./commands/finding-noise-filter.js");
|
|
3424
|
+
runFindingNoiseFilter(argv);
|
|
3425
|
+
return;
|
|
3426
|
+
}
|
|
3427
|
+
// ─── Finding Fix Priority Command ─────────────────────────────────
|
|
3428
|
+
if (args.command === "finding-fix-priority") {
|
|
3429
|
+
const { runFindingFixPriority } = await import("./commands/finding-fix-priority.js");
|
|
3430
|
+
runFindingFixPriority(argv);
|
|
3431
|
+
return;
|
|
3432
|
+
}
|
|
3433
|
+
// ─── Review Quota Check Command ───────────────────────────────────
|
|
3434
|
+
if (args.command === "review-quota-check") {
|
|
3435
|
+
const { runReviewQuotaCheck } = await import("./commands/review-quota-check.js");
|
|
3436
|
+
runReviewQuotaCheck(argv);
|
|
3437
|
+
return;
|
|
3438
|
+
}
|
|
3439
|
+
// ─── Finding Cluster Analysis Command ─────────────────────────────
|
|
3440
|
+
if (args.command === "finding-cluster-analysis") {
|
|
3441
|
+
const { runFindingClusterAnalysis } = await import("./commands/finding-cluster-analysis.js");
|
|
3442
|
+
runFindingClusterAnalysis(argv);
|
|
3443
|
+
return;
|
|
3444
|
+
}
|
|
3445
|
+
// ─── Review Session Save Command ──────────────────────────────────
|
|
3446
|
+
if (args.command === "review-session-save") {
|
|
3447
|
+
const { runReviewSessionSave } = await import("./commands/review-session-save.js");
|
|
3448
|
+
runReviewSessionSave(argv);
|
|
3449
|
+
return;
|
|
3450
|
+
}
|
|
3451
|
+
// ─── Finding Evidence Chain Command ───────────────────────────────
|
|
3452
|
+
if (args.command === "finding-evidence-chain") {
|
|
3453
|
+
const { runFindingEvidenceChain } = await import("./commands/finding-evidence-chain.js");
|
|
3454
|
+
runFindingEvidenceChain(argv);
|
|
3455
|
+
return;
|
|
3456
|
+
}
|
|
3457
|
+
// ─── Review File Complexity Command ───────────────────────────────
|
|
3458
|
+
if (args.command === "review-file-complexity") {
|
|
3459
|
+
const { runReviewFileComplexity } = await import("./commands/review-file-complexity.js");
|
|
3460
|
+
runReviewFileComplexity(argv);
|
|
3461
|
+
return;
|
|
3462
|
+
}
|
|
3400
3463
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
3401
3464
|
if (args.command === "tune") {
|
|
3402
3465
|
const { runTune } = await import("./commands/tune.js");
|