@kevinrabun/judges 3.106.0 → 3.108.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-ancestry-trace.d.ts +2 -0
- package/dist/commands/finding-ancestry-trace.d.ts.map +1 -0
- package/dist/commands/finding-ancestry-trace.js +70 -0
- package/dist/commands/finding-ancestry-trace.js.map +1 -0
- package/dist/commands/finding-auto-fix-suggest.d.ts +2 -0
- package/dist/commands/finding-auto-fix-suggest.d.ts.map +1 -0
- package/dist/commands/finding-auto-fix-suggest.js +77 -0
- package/dist/commands/finding-auto-fix-suggest.js.map +1 -0
- package/dist/commands/finding-batch-triage.d.ts +2 -0
- package/dist/commands/finding-batch-triage.d.ts.map +1 -0
- package/dist/commands/finding-batch-triage.js +91 -0
- package/dist/commands/finding-batch-triage.js.map +1 -0
- package/dist/commands/finding-confidence-boost.d.ts +2 -0
- package/dist/commands/finding-confidence-boost.d.ts.map +1 -0
- package/dist/commands/finding-confidence-boost.js +89 -0
- package/dist/commands/finding-confidence-boost.js.map +1 -0
- package/dist/commands/finding-noise-reduce.d.ts +2 -0
- package/dist/commands/finding-noise-reduce.d.ts.map +1 -0
- package/dist/commands/finding-noise-reduce.js +82 -0
- package/dist/commands/finding-noise-reduce.js.map +1 -0
- package/dist/commands/finding-recurrence-check.d.ts +2 -0
- package/dist/commands/finding-recurrence-check.d.ts.map +1 -0
- package/dist/commands/finding-recurrence-check.js +104 -0
- package/dist/commands/finding-recurrence-check.js.map +1 -0
- package/dist/commands/finding-remediation-cost.d.ts +2 -0
- package/dist/commands/finding-remediation-cost.d.ts.map +1 -0
- package/dist/commands/finding-remediation-cost.js +80 -0
- package/dist/commands/finding-remediation-cost.js.map +1 -0
- package/dist/commands/finding-scope-filter.d.ts +2 -0
- package/dist/commands/finding-scope-filter.d.ts.map +1 -0
- package/dist/commands/finding-scope-filter.js +78 -0
- package/dist/commands/finding-scope-filter.js.map +1 -0
- package/dist/commands/finding-time-to-fix.d.ts +2 -0
- package/dist/commands/finding-time-to-fix.d.ts.map +1 -0
- package/dist/commands/finding-time-to-fix.js +99 -0
- package/dist/commands/finding-time-to-fix.js.map +1 -0
- package/dist/commands/review-action-item-gen.d.ts +2 -0
- package/dist/commands/review-action-item-gen.d.ts.map +1 -0
- package/dist/commands/review-action-item-gen.js +73 -0
- package/dist/commands/review-action-item-gen.js.map +1 -0
- package/dist/commands/review-code-ownership.d.ts +2 -0
- package/dist/commands/review-code-ownership.d.ts.map +1 -0
- package/dist/commands/review-code-ownership.js +89 -0
- package/dist/commands/review-code-ownership.js.map +1 -0
- package/dist/commands/review-digest-gen.d.ts +2 -0
- package/dist/commands/review-digest-gen.d.ts.map +1 -0
- package/dist/commands/review-digest-gen.js +101 -0
- package/dist/commands/review-digest-gen.js.map +1 -0
- package/dist/commands/review-escalation-path.d.ts +2 -0
- package/dist/commands/review-escalation-path.d.ts.map +1 -0
- package/dist/commands/review-escalation-path.js +87 -0
- package/dist/commands/review-escalation-path.js.map +1 -0
- package/dist/commands/review-policy-enforce.d.ts +2 -0
- package/dist/commands/review-policy-enforce.d.ts.map +1 -0
- package/dist/commands/review-policy-enforce.js +93 -0
- package/dist/commands/review-policy-enforce.js.map +1 -0
- package/dist/commands/review-pr-label-suggest.d.ts +2 -0
- package/dist/commands/review-pr-label-suggest.d.ts.map +1 -0
- package/dist/commands/review-pr-label-suggest.js +78 -0
- package/dist/commands/review-pr-label-suggest.js.map +1 -0
- package/dist/commands/review-release-gate.d.ts +2 -0
- package/dist/commands/review-release-gate.d.ts.map +1 -0
- package/dist/commands/review-release-gate.js +82 -0
- package/dist/commands/review-release-gate.js.map +1 -0
- package/dist/commands/review-review-cadence.d.ts +2 -0
- package/dist/commands/review-review-cadence.d.ts.map +1 -0
- package/dist/commands/review-review-cadence.js +86 -0
- package/dist/commands/review-review-cadence.js.map +1 -0
- package/dist/commands/review-sprint-plan.d.ts +2 -0
- package/dist/commands/review-sprint-plan.d.ts.map +1 -0
- package/dist/commands/review-sprint-plan.js +80 -0
- package/dist/commands/review-sprint-plan.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.108.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Action item generation: review-action-item-gen
|
|
9
|
+
- Policy enforcement: review-policy-enforce
|
|
10
|
+
- Time-to-fix estimates: finding-time-to-fix
|
|
11
|
+
- Sprint planning: review-sprint-plan
|
|
12
|
+
- Finding ancestry tracing: finding-ancestry-trace
|
|
13
|
+
- Escalation paths: review-escalation-path
|
|
14
|
+
- Remediation cost estimates: finding-remediation-cost
|
|
15
|
+
- Review digest generation: review-digest-gen
|
|
16
|
+
- Recurrence checking: finding-recurrence-check
|
|
17
|
+
|
|
18
|
+
## [3.107.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Auto-fix suggestions: finding-auto-fix-suggest
|
|
22
|
+
- Scope-based finding filter: finding-scope-filter
|
|
23
|
+
- Finding noise reduction: finding-noise-reduce
|
|
24
|
+
- Release gate evaluation: review-release-gate
|
|
25
|
+
- Code ownership mapping: review-code-ownership
|
|
26
|
+
- Batch triage: finding-batch-triage
|
|
27
|
+
- PR label suggestions: review-pr-label-suggest
|
|
28
|
+
- Confidence boost analysis: finding-confidence-boost
|
|
29
|
+
- Review cadence analysis: review-review-cadence
|
|
30
|
+
|
|
5
31
|
## [3.106.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;AAs/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,CA8sJ1D"}
|
package/dist/cli.js
CHANGED
|
@@ -823,6 +823,24 @@ USAGE:
|
|
|
823
823
|
judges review-knowledge-capture Capture lessons learned
|
|
824
824
|
judges review-onboarding-check Onboarding checklist
|
|
825
825
|
judges finding-regression-detect Detect regressions
|
|
826
|
+
judges finding-auto-fix-suggest Auto-fix suggestions
|
|
827
|
+
judges finding-scope-filter Scope-based filtering
|
|
828
|
+
judges finding-noise-reduce Reduce finding noise
|
|
829
|
+
judges review-release-gate Release gate checks
|
|
830
|
+
judges review-code-ownership Code ownership mapping
|
|
831
|
+
judges finding-batch-triage Batch triage findings
|
|
832
|
+
judges review-pr-label-suggest PR label suggestions
|
|
833
|
+
judges finding-confidence-boost Confidence boost analysis
|
|
834
|
+
judges review-review-cadence Review cadence analysis
|
|
835
|
+
judges review-action-item-gen Generate action items
|
|
836
|
+
judges review-policy-enforce Policy enforcement
|
|
837
|
+
judges finding-time-to-fix Time-to-fix estimates
|
|
838
|
+
judges review-sprint-plan Sprint planning
|
|
839
|
+
judges finding-ancestry-trace Finding ancestry trace
|
|
840
|
+
judges review-escalation-path Escalation paths
|
|
841
|
+
judges finding-remediation-cost Remediation cost estimate
|
|
842
|
+
judges review-digest-gen Review digest
|
|
843
|
+
judges finding-recurrence-check Recurrence check
|
|
826
844
|
judges tune Analyze project and suggest optimal config
|
|
827
845
|
judges list List all available judges
|
|
828
846
|
judges version Show version information
|
|
@@ -4846,6 +4864,114 @@ export async function runCli(argv) {
|
|
|
4846
4864
|
runFindingRegressionDetect(argv);
|
|
4847
4865
|
return;
|
|
4848
4866
|
}
|
|
4867
|
+
// ─── Finding Auto-Fix Suggest Command ─────────────────────────────
|
|
4868
|
+
if (args.command === "finding-auto-fix-suggest") {
|
|
4869
|
+
const { runFindingAutoFixSuggest } = await import("./commands/finding-auto-fix-suggest.js");
|
|
4870
|
+
runFindingAutoFixSuggest(argv);
|
|
4871
|
+
return;
|
|
4872
|
+
}
|
|
4873
|
+
// ─── Finding Scope Filter Command ────────────────────────────────
|
|
4874
|
+
if (args.command === "finding-scope-filter") {
|
|
4875
|
+
const { runFindingScopeFilter } = await import("./commands/finding-scope-filter.js");
|
|
4876
|
+
runFindingScopeFilter(argv);
|
|
4877
|
+
return;
|
|
4878
|
+
}
|
|
4879
|
+
// ─── Finding Noise Reduce Command ────────────────────────────────
|
|
4880
|
+
if (args.command === "finding-noise-reduce") {
|
|
4881
|
+
const { runFindingNoiseReduce } = await import("./commands/finding-noise-reduce.js");
|
|
4882
|
+
runFindingNoiseReduce(argv);
|
|
4883
|
+
return;
|
|
4884
|
+
}
|
|
4885
|
+
// ─── Review Release Gate Command ─────────────────────────────────
|
|
4886
|
+
if (args.command === "review-release-gate") {
|
|
4887
|
+
const { runReviewReleaseGate } = await import("./commands/review-release-gate.js");
|
|
4888
|
+
runReviewReleaseGate(argv);
|
|
4889
|
+
return;
|
|
4890
|
+
}
|
|
4891
|
+
// ─── Review Code Ownership Command ───────────────────────────────
|
|
4892
|
+
if (args.command === "review-code-ownership") {
|
|
4893
|
+
const { runReviewCodeOwnership } = await import("./commands/review-code-ownership.js");
|
|
4894
|
+
runReviewCodeOwnership(argv);
|
|
4895
|
+
return;
|
|
4896
|
+
}
|
|
4897
|
+
// ─── Finding Batch Triage Command ────────────────────────────────
|
|
4898
|
+
if (args.command === "finding-batch-triage") {
|
|
4899
|
+
const { runFindingBatchTriage } = await import("./commands/finding-batch-triage.js");
|
|
4900
|
+
runFindingBatchTriage(argv);
|
|
4901
|
+
return;
|
|
4902
|
+
}
|
|
4903
|
+
// ─── Review PR Label Suggest Command ─────────────────────────────
|
|
4904
|
+
if (args.command === "review-pr-label-suggest") {
|
|
4905
|
+
const { runReviewPrLabelSuggest } = await import("./commands/review-pr-label-suggest.js");
|
|
4906
|
+
runReviewPrLabelSuggest(argv);
|
|
4907
|
+
return;
|
|
4908
|
+
}
|
|
4909
|
+
// ─── Finding Confidence Boost Command ─────────────────────────────
|
|
4910
|
+
if (args.command === "finding-confidence-boost") {
|
|
4911
|
+
const { runFindingConfidenceBoost } = await import("./commands/finding-confidence-boost.js");
|
|
4912
|
+
runFindingConfidenceBoost(argv);
|
|
4913
|
+
return;
|
|
4914
|
+
}
|
|
4915
|
+
// ─── Review Review Cadence Command ───────────────────────────────
|
|
4916
|
+
if (args.command === "review-review-cadence") {
|
|
4917
|
+
const { runReviewReviewCadence } = await import("./commands/review-review-cadence.js");
|
|
4918
|
+
runReviewReviewCadence(argv);
|
|
4919
|
+
return;
|
|
4920
|
+
}
|
|
4921
|
+
// ─── Review Action Item Gen Command ──────────────────────────────
|
|
4922
|
+
if (args.command === "review-action-item-gen") {
|
|
4923
|
+
const { runReviewActionItemGen } = await import("./commands/review-action-item-gen.js");
|
|
4924
|
+
runReviewActionItemGen(argv);
|
|
4925
|
+
return;
|
|
4926
|
+
}
|
|
4927
|
+
// ─── Review Policy Enforce Command ───────────────────────────────
|
|
4928
|
+
if (args.command === "review-policy-enforce") {
|
|
4929
|
+
const { runReviewPolicyEnforce } = await import("./commands/review-policy-enforce.js");
|
|
4930
|
+
runReviewPolicyEnforce(argv);
|
|
4931
|
+
return;
|
|
4932
|
+
}
|
|
4933
|
+
// ─── Finding Time-to-Fix Command ─────────────────────────────────
|
|
4934
|
+
if (args.command === "finding-time-to-fix") {
|
|
4935
|
+
const { runFindingTimeToFix } = await import("./commands/finding-time-to-fix.js");
|
|
4936
|
+
runFindingTimeToFix(argv);
|
|
4937
|
+
return;
|
|
4938
|
+
}
|
|
4939
|
+
// ─── Review Sprint Plan Command ──────────────────────────────────
|
|
4940
|
+
if (args.command === "review-sprint-plan") {
|
|
4941
|
+
const { runReviewSprintPlan } = await import("./commands/review-sprint-plan.js");
|
|
4942
|
+
runReviewSprintPlan(argv);
|
|
4943
|
+
return;
|
|
4944
|
+
}
|
|
4945
|
+
// ─── Finding Ancestry Trace Command ──────────────────────────────
|
|
4946
|
+
if (args.command === "finding-ancestry-trace") {
|
|
4947
|
+
const { runFindingAncestryTrace } = await import("./commands/finding-ancestry-trace.js");
|
|
4948
|
+
runFindingAncestryTrace(argv);
|
|
4949
|
+
return;
|
|
4950
|
+
}
|
|
4951
|
+
// ─── Review Escalation Path Command ──────────────────────────────
|
|
4952
|
+
if (args.command === "review-escalation-path") {
|
|
4953
|
+
const { runReviewEscalationPath } = await import("./commands/review-escalation-path.js");
|
|
4954
|
+
runReviewEscalationPath(argv);
|
|
4955
|
+
return;
|
|
4956
|
+
}
|
|
4957
|
+
// ─── Finding Remediation Cost Command ────────────────────────────
|
|
4958
|
+
if (args.command === "finding-remediation-cost") {
|
|
4959
|
+
const { runFindingRemediationCost } = await import("./commands/finding-remediation-cost.js");
|
|
4960
|
+
runFindingRemediationCost(argv);
|
|
4961
|
+
return;
|
|
4962
|
+
}
|
|
4963
|
+
// ─── Review Digest Gen Command ───────────────────────────────────
|
|
4964
|
+
if (args.command === "review-digest-gen") {
|
|
4965
|
+
const { runReviewDigestGen } = await import("./commands/review-digest-gen.js");
|
|
4966
|
+
runReviewDigestGen(argv);
|
|
4967
|
+
return;
|
|
4968
|
+
}
|
|
4969
|
+
// ─── Finding Recurrence Check Command ────────────────────────────
|
|
4970
|
+
if (args.command === "finding-recurrence-check") {
|
|
4971
|
+
const { runFindingRecurrenceCheck } = await import("./commands/finding-recurrence-check.js");
|
|
4972
|
+
runFindingRecurrenceCheck(argv);
|
|
4973
|
+
return;
|
|
4974
|
+
}
|
|
4849
4975
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4850
4976
|
if (args.command === "tune") {
|
|
4851
4977
|
const { runTune } = await import("./commands/tune.js");
|