@kevinrabun/judges 3.8.4 → 3.8.5

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/README.md CHANGED
@@ -289,7 +289,11 @@ Runs automated tests covering all judges, AST parsers, markdown formatters, and
289
289
 
290
290
  #### VS Code (recommended — zero config)
291
291
 
292
- Install the **[Judges Panel](https://marketplace.visualstudio.com/items?itemName=kevinrabun.judges-panel)** extension from the Marketplace. It auto-configures the MCP server on activation — Copilot and other LMs can immediately use all 35 expert-persona prompts with no manual setup.
292
+ Install the **[Judges Panel](https://marketplace.visualstudio.com/items?itemName=kevinrabun.judges-panel)** extension from the Marketplace. It provides:
293
+
294
+ - **Inline diagnostics & quick-fixes** on every file save
295
+ - **`@judges` chat participant** — type `@judges` in Copilot Chat, or just ask for a "judges panel review" and Copilot routes automatically
296
+ - **Auto-configured MCP server** — all 35 expert-persona prompts available to Copilot with zero setup
293
297
 
294
298
  ```bash
295
299
  code --install-extension kevinrabun.judges-panel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevinrabun/judges",
3
- "version": "3.8.4",
3
+ "version": "3.8.5",
4
4
  "description": "35 specialized judges that evaluate AI-generated code for security, cost, and quality.",
5
5
  "mcpName": "io.github.KevinRabun/judges",
6
6
  "type": "module",
package/server.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "url": "https://github.com/kevinrabun/judges",
8
8
  "source": "github"
9
9
  },
10
- "version": "3.8.4",
10
+ "version": "3.8.5",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "@kevinrabun/judges",
15
- "version": "3.8.4",
15
+ "version": "3.8.5",
16
16
  "transport": {
17
17
  "type": "stdio"
18
18
  }