@kevinrabun/judges 3.92.0 → 3.94.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-code-context.d.ts +5 -0
- package/dist/commands/finding-code-context.d.ts.map +1 -0
- package/dist/commands/finding-code-context.js +97 -0
- package/dist/commands/finding-code-context.js.map +1 -0
- package/dist/commands/finding-explain.d.ts +5 -0
- package/dist/commands/finding-explain.d.ts.map +1 -0
- package/dist/commands/finding-explain.js +94 -0
- package/dist/commands/finding-explain.js.map +1 -0
- package/dist/commands/finding-filter-view.d.ts +5 -0
- package/dist/commands/finding-filter-view.d.ts.map +1 -0
- package/dist/commands/finding-filter-view.js +108 -0
- package/dist/commands/finding-filter-view.js.map +1 -0
- package/dist/commands/finding-fix-suggest.d.ts +5 -0
- package/dist/commands/finding-fix-suggest.d.ts.map +1 -0
- package/dist/commands/finding-fix-suggest.js +89 -0
- package/dist/commands/finding-fix-suggest.js.map +1 -0
- package/dist/commands/finding-link-graph.d.ts +5 -0
- package/dist/commands/finding-link-graph.d.ts.map +1 -0
- package/dist/commands/finding-link-graph.js +145 -0
- package/dist/commands/finding-link-graph.js.map +1 -0
- package/dist/commands/finding-ownership-map.d.ts +5 -0
- package/dist/commands/finding-ownership-map.d.ts.map +1 -0
- package/dist/commands/finding-ownership-map.js +118 -0
- package/dist/commands/finding-ownership-map.js.map +1 -0
- package/dist/commands/finding-resolution-track.d.ts +5 -0
- package/dist/commands/finding-resolution-track.d.ts.map +1 -0
- package/dist/commands/finding-resolution-track.js +151 -0
- package/dist/commands/finding-resolution-track.js.map +1 -0
- package/dist/commands/review-audit-trail.d.ts +5 -0
- package/dist/commands/review-audit-trail.d.ts.map +1 -0
- package/dist/commands/review-audit-trail.js +97 -0
- package/dist/commands/review-audit-trail.js.map +1 -0
- package/dist/commands/review-compliance-report.d.ts +5 -0
- package/dist/commands/review-compliance-report.d.ts.map +1 -0
- package/dist/commands/review-compliance-report.js +128 -0
- package/dist/commands/review-compliance-report.js.map +1 -0
- package/dist/commands/review-config-template.d.ts +5 -0
- package/dist/commands/review-config-template.d.ts.map +1 -0
- package/dist/commands/review-config-template.js +113 -0
- package/dist/commands/review-config-template.js.map +1 -0
- package/dist/commands/review-ide-sync.d.ts +5 -0
- package/dist/commands/review-ide-sync.d.ts.map +1 -0
- package/dist/commands/review-ide-sync.js +92 -0
- package/dist/commands/review-ide-sync.js.map +1 -0
- package/dist/commands/review-interactive.d.ts +5 -0
- package/dist/commands/review-interactive.d.ts.map +1 -0
- package/dist/commands/review-interactive.js +86 -0
- package/dist/commands/review-interactive.js.map +1 -0
- package/dist/commands/review-onboard-checklist.d.ts +5 -0
- package/dist/commands/review-onboard-checklist.d.ts.map +1 -0
- package/dist/commands/review-onboard-checklist.js +120 -0
- package/dist/commands/review-onboard-checklist.js.map +1 -0
- package/dist/commands/review-progress-track.d.ts +5 -0
- package/dist/commands/review-progress-track.d.ts.map +1 -0
- package/dist/commands/review-progress-track.js +95 -0
- package/dist/commands/review-progress-track.js.map +1 -0
- package/dist/commands/review-quickstart.d.ts +5 -0
- package/dist/commands/review-quickstart.d.ts.map +1 -0
- package/dist/commands/review-quickstart.js +108 -0
- package/dist/commands/review-quickstart.js.map +1 -0
- package/dist/commands/review-report-schedule.d.ts +5 -0
- package/dist/commands/review-report-schedule.d.ts.map +1 -0
- package/dist/commands/review-report-schedule.js +97 -0
- package/dist/commands/review-report-schedule.js.map +1 -0
- package/dist/commands/review-slack-format.d.ts +5 -0
- package/dist/commands/review-slack-format.d.ts.map +1 -0
- package/dist/commands/review-slack-format.js +114 -0
- package/dist/commands/review-slack-format.js.map +1 -0
- package/dist/commands/review-tenant-config.d.ts +5 -0
- package/dist/commands/review-tenant-config.d.ts.map +1 -0
- package/dist/commands/review-tenant-config.js +117 -0
- package/dist/commands/review-tenant-config.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.94.0] — 2026-03-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Interactive quickstart guide for new users: review-quickstart
|
|
9
|
+
- Step-by-step finding walkthrough sessions: review-interactive
|
|
10
|
+
- Detailed finding explanations with context: finding-explain
|
|
11
|
+
- Sync review results to IDE formats (VSCode/JetBrains): review-ide-sync
|
|
12
|
+
- Multi-criteria finding filtering and viewing: finding-filter-view
|
|
13
|
+
- Per-tenant/team configuration profiles: review-tenant-config
|
|
14
|
+
- Surrounding code context for findings: finding-code-context
|
|
15
|
+
- Finding resolution status tracking over time: finding-resolution-track
|
|
16
|
+
- Team onboarding checklists for adoption: review-onboard-checklist
|
|
17
|
+
|
|
18
|
+
## [3.93.0] — 2026-03-14
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Format review summaries for Slack-compatible output: review-slack-format
|
|
22
|
+
- Generate config templates for common review scenarios: review-config-template
|
|
23
|
+
- Suggest fixes for findings with code-level recommendations: finding-fix-suggest
|
|
24
|
+
- Track review progress across multiple runs: review-progress-track
|
|
25
|
+
- Map findings to code owners and maintainers: finding-ownership-map
|
|
26
|
+
- Manage scheduled report generation: review-report-schedule
|
|
27
|
+
- Build finding relationship graphs for dependency analysis: finding-link-graph
|
|
28
|
+
- Maintain review audit trails with full history: review-audit-trail
|
|
29
|
+
- Generate compliance reports from review findings: review-compliance-report
|
|
30
|
+
|
|
5
31
|
## [3.92.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;AAw3BH;;;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,CA41H1D"}
|
package/dist/cli.js
CHANGED
|
@@ -697,6 +697,24 @@ USAGE:
|
|
|
697
697
|
judges finding-pattern-detect Detect recurring finding patterns
|
|
698
698
|
judges review-coverage-gap Identify review coverage gaps
|
|
699
699
|
judges review-feedback-loop Track review feedback over time
|
|
700
|
+
judges review-slack-format Format review summaries for Slack
|
|
701
|
+
judges review-config-template Generate config templates
|
|
702
|
+
judges finding-fix-suggest Suggest fixes for findings
|
|
703
|
+
judges review-progress-track Track review progress over time
|
|
704
|
+
judges finding-ownership-map Map findings to code owners
|
|
705
|
+
judges review-report-schedule Manage report schedules
|
|
706
|
+
judges finding-link-graph Build finding relationship graph
|
|
707
|
+
judges review-audit-trail Maintain review audit trail
|
|
708
|
+
judges review-compliance-report Generate compliance reports
|
|
709
|
+
judges review-quickstart Interactive quickstart guide
|
|
710
|
+
judges review-interactive Step-by-step finding walkthrough
|
|
711
|
+
judges finding-explain Explain findings in detail
|
|
712
|
+
judges review-ide-sync Sync results to IDE format
|
|
713
|
+
judges finding-filter-view Filter findings by criteria
|
|
714
|
+
judges review-tenant-config Manage team config profiles
|
|
715
|
+
judges finding-code-context Show code context for findings
|
|
716
|
+
judges finding-resolution-track Track finding resolution status
|
|
717
|
+
judges review-onboard-checklist Team onboarding checklist
|
|
700
718
|
judges tune Analyze project and suggest optimal config
|
|
701
719
|
judges list List all available judges
|
|
702
720
|
judges version Show version information
|
|
@@ -3964,6 +3982,114 @@ export async function runCli(argv) {
|
|
|
3964
3982
|
runReviewFeedbackLoop(argv);
|
|
3965
3983
|
return;
|
|
3966
3984
|
}
|
|
3985
|
+
// ─── Review Slack Format Command ──────────────────────────────────
|
|
3986
|
+
if (args.command === "review-slack-format") {
|
|
3987
|
+
const { runReviewSlackFormat } = await import("./commands/review-slack-format.js");
|
|
3988
|
+
runReviewSlackFormat(argv);
|
|
3989
|
+
return;
|
|
3990
|
+
}
|
|
3991
|
+
// ─── Review Config Template Command ───────────────────────────────
|
|
3992
|
+
if (args.command === "review-config-template") {
|
|
3993
|
+
const { runReviewConfigTemplate } = await import("./commands/review-config-template.js");
|
|
3994
|
+
runReviewConfigTemplate(argv);
|
|
3995
|
+
return;
|
|
3996
|
+
}
|
|
3997
|
+
// ─── Finding Fix Suggest Command ──────────────────────────────────
|
|
3998
|
+
if (args.command === "finding-fix-suggest") {
|
|
3999
|
+
const { runFindingFixSuggest } = await import("./commands/finding-fix-suggest.js");
|
|
4000
|
+
runFindingFixSuggest(argv);
|
|
4001
|
+
return;
|
|
4002
|
+
}
|
|
4003
|
+
// ─── Review Progress Track Command ────────────────────────────────
|
|
4004
|
+
if (args.command === "review-progress-track") {
|
|
4005
|
+
const { runReviewProgressTrack } = await import("./commands/review-progress-track.js");
|
|
4006
|
+
runReviewProgressTrack(argv);
|
|
4007
|
+
return;
|
|
4008
|
+
}
|
|
4009
|
+
// ─── Finding Ownership Map Command ────────────────────────────────
|
|
4010
|
+
if (args.command === "finding-ownership-map") {
|
|
4011
|
+
const { runFindingOwnershipMap } = await import("./commands/finding-ownership-map.js");
|
|
4012
|
+
runFindingOwnershipMap(argv);
|
|
4013
|
+
return;
|
|
4014
|
+
}
|
|
4015
|
+
// ─── Review Report Schedule Command ───────────────────────────────
|
|
4016
|
+
if (args.command === "review-report-schedule") {
|
|
4017
|
+
const { runReviewReportSchedule } = await import("./commands/review-report-schedule.js");
|
|
4018
|
+
runReviewReportSchedule(argv);
|
|
4019
|
+
return;
|
|
4020
|
+
}
|
|
4021
|
+
// ─── Finding Link Graph Command ───────────────────────────────────
|
|
4022
|
+
if (args.command === "finding-link-graph") {
|
|
4023
|
+
const { runFindingLinkGraph } = await import("./commands/finding-link-graph.js");
|
|
4024
|
+
runFindingLinkGraph(argv);
|
|
4025
|
+
return;
|
|
4026
|
+
}
|
|
4027
|
+
// ─── Review Audit Trail Command ───────────────────────────────────
|
|
4028
|
+
if (args.command === "review-audit-trail") {
|
|
4029
|
+
const { runReviewAuditTrail } = await import("./commands/review-audit-trail.js");
|
|
4030
|
+
runReviewAuditTrail(argv);
|
|
4031
|
+
return;
|
|
4032
|
+
}
|
|
4033
|
+
// ─── Review Compliance Report Command ─────────────────────────────
|
|
4034
|
+
if (args.command === "review-compliance-report") {
|
|
4035
|
+
const { runReviewComplianceReport } = await import("./commands/review-compliance-report.js");
|
|
4036
|
+
runReviewComplianceReport(argv);
|
|
4037
|
+
return;
|
|
4038
|
+
}
|
|
4039
|
+
// ─── Review Quickstart Command ────────────────────────────────────
|
|
4040
|
+
if (args.command === "review-quickstart") {
|
|
4041
|
+
const { runReviewQuickstart } = await import("./commands/review-quickstart.js");
|
|
4042
|
+
runReviewQuickstart(argv);
|
|
4043
|
+
return;
|
|
4044
|
+
}
|
|
4045
|
+
// ─── Review Interactive Command ───────────────────────────────────
|
|
4046
|
+
if (args.command === "review-interactive") {
|
|
4047
|
+
const { runReviewInteractive } = await import("./commands/review-interactive.js");
|
|
4048
|
+
runReviewInteractive(argv);
|
|
4049
|
+
return;
|
|
4050
|
+
}
|
|
4051
|
+
// ─── Finding Explain Command ──────────────────────────────────────
|
|
4052
|
+
if (args.command === "finding-explain") {
|
|
4053
|
+
const { runFindingExplain } = await import("./commands/finding-explain.js");
|
|
4054
|
+
runFindingExplain(argv);
|
|
4055
|
+
return;
|
|
4056
|
+
}
|
|
4057
|
+
// ─── Review IDE Sync Command ──────────────────────────────────────
|
|
4058
|
+
if (args.command === "review-ide-sync") {
|
|
4059
|
+
const { runReviewIdeSync } = await import("./commands/review-ide-sync.js");
|
|
4060
|
+
runReviewIdeSync(argv);
|
|
4061
|
+
return;
|
|
4062
|
+
}
|
|
4063
|
+
// ─── Finding Filter View Command ──────────────────────────────────
|
|
4064
|
+
if (args.command === "finding-filter-view") {
|
|
4065
|
+
const { runFindingFilterView } = await import("./commands/finding-filter-view.js");
|
|
4066
|
+
runFindingFilterView(argv);
|
|
4067
|
+
return;
|
|
4068
|
+
}
|
|
4069
|
+
// ─── Review Tenant Config Command ─────────────────────────────────
|
|
4070
|
+
if (args.command === "review-tenant-config") {
|
|
4071
|
+
const { runReviewTenantConfig } = await import("./commands/review-tenant-config.js");
|
|
4072
|
+
runReviewTenantConfig(argv);
|
|
4073
|
+
return;
|
|
4074
|
+
}
|
|
4075
|
+
// ─── Finding Code Context Command ─────────────────────────────────
|
|
4076
|
+
if (args.command === "finding-code-context") {
|
|
4077
|
+
const { runFindingCodeContext } = await import("./commands/finding-code-context.js");
|
|
4078
|
+
runFindingCodeContext(argv);
|
|
4079
|
+
return;
|
|
4080
|
+
}
|
|
4081
|
+
// ─── Finding Resolution Track Command ─────────────────────────────
|
|
4082
|
+
if (args.command === "finding-resolution-track") {
|
|
4083
|
+
const { runFindingResolutionTrack } = await import("./commands/finding-resolution-track.js");
|
|
4084
|
+
runFindingResolutionTrack(argv);
|
|
4085
|
+
return;
|
|
4086
|
+
}
|
|
4087
|
+
// ─── Review Onboard Checklist Command ─────────────────────────────
|
|
4088
|
+
if (args.command === "review-onboard-checklist") {
|
|
4089
|
+
const { runReviewOnboardChecklist } = await import("./commands/review-onboard-checklist.js");
|
|
4090
|
+
runReviewOnboardChecklist(argv);
|
|
4091
|
+
return;
|
|
4092
|
+
}
|
|
3967
4093
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
3968
4094
|
if (args.command === "tune") {
|
|
3969
4095
|
const { runTune } = await import("./commands/tune.js");
|