@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 +5 -1
- package/package.json +1 -1
- package/server.json +2 -2
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
|
|
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
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.
|
|
10
|
+
"version": "3.8.5",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "@kevinrabun/judges",
|
|
15
|
-
"version": "3.8.
|
|
15
|
+
"version": "3.8.5",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|
|
18
18
|
}
|