@rolepod/uiproof 0.6.1 → 0.6.2
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +2 -2
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor/mcp.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/CHANGELOG.md +41 -0
- package/README.md +3 -3
- package/dist/bin/rolepod-uiproof.js +1 -1
- package/dist/bin/rolepod-uiproof.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas/tools.json +1 -1
- package/package.json +1 -1
- package/skills/check-errors/SKILL.md +1 -1
- package/skills/verify-ui/SKILL.md +1 -1
package/dist/schemas/tools.json
CHANGED
package/package.json
CHANGED
|
@@ -120,4 +120,4 @@ Either way the run directory contains a `manifest.json` per Extension Protocol v
|
|
|
120
120
|
|
|
121
121
|
> The `/check-errors` skill needs the **rolepod-uiproof** MCP server,
|
|
122
122
|
> which is not currently available. Confirm the plugin is installed and
|
|
123
|
-
> try again, or check that `npx -y rolepod
|
|
123
|
+
> try again, or check that `npx -y @rolepod/uiproof` is reachable.
|
|
@@ -123,7 +123,7 @@ Either way the run directory contains a `manifest.json` per Extension Protocol v
|
|
|
123
123
|
|
|
124
124
|
> The `/verify-ui` skill needs the **rolepod-uiproof** MCP server, which is
|
|
125
125
|
> not currently available. Confirm the plugin is installed and try again,
|
|
126
|
-
> or check that `npx -y rolepod
|
|
126
|
+
> or check that `npx -y @rolepod/uiproof` is reachable.
|
|
127
127
|
|
|
128
128
|
Do **not** attempt this work via Playwright MCP, Chrome DevTools MCP, or
|
|
129
129
|
any other backend from inside this skill. Multi-backend routing is the
|