@rolepod/uiproof 0.4.0 → 0.4.1
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/plugin.json +2 -2
- package/.codex-plugin/plugin.json +1 -7
- package/.cursor/mcp.json +1 -1
- package/CHANGELOG.md +22 -0
- package/README.md +1 -1
- package/dist/bin/rolepod-uiproof.js +157 -2
- package/dist/bin/rolepod-uiproof.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +157 -2
- package/dist/index.js.map +1 -1
- package/dist/schemas/tools.json +1 -1
- package/package.json +1 -1
- package/skills/verify-ui/SKILL.md +1 -1
package/dist/schemas/tools.json
CHANGED
package/package.json
CHANGED
|
@@ -81,7 +81,7 @@ this plainly:
|
|
|
81
81
|
|
|
82
82
|
> The `/verify-ui` skill needs the **rolepod-uiproof** MCP server, which is
|
|
83
83
|
> not currently available. Confirm the plugin is installed and try again,
|
|
84
|
-
> or check that `npx -y
|
|
84
|
+
> or check that `npx -y rolepod-uiproof` is reachable.
|
|
85
85
|
|
|
86
86
|
Do **not** attempt this work via Playwright MCP, Chrome DevTools MCP, or
|
|
87
87
|
any other backend from inside this skill. Multi-backend routing is the
|