@kevinrabun/judges 3.105.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 +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-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-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-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/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.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
|
+
|
|
5
18
|
## [3.105.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;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
|
@@ -814,6 +814,15 @@ USAGE:
|
|
|
814
814
|
judges review-stale-finding-clean Clean stale findings
|
|
815
815
|
judges finding-impact-radius Impact radius analysis
|
|
816
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
|
|
817
826
|
judges tune Analyze project and suggest optimal config
|
|
818
827
|
judges list List all available judges
|
|
819
828
|
judges version Show version information
|
|
@@ -4783,6 +4792,60 @@ export async function runCli(argv) {
|
|
|
4783
4792
|
runReviewReviewerMatch(argv);
|
|
4784
4793
|
return;
|
|
4785
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
|
+
}
|
|
4786
4849
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4787
4850
|
if (args.command === "tune") {
|
|
4788
4851
|
const { runTune } = await import("./commands/tune.js");
|