@kevinrabun/judges 3.108.0 → 3.109.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-compliance-tag.d.ts +2 -0
- package/dist/commands/finding-compliance-tag.d.ts.map +1 -0
- package/dist/commands/finding-compliance-tag.js +107 -0
- package/dist/commands/finding-compliance-tag.js.map +1 -0
- package/dist/commands/finding-dedup-merge.d.ts +2 -0
- package/dist/commands/finding-dedup-merge.d.ts.map +1 -0
- package/dist/commands/finding-dedup-merge.js +108 -0
- package/dist/commands/finding-dedup-merge.js.map +1 -0
- package/dist/commands/finding-fix-playbook.d.ts +2 -0
- package/dist/commands/finding-fix-playbook.d.ts.map +1 -0
- package/dist/commands/finding-fix-playbook.js +111 -0
- package/dist/commands/finding-fix-playbook.js.map +1 -0
- package/dist/commands/finding-severity-rebalance.d.ts +2 -0
- package/dist/commands/finding-severity-rebalance.d.ts.map +1 -0
- package/dist/commands/finding-severity-rebalance.js +109 -0
- package/dist/commands/finding-severity-rebalance.js.map +1 -0
- package/dist/commands/review-adoption-score.d.ts +2 -0
- package/dist/commands/review-adoption-score.d.ts.map +1 -0
- package/dist/commands/review-adoption-score.js +182 -0
- package/dist/commands/review-adoption-score.js.map +1 -0
- package/dist/commands/review-goal-track.d.ts +2 -0
- package/dist/commands/review-goal-track.d.ts.map +1 -0
- package/dist/commands/review-goal-track.js +124 -0
- package/dist/commands/review-goal-track.js.map +1 -0
- package/dist/commands/review-stakeholder-notify.d.ts +2 -0
- package/dist/commands/review-stakeholder-notify.d.ts.map +1 -0
- package/dist/commands/review-stakeholder-notify.js +135 -0
- package/dist/commands/review-stakeholder-notify.js.map +1 -0
- package/dist/commands/review-team-coverage.d.ts +2 -0
- package/dist/commands/review-team-coverage.d.ts.map +1 -0
- package/dist/commands/review-team-coverage.js +96 -0
- package/dist/commands/review-team-coverage.js.map +1 -0
- package/dist/commands/review-team-rotation.d.ts +2 -0
- package/dist/commands/review-team-rotation.d.ts.map +1 -0
- package/dist/commands/review-team-rotation.js +100 -0
- package/dist/commands/review-team-rotation.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.109.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **finding-compliance-tag** — Tag findings with compliance framework identifiers (SOC2, PCI-DSS, GDPR)
|
|
9
|
+
- **review-team-coverage** — Show review coverage distribution across team members
|
|
10
|
+
- **finding-severity-rebalance** — Rebalance finding severities based on project context
|
|
11
|
+
- **review-stakeholder-notify** — Format notifications for different stakeholder roles
|
|
12
|
+
- **finding-fix-playbook** — Generate step-by-step fix playbooks for common finding patterns
|
|
13
|
+
- **review-adoption-score** — Calculate project adoption readiness score
|
|
14
|
+
- **finding-dedup-merge** — Merge duplicate findings across review runs
|
|
15
|
+
- **review-team-rotation** — Manage reviewer rotation schedules
|
|
16
|
+
- **review-goal-track** — Track team review quality goals over time
|
|
17
|
+
|
|
5
18
|
## [3.108.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;AA+/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,CA6wJ1D"}
|
package/dist/cli.js
CHANGED
|
@@ -841,6 +841,15 @@ USAGE:
|
|
|
841
841
|
judges finding-remediation-cost Remediation cost estimate
|
|
842
842
|
judges review-digest-gen Review digest
|
|
843
843
|
judges finding-recurrence-check Recurrence check
|
|
844
|
+
judges finding-compliance-tag Compliance tagging
|
|
845
|
+
judges review-team-coverage Team coverage analysis
|
|
846
|
+
judges finding-severity-rebalance Severity rebalance
|
|
847
|
+
judges review-stakeholder-notify Stakeholder notifications
|
|
848
|
+
judges finding-fix-playbook Fix playbook generation
|
|
849
|
+
judges review-adoption-score Adoption score
|
|
850
|
+
judges finding-dedup-merge Dedup merge across runs
|
|
851
|
+
judges review-team-rotation Team rotation
|
|
852
|
+
judges review-goal-track Goal tracking
|
|
844
853
|
judges tune Analyze project and suggest optimal config
|
|
845
854
|
judges list List all available judges
|
|
846
855
|
judges version Show version information
|
|
@@ -4972,6 +4981,60 @@ export async function runCli(argv) {
|
|
|
4972
4981
|
runFindingRecurrenceCheck(argv);
|
|
4973
4982
|
return;
|
|
4974
4983
|
}
|
|
4984
|
+
// ─── Finding Compliance Tag Command ──────────────────────────────
|
|
4985
|
+
if (args.command === "finding-compliance-tag") {
|
|
4986
|
+
const { runFindingComplianceTag } = await import("./commands/finding-compliance-tag.js");
|
|
4987
|
+
runFindingComplianceTag(argv);
|
|
4988
|
+
return;
|
|
4989
|
+
}
|
|
4990
|
+
// ─── Review Team Coverage Command ────────────────────────────────
|
|
4991
|
+
if (args.command === "review-team-coverage") {
|
|
4992
|
+
const { runReviewTeamCoverage } = await import("./commands/review-team-coverage.js");
|
|
4993
|
+
runReviewTeamCoverage(argv);
|
|
4994
|
+
return;
|
|
4995
|
+
}
|
|
4996
|
+
// ─── Finding Severity Rebalance Command ──────────────────────────
|
|
4997
|
+
if (args.command === "finding-severity-rebalance") {
|
|
4998
|
+
const { runFindingSeverityRebalance } = await import("./commands/finding-severity-rebalance.js");
|
|
4999
|
+
runFindingSeverityRebalance(argv);
|
|
5000
|
+
return;
|
|
5001
|
+
}
|
|
5002
|
+
// ─── Review Stakeholder Notify Command ───────────────────────────
|
|
5003
|
+
if (args.command === "review-stakeholder-notify") {
|
|
5004
|
+
const { runReviewStakeholderNotify } = await import("./commands/review-stakeholder-notify.js");
|
|
5005
|
+
runReviewStakeholderNotify(argv);
|
|
5006
|
+
return;
|
|
5007
|
+
}
|
|
5008
|
+
// ─── Finding Fix Playbook Command ────────────────────────────────
|
|
5009
|
+
if (args.command === "finding-fix-playbook") {
|
|
5010
|
+
const { runFindingFixPlaybook } = await import("./commands/finding-fix-playbook.js");
|
|
5011
|
+
runFindingFixPlaybook(argv);
|
|
5012
|
+
return;
|
|
5013
|
+
}
|
|
5014
|
+
// ─── Review Adoption Score Command ───────────────────────────────
|
|
5015
|
+
if (args.command === "review-adoption-score") {
|
|
5016
|
+
const { runReviewAdoptionScore } = await import("./commands/review-adoption-score.js");
|
|
5017
|
+
runReviewAdoptionScore(argv);
|
|
5018
|
+
return;
|
|
5019
|
+
}
|
|
5020
|
+
// ─── Finding Dedup Merge Command ─────────────────────────────────
|
|
5021
|
+
if (args.command === "finding-dedup-merge") {
|
|
5022
|
+
const { runFindingDedupMerge } = await import("./commands/finding-dedup-merge.js");
|
|
5023
|
+
runFindingDedupMerge(argv);
|
|
5024
|
+
return;
|
|
5025
|
+
}
|
|
5026
|
+
// ─── Review Team Rotation Command ────────────────────────────────
|
|
5027
|
+
if (args.command === "review-team-rotation") {
|
|
5028
|
+
const { runReviewTeamRotation } = await import("./commands/review-team-rotation.js");
|
|
5029
|
+
runReviewTeamRotation(argv);
|
|
5030
|
+
return;
|
|
5031
|
+
}
|
|
5032
|
+
// ─── Review Goal Track Command ───────────────────────────────────
|
|
5033
|
+
if (args.command === "review-goal-track") {
|
|
5034
|
+
const { runReviewGoalTrack } = await import("./commands/review-goal-track.js");
|
|
5035
|
+
runReviewGoalTrack(argv);
|
|
5036
|
+
return;
|
|
5037
|
+
}
|
|
4975
5038
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4976
5039
|
if (args.command === "tune") {
|
|
4977
5040
|
const { runTune } = await import("./commands/tune.js");
|