@kevinrabun/judges 3.110.0 → 3.111.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-auto-priority.d.ts +2 -0
- package/dist/commands/finding-auto-priority.d.ts.map +1 -0
- package/dist/commands/finding-auto-priority.js +101 -0
- package/dist/commands/finding-auto-priority.js.map +1 -0
- package/dist/commands/finding-cluster-summary.d.ts +2 -0
- package/dist/commands/finding-cluster-summary.d.ts.map +1 -0
- package/dist/commands/finding-cluster-summary.js +86 -0
- package/dist/commands/finding-cluster-summary.js.map +1 -0
- package/dist/commands/finding-context-link.d.ts +2 -0
- package/dist/commands/finding-context-link.d.ts.map +1 -0
- package/dist/commands/finding-context-link.js +95 -0
- package/dist/commands/finding-context-link.js.map +1 -0
- package/dist/commands/finding-dependency-impact.d.ts +2 -0
- package/dist/commands/finding-dependency-impact.d.ts.map +1 -0
- package/dist/commands/finding-dependency-impact.js +98 -0
- package/dist/commands/finding-dependency-impact.js.map +1 -0
- package/dist/commands/finding-resolution-workflow.d.ts +2 -0
- package/dist/commands/finding-resolution-workflow.d.ts.map +1 -0
- package/dist/commands/finding-resolution-workflow.js +92 -0
- package/dist/commands/finding-resolution-workflow.js.map +1 -0
- package/dist/commands/review-mentor-suggest.d.ts +2 -0
- package/dist/commands/review-mentor-suggest.d.ts.map +1 -0
- package/dist/commands/review-mentor-suggest.js +113 -0
- package/dist/commands/review-mentor-suggest.js.map +1 -0
- package/dist/commands/review-quality-baseline.d.ts +2 -0
- package/dist/commands/review-quality-baseline.d.ts.map +1 -0
- package/dist/commands/review-quality-baseline.js +135 -0
- package/dist/commands/review-quality-baseline.js.map +1 -0
- package/dist/commands/review-retrospective.d.ts +2 -0
- package/dist/commands/review-retrospective.d.ts.map +1 -0
- package/dist/commands/review-retrospective.js +119 -0
- package/dist/commands/review-retrospective.js.map +1 -0
- package/dist/commands/review-team-velocity.d.ts +2 -0
- package/dist/commands/review-team-velocity.d.ts.map +1 -0
- package/dist/commands/review-team-velocity.js +104 -0
- package/dist/commands/review-team-velocity.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.111.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **finding-resolution-workflow** — Guide through severity-based resolution workflows with step checklists
|
|
9
|
+
- **review-quality-baseline** — Compare current review quality against historical baseline
|
|
10
|
+
- **finding-context-link** — Link findings to relevant documentation via keyword matching
|
|
11
|
+
- **review-team-velocity** — Track team review velocity metrics with trend detection
|
|
12
|
+
- **finding-auto-priority** — Auto-prioritise findings with multi-factor scoring (P0–P4)
|
|
13
|
+
- **review-retrospective** — Generate review retrospective summaries (went well, needs improvement, action items)
|
|
14
|
+
- **finding-dependency-impact** — Show impact of dependency-related findings and blast radius
|
|
15
|
+
- **review-mentor-suggest** — Suggest mentor pairings based on expertise gaps in review history
|
|
16
|
+
- **finding-cluster-summary** — Summarise finding clusters by domain with severity breakdown
|
|
17
|
+
|
|
5
18
|
## [3.110.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;AAihCH;;;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,CA24J1D"}
|
package/dist/cli.js
CHANGED
|
@@ -859,6 +859,15 @@ USAGE:
|
|
|
859
859
|
judges finding-patch-chain Patch chaining
|
|
860
860
|
judges review-engagement-score Engagement score
|
|
861
861
|
judges finding-effort-rank Effort ranking
|
|
862
|
+
judges finding-resolution-workflow Resolution workflow
|
|
863
|
+
judges review-quality-baseline Quality baseline
|
|
864
|
+
judges finding-context-link Context linking
|
|
865
|
+
judges review-team-velocity Team velocity
|
|
866
|
+
judges finding-auto-priority Auto prioritisation
|
|
867
|
+
judges review-retrospective Retrospective
|
|
868
|
+
judges finding-dependency-impact Dependency impact
|
|
869
|
+
judges review-mentor-suggest Mentor suggestions
|
|
870
|
+
judges finding-cluster-summary Cluster summary
|
|
862
871
|
judges tune Analyze project and suggest optimal config
|
|
863
872
|
judges list List all available judges
|
|
864
873
|
judges version Show version information
|
|
@@ -5098,6 +5107,60 @@ export async function runCli(argv) {
|
|
|
5098
5107
|
runFindingEffortRank(argv);
|
|
5099
5108
|
return;
|
|
5100
5109
|
}
|
|
5110
|
+
// ─── Finding Resolution Workflow Command ─────────────────────────
|
|
5111
|
+
if (args.command === "finding-resolution-workflow") {
|
|
5112
|
+
const { runFindingResolutionWorkflow } = await import("./commands/finding-resolution-workflow.js");
|
|
5113
|
+
runFindingResolutionWorkflow(argv);
|
|
5114
|
+
return;
|
|
5115
|
+
}
|
|
5116
|
+
// ─── Review Quality Baseline Command ─────────────────────────────
|
|
5117
|
+
if (args.command === "review-quality-baseline") {
|
|
5118
|
+
const { runReviewQualityBaseline } = await import("./commands/review-quality-baseline.js");
|
|
5119
|
+
runReviewQualityBaseline(argv);
|
|
5120
|
+
return;
|
|
5121
|
+
}
|
|
5122
|
+
// ─── Finding Context Link Command ────────────────────────────────
|
|
5123
|
+
if (args.command === "finding-context-link") {
|
|
5124
|
+
const { runFindingContextLink } = await import("./commands/finding-context-link.js");
|
|
5125
|
+
runFindingContextLink(argv);
|
|
5126
|
+
return;
|
|
5127
|
+
}
|
|
5128
|
+
// ─── Review Team Velocity Command ────────────────────────────────
|
|
5129
|
+
if (args.command === "review-team-velocity") {
|
|
5130
|
+
const { runReviewTeamVelocity } = await import("./commands/review-team-velocity.js");
|
|
5131
|
+
runReviewTeamVelocity(argv);
|
|
5132
|
+
return;
|
|
5133
|
+
}
|
|
5134
|
+
// ─── Finding Auto Priority Command ───────────────────────────────
|
|
5135
|
+
if (args.command === "finding-auto-priority") {
|
|
5136
|
+
const { runFindingAutoPriority } = await import("./commands/finding-auto-priority.js");
|
|
5137
|
+
runFindingAutoPriority(argv);
|
|
5138
|
+
return;
|
|
5139
|
+
}
|
|
5140
|
+
// ─── Review Retrospective Command ────────────────────────────────
|
|
5141
|
+
if (args.command === "review-retrospective") {
|
|
5142
|
+
const { runReviewRetrospective } = await import("./commands/review-retrospective.js");
|
|
5143
|
+
runReviewRetrospective(argv);
|
|
5144
|
+
return;
|
|
5145
|
+
}
|
|
5146
|
+
// ─── Finding Dependency Impact Command ───────────────────────────
|
|
5147
|
+
if (args.command === "finding-dependency-impact") {
|
|
5148
|
+
const { runFindingDependencyImpact } = await import("./commands/finding-dependency-impact.js");
|
|
5149
|
+
runFindingDependencyImpact(argv);
|
|
5150
|
+
return;
|
|
5151
|
+
}
|
|
5152
|
+
// ─── Review Mentor Suggest Command ───────────────────────────────
|
|
5153
|
+
if (args.command === "review-mentor-suggest") {
|
|
5154
|
+
const { runReviewMentorSuggest } = await import("./commands/review-mentor-suggest.js");
|
|
5155
|
+
runReviewMentorSuggest(argv);
|
|
5156
|
+
return;
|
|
5157
|
+
}
|
|
5158
|
+
// ─── Finding Cluster Summary Command ─────────────────────────────
|
|
5159
|
+
if (args.command === "finding-cluster-summary") {
|
|
5160
|
+
const { runFindingClusterSummary } = await import("./commands/finding-cluster-summary.js");
|
|
5161
|
+
runFindingClusterSummary(argv);
|
|
5162
|
+
return;
|
|
5163
|
+
}
|
|
5101
5164
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
5102
5165
|
if (args.command === "tune") {
|
|
5103
5166
|
const { runTune } = await import("./commands/tune.js");
|