@rolepod/uiproof 0.5.0 → 0.6.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/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +2 -2
- package/.codex-plugin/plugin.json +3 -3
- package/.cursor-plugin/plugin.json +2 -2
- package/CHANGELOG.md +130 -0
- package/README.md +15 -0
- package/dist/bin/rolepod-uiproof.js +267 -28
- package/dist/bin/rolepod-uiproof.js.map +1 -1
- package/dist/index.d.ts +53 -9
- package/dist/index.js +267 -26
- package/dist/index.js.map +1 -1
- package/dist/schemas/tools.json +1 -1
- package/package.json +1 -1
- package/skills/audit-a11y/SKILL.md +9 -0
- package/skills/check-errors/SKILL.md +9 -0
- package/skills/scaffold-e2e/SKILL.md +9 -0
- package/skills/verify-ui/SKILL.md +9 -0
- package/skills/visual-diff/SKILL.md +9 -0
package/dist/schemas/tools.json
CHANGED
package/package.json
CHANGED
|
@@ -43,6 +43,15 @@ MCP server. No fallback (D-024).
|
|
|
43
43
|
3. Surface counts + critical/serious issues inline; reference the report
|
|
44
44
|
path for the full list.
|
|
45
45
|
|
|
46
|
+
## Evidence routing
|
|
47
|
+
|
|
48
|
+
Run artifacts are saved under:
|
|
49
|
+
|
|
50
|
+
- **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
|
|
51
|
+
- **With `rolepod` parent** (detected via the marker file `<git-root>/.rolepod/parent-active` written by the parent's SessionStart hook): `<git-root>/.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
|
|
52
|
+
|
|
53
|
+
Either way the run directory contains a `manifest.json` per Extension Protocol v1, so the parent's `check-work` skill can aggregate results into the verify phase report. Standalone users can read the manifest themselves — same shape.
|
|
54
|
+
|
|
46
55
|
## If the tool is unavailable
|
|
47
56
|
|
|
48
57
|
Surface plainly:
|
|
@@ -107,6 +107,15 @@ User: "Sign in then dashboard — make sure no console errors."
|
|
|
107
107
|
}
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
+
## Evidence routing
|
|
111
|
+
|
|
112
|
+
Run artifacts are saved under:
|
|
113
|
+
|
|
114
|
+
- **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
|
|
115
|
+
- **With `rolepod` parent** (detected via the marker file `<git-root>/.rolepod/parent-active` written by the parent's SessionStart hook): `<git-root>/.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
|
|
116
|
+
|
|
117
|
+
Either way the run directory contains a `manifest.json` per Extension Protocol v1. Because `/check-errors` wraps `rolepod_verify_ui_flow`, the manifest is written by the underlying composite tool — same shape, same fields.
|
|
118
|
+
|
|
110
119
|
## If the tool is unavailable
|
|
111
120
|
|
|
112
121
|
> The `/check-errors` skill needs the **rolepod-uiproof** MCP server,
|
|
@@ -62,6 +62,15 @@ upstream Selenium has no network-capture primitive.
|
|
|
62
62
|
3. Print the generated file path and the setup steps. Surface
|
|
63
63
|
`dependencies` as an install command.
|
|
64
64
|
|
|
65
|
+
## Evidence routing
|
|
66
|
+
|
|
67
|
+
Run artifacts (the generated test file) are saved under:
|
|
68
|
+
|
|
69
|
+
- **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
|
|
70
|
+
- **With `rolepod` parent** (detected via the marker file `<git-root>/.rolepod/parent-active` written by the parent's SessionStart hook): `<git-root>/.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
|
|
71
|
+
|
|
72
|
+
Either way the run directory contains a `manifest.json` per Extension Protocol v1 (with `phase: "build"` for this skill).
|
|
73
|
+
|
|
65
74
|
## If the tool is unavailable
|
|
66
75
|
|
|
67
76
|
Surface plainly:
|
|
@@ -110,6 +110,15 @@ For ANY user-visible flow, default-include `no_console_errors` and
|
|
|
110
110
|
`no_failed_requests` in `expect`. Real UI bugs surface as console errors
|
|
111
111
|
or 5xx responses far more often than as wrong text.
|
|
112
112
|
|
|
113
|
+
## Evidence routing
|
|
114
|
+
|
|
115
|
+
Run artifacts are saved under:
|
|
116
|
+
|
|
117
|
+
- **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
|
|
118
|
+
- **With `rolepod` parent** (detected via the marker file `<git-root>/.rolepod/parent-active` written by the parent's SessionStart hook): `<git-root>/.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
|
|
119
|
+
|
|
120
|
+
Either way the run directory contains a `manifest.json` per Extension Protocol v1, so the parent's `check-work` skill can aggregate results into the verify phase report. Standalone users can read the manifest themselves — same shape.
|
|
121
|
+
|
|
113
122
|
## If the tool is unavailable
|
|
114
123
|
|
|
115
124
|
> The `/verify-ui` skill needs the **rolepod-uiproof** MCP server, which is
|
|
@@ -44,6 +44,15 @@ MCP server. No fallback (D-024).
|
|
|
44
44
|
3. Report `diff_pct`, `passed`, and the three image paths. If the baseline
|
|
45
45
|
was just seeded, say so explicitly.
|
|
46
46
|
|
|
47
|
+
## Evidence routing
|
|
48
|
+
|
|
49
|
+
Run artifacts are saved under:
|
|
50
|
+
|
|
51
|
+
- **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
|
|
52
|
+
- **With `rolepod` parent** (detected via the marker file `<git-root>/.rolepod/parent-active` written by the parent's SessionStart hook): `<git-root>/.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
|
|
53
|
+
|
|
54
|
+
Baselines under `.rolepod-uiproof/baselines/` are always the same location regardless of mode — they are user-curated config, not per-run evidence. Either way the run directory contains a `manifest.json` per Extension Protocol v1.
|
|
55
|
+
|
|
47
56
|
## If the tool is unavailable
|
|
48
57
|
|
|
49
58
|
Surface plainly:
|