@kevinrabun/judges 3.93.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 +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-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-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-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-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-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,19 @@
|
|
|
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
|
+
|
|
5
18
|
## [3.93.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;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
|
@@ -706,6 +706,15 @@ USAGE:
|
|
|
706
706
|
judges finding-link-graph Build finding relationship graph
|
|
707
707
|
judges review-audit-trail Maintain review audit trail
|
|
708
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
|
|
709
718
|
judges tune Analyze project and suggest optimal config
|
|
710
719
|
judges list List all available judges
|
|
711
720
|
judges version Show version information
|
|
@@ -4027,6 +4036,60 @@ export async function runCli(argv) {
|
|
|
4027
4036
|
runReviewComplianceReport(argv);
|
|
4028
4037
|
return;
|
|
4029
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
|
+
}
|
|
4030
4093
|
// ─── Tune Command ─────────────────────────────────────────────────
|
|
4031
4094
|
if (args.command === "tune") {
|
|
4032
4095
|
const { runTune } = await import("./commands/tune.js");
|