@kevinrabun/judges 3.104.0 → 3.106.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-categorize.d.ts +2 -0
- package/dist/commands/finding-auto-categorize.d.ts.map +1 -0
- package/dist/commands/finding-auto-categorize.js +110 -0
- package/dist/commands/finding-auto-categorize.js.map +1 -0
- package/dist/commands/finding-context-summary.d.ts +2 -0
- package/dist/commands/finding-context-summary.d.ts.map +1 -0
- package/dist/commands/finding-context-summary.js +86 -0
- package/dist/commands/finding-context-summary.js.map +1 -0
- package/dist/commands/finding-impact-radius.d.ts +2 -0
- package/dist/commands/finding-impact-radius.d.ts.map +1 -0
- package/dist/commands/finding-impact-radius.js +95 -0
- package/dist/commands/finding-impact-radius.js.map +1 -0
- package/dist/commands/finding-priority-rank.d.ts +2 -0
- package/dist/commands/finding-priority-rank.d.ts.map +1 -0
- package/dist/commands/finding-priority-rank.js +83 -0
- package/dist/commands/finding-priority-rank.js.map +1 -0
- package/dist/commands/finding-regression-detect.d.ts +2 -0
- package/dist/commands/finding-regression-detect.d.ts.map +1 -0
- package/dist/commands/finding-regression-detect.js +87 -0
- package/dist/commands/finding-regression-detect.js.map +1 -0
- package/dist/commands/finding-reopen-detect.d.ts +2 -0
- package/dist/commands/finding-reopen-detect.d.ts.map +1 -0
- package/dist/commands/finding-reopen-detect.js +78 -0
- package/dist/commands/finding-reopen-detect.js.map +1 -0
- package/dist/commands/review-approval-criteria.d.ts +2 -0
- package/dist/commands/review-approval-criteria.d.ts.map +1 -0
- package/dist/commands/review-approval-criteria.js +100 -0
- package/dist/commands/review-approval-criteria.js.map +1 -0
- package/dist/commands/review-changelog-impact.d.ts +2 -0
- package/dist/commands/review-changelog-impact.d.ts.map +1 -0
- package/dist/commands/review-changelog-impact.js +90 -0
- package/dist/commands/review-changelog-impact.js.map +1 -0
- package/dist/commands/review-commit-quality.d.ts +2 -0
- package/dist/commands/review-commit-quality.d.ts.map +1 -0
- package/dist/commands/review-commit-quality.js +95 -0
- package/dist/commands/review-commit-quality.js.map +1 -0
- package/dist/commands/review-dependency-review.d.ts +2 -0
- package/dist/commands/review-dependency-review.d.ts.map +1 -0
- package/dist/commands/review-dependency-review.js +105 -0
- package/dist/commands/review-dependency-review.js.map +1 -0
- package/dist/commands/review-knowledge-capture.d.ts +2 -0
- package/dist/commands/review-knowledge-capture.d.ts.map +1 -0
- package/dist/commands/review-knowledge-capture.js +95 -0
- package/dist/commands/review-knowledge-capture.js.map +1 -0
- package/dist/commands/review-merge-readiness.d.ts +2 -0
- package/dist/commands/review-merge-readiness.d.ts.map +1 -0
- package/dist/commands/review-merge-readiness.js +91 -0
- package/dist/commands/review-merge-readiness.js.map +1 -0
- package/dist/commands/review-onboarding-check.d.ts +2 -0
- package/dist/commands/review-onboarding-check.d.ts.map +1 -0
- package/dist/commands/review-onboarding-check.js +94 -0
- package/dist/commands/review-onboarding-check.js.map +1 -0
- package/dist/commands/review-quality-gate.d.ts +2 -0
- package/dist/commands/review-quality-gate.d.ts.map +1 -0
- package/dist/commands/review-quality-gate.js +87 -0
- package/dist/commands/review-quality-gate.js.map +1 -0
- package/dist/commands/review-reviewer-match.d.ts +2 -0
- package/dist/commands/review-reviewer-match.d.ts.map +1 -0
- package/dist/commands/review-reviewer-match.js +109 -0
- package/dist/commands/review-reviewer-match.js.map +1 -0
- package/dist/commands/review-risk-matrix.d.ts +2 -0
- package/dist/commands/review-risk-matrix.d.ts.map +1 -0
- package/dist/commands/review-risk-matrix.js +97 -0
- package/dist/commands/review-risk-matrix.js.map +1 -0
- package/dist/commands/review-security-posture.d.ts +2 -0
- package/dist/commands/review-security-posture.d.ts.map +1 -0
- package/dist/commands/review-security-posture.js +106 -0
- package/dist/commands/review-security-posture.js.map +1 -0
- package/dist/commands/review-stale-finding-clean.d.ts +2 -0
- package/dist/commands/review-stale-finding-clean.d.ts.map +1 -0
- package/dist/commands/review-stale-finding-clean.js +82 -0
- package/dist/commands/review-stale-finding-clean.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.106.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Quality gate evaluation: review-quality-gate
|
|
9
|
+
- Reopened finding detection: finding-reopen-detect
|
|
10
|
+
- Finding priority ranking: finding-priority-rank
|
|
11
|
+
- Dependency risk review: review-dependency-review
|
|
12
|
+
- Merge readiness assessment: review-merge-readiness
|
|
13
|
+
- Security posture analysis: review-security-posture
|
|
14
|
+
- Knowledge capture: review-knowledge-capture
|
|
15
|
+
- Onboarding checklist: review-onboarding-check
|
|
16
|
+
- Regression detection: finding-regression-detect
|
|
17
|
+
|
|
18
|
+
## [3.105.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Risk matrix view: review-risk-matrix
|
|
22
|
+
- Approval criteria checks: review-approval-criteria
|
|
23
|
+
- Finding context summaries: finding-context-summary
|
|
24
|
+
- Changelog impact assessment: review-changelog-impact
|
|
25
|
+
- Commit quality scoring: review-commit-quality
|
|
26
|
+
- Auto-categorize findings: finding-auto-categorize
|
|
27
|
+
- Stale finding cleanup: review-stale-finding-clean
|
|
28
|
+
- Impact radius analysis: finding-impact-radius
|
|
29
|
+
- Reviewer matching: review-reviewer-match
|
|
30
|
+
|
|
5
31
|
## [3.104.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;AAo+BH;;;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,CAglJ1D"}
|
package/dist/cli.js
CHANGED
|
@@ -805,6 +805,24 @@ USAGE:
|
|
|
805
805
|
judges review-focus-area Identify focus areas
|
|
806
806
|
judges review-team-analytics Team review analytics
|
|
807
807
|
judges finding-similar-match Find similar findings
|
|
808
|
+
judges review-risk-matrix Risk matrix view
|
|
809
|
+
judges review-approval-criteria Check approval criteria
|
|
810
|
+
judges finding-context-summary Context summaries
|
|
811
|
+
judges review-changelog-impact Changelog impact
|
|
812
|
+
judges review-commit-quality Commit quality score
|
|
813
|
+
judges finding-auto-categorize Auto-categorize findings
|
|
814
|
+
judges review-stale-finding-clean Clean stale findings
|
|
815
|
+
judges finding-impact-radius Impact radius analysis
|
|
816
|
+
judges review-reviewer-match Match reviewers
|
|
817
|
+
judges review-quality-gate Quality gate checks
|
|
818
|
+
judges finding-reopen-detect Detect reopened findings
|
|
819
|
+
judges finding-priority-rank Priority ranking
|
|
820
|
+
judges review-dependency-review Dependency risk review
|
|
821
|
+
judges review-merge-readiness Merge readiness check
|
|
822
|
+
judges review-security-posture Security posture summary
|
|
823
|
+
judges review-knowledge-capture Capture lessons learned
|
|
824
|
+
judges review-onboarding-check Onboarding checklist
|
|
825
|
+
judges finding-regression-detect Detect regressions
|
|
808
826
|
judges tune Analyze project and suggest optimal config
|
|
809
827
|
judges list List all available judges
|
|
810
828
|
judges version Show version information
|
|
@@ -4720,6 +4738,114 @@ export async function runCli(argv) {
|
|
|
4720
4738
|
runFindingSimilarMatch(argv);
|
|
4721
4739
|
return;
|
|
4722
4740
|
}
|
|
4741
|
+
// ─── Review Risk Matrix Command ───────────────────────────────────
|
|
4742
|
+
if (args.command === "review-risk-matrix") {
|
|
4743
|
+
const { runReviewRiskMatrix } = await import("./commands/review-risk-matrix.js");
|
|
4744
|
+
runReviewRiskMatrix(argv);
|
|
4745
|
+
return;
|
|
4746
|
+
}
|
|
4747
|
+
// ─── Review Approval Criteria Command ─────────────────────────────
|
|
4748
|
+
if (args.command === "review-approval-criteria") {
|
|
4749
|
+
const { runReviewApprovalCriteria } = await import("./commands/review-approval-criteria.js");
|
|
4750
|
+
runReviewApprovalCriteria(argv);
|
|
4751
|
+
return;
|
|
4752
|
+
}
|
|
4753
|
+
// ─── Finding Context Summary Command ──────────────────────────────
|
|
4754
|
+
if (args.command === "finding-context-summary") {
|
|
4755
|
+
const { runFindingContextSummary } = await import("./commands/finding-context-summary.js");
|
|
4756
|
+
runFindingContextSummary(argv);
|
|
4757
|
+
return;
|
|
4758
|
+
}
|
|
4759
|
+
// ─── Review Changelog Impact Command ──────────────────────────────
|
|
4760
|
+
if (args.command === "review-changelog-impact") {
|
|
4761
|
+
const { runReviewChangelogImpact } = await import("./commands/review-changelog-impact.js");
|
|
4762
|
+
runReviewChangelogImpact(argv);
|
|
4763
|
+
return;
|
|
4764
|
+
}
|
|
4765
|
+
// ─── Review Commit Quality Command ────────────────────────────────
|
|
4766
|
+
if (args.command === "review-commit-quality") {
|
|
4767
|
+
const { runReviewCommitQuality } = await import("./commands/review-commit-quality.js");
|
|
4768
|
+
runReviewCommitQuality(argv);
|
|
4769
|
+
return;
|
|
4770
|
+
}
|
|
4771
|
+
// ─── Finding Auto-Categorize Command ──────────────────────────────
|
|
4772
|
+
if (args.command === "finding-auto-categorize") {
|
|
4773
|
+
const { runFindingAutoCategorize } = await import("./commands/finding-auto-categorize.js");
|
|
4774
|
+
runFindingAutoCategorize(argv);
|
|
4775
|
+
return;
|
|
4776
|
+
}
|
|
4777
|
+
// ─── Review Stale Finding Clean Command ───────────────────────────
|
|
4778
|
+
if (args.command === "review-stale-finding-clean") {
|
|
4779
|
+
const { runReviewStaleFindingClean } = await import("./commands/review-stale-finding-clean.js");
|
|
4780
|
+
runReviewStaleFindingClean(argv);
|
|
4781
|
+
return;
|
|
4782
|
+
}
|
|
4783
|
+
// ─── Finding Impact Radius Command ────────────────────────────────
|
|
4784
|
+
if (args.command === "finding-impact-radius") {
|
|
4785
|
+
const { runFindingImpactRadius } = await import("./commands/finding-impact-radius.js");
|
|
4786
|
+
runFindingImpactRadius(argv);
|
|
4787
|
+
return;
|
|
4788
|
+
}
|
|
4789
|
+
// ─── Review Reviewer Match Command ────────────────────────────────
|
|
4790
|
+
if (args.command === "review-reviewer-match") {
|
|
4791
|
+
const { runReviewReviewerMatch } = await import("./commands/review-reviewer-match.js");
|
|
4792
|
+
runReviewReviewerMatch(argv);
|
|
4793
|
+
return;
|
|
4794
|
+
}
|
|
4795
|
+
// ─── Review Quality Gate Command ──────────────────────────────────
|
|
4796
|
+
if (args.command === "review-quality-gate") {
|
|
4797
|
+
const { runReviewQualityGate } = await import("./commands/review-quality-gate.js");
|
|
4798
|
+
runReviewQualityGate(argv);
|
|
4799
|
+
return;
|
|
4800
|
+
}
|
|
4801
|
+
// ─── Finding Reopen Detect Command ────────────────────────────────
|
|
4802
|
+
if (args.command === "finding-reopen-detect") {
|
|
4803
|
+
const { runFindingReopenDetect } = await import("./commands/finding-reopen-detect.js");
|
|
4804
|
+
runFindingReopenDetect(argv);
|
|
4805
|
+
return;
|
|
4806
|
+
}
|
|
4807
|
+
// ─── Finding Priority Rank Command ────────────────────────────────
|
|
4808
|
+
if (args.command === "finding-priority-rank") {
|
|
4809
|
+
const { runFindingPriorityRank } = await import("./commands/finding-priority-rank.js");
|
|
4810
|
+
runFindingPriorityRank(argv);
|
|
4811
|
+
return;
|
|
4812
|
+
}
|
|
4813
|
+
// ─── Review Dependency Review Command ─────────────────────────────
|
|
4814
|
+
if (args.command === "review-dependency-review") {
|
|
4815
|
+
const { runReviewDependencyReview } = await import("./commands/review-dependency-review.js");
|
|
4816
|
+
runReviewDependencyReview(argv);
|
|
4817
|
+
return;
|
|
4818
|
+
}
|
|
4819
|
+
// ─── Review Merge Readiness Command ───────────────────────────────
|
|
4820
|
+
if (args.command === "review-merge-readiness") {
|
|
4821
|
+
const { runReviewMergeReadiness } = await import("./commands/review-merge-readiness.js");
|
|
4822
|
+
runReviewMergeReadiness(argv);
|
|
4823
|
+
return;
|
|
4824
|
+
}
|
|
4825
|
+
// ─── Review Security Posture Command ──────────────────────────────
|
|
4826
|
+
if (args.command === "review-security-posture") {
|
|
4827
|
+
const { runReviewSecurityPosture } = await import("./commands/review-security-posture.js");
|
|
4828
|
+
runReviewSecurityPosture(argv);
|
|
4829
|
+
return;
|
|
4830
|
+
}
|
|
4831
|
+
// ─── Review Knowledge Capture Command ─────────────────────────────
|
|
4832
|
+
if (args.command === "review-knowledge-capture") {
|
|
4833
|
+
const { runReviewKnowledgeCapture } = await import("./commands/review-knowledge-capture.js");
|
|
4834
|
+
runReviewKnowledgeCapture(argv);
|
|
4835
|
+
return;
|
|
4836
|
+
}
|
|
4837
|
+
// ─── Review Onboarding Check Command ──────────────────────────────
|
|
4838
|
+
if (args.command === "review-onboarding-check") {
|
|
4839
|
+
const { runReviewOnboardingCheck } = await import("./commands/review-onboarding-check.js");
|
|
4840
|
+
runReviewOnboardingCheck(argv);
|
|
4841
|
+
return;
|
|
4842
|
+
}
|
|
4843
|
+
// ─── Finding Regression Detect Command ────────────────────────────
|
|
4844
|
+
if (args.command === "finding-regression-detect") {
|
|
4845
|
+
const { runFindingRegressionDetect } = await import("./commands/finding-regression-detect.js");
|
|
4846
|
+
runFindingRegressionDetect(argv);
|
|
4847
|
+
return;
|
|
4848
|
+
}
|
|
4723
4849
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4724
4850
|
if (args.command === "tune") {
|
|
4725
4851
|
const { runTune } = await import("./commands/tune.js");
|