@rolepod/uiproof 0.6.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "rolepod_mcp_version": "0.6.0",
3
+ "rolepod_mcp_version": "0.6.1",
4
4
  "tools": {
5
5
  "rolepod_browser_open": {
6
6
  "$schema": "https://json-schema.org/draft/2019-09/schema#"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolepod/uiproof",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Multi-platform UI/mobile automation for AI agents — MCP server + shipped skills.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -48,7 +48,7 @@ MCP server. No fallback (D-024).
48
48
  Run artifacts are saved under:
49
49
 
50
50
  - **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
51
- - **With `rolepod` parent** (when `ROLEPOD_PARENT=1` is set by the parent's SessionStart hook): `.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
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
52
 
53
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
54
 
@@ -112,7 +112,7 @@ User: "Sign in then dashboard — make sure no console errors."
112
112
  Run artifacts are saved under:
113
113
 
114
114
  - **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
115
- - **With `rolepod` parent** (when `ROLEPOD_PARENT=1` is set by the parent's SessionStart hook): `.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
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
116
 
117
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
118
 
@@ -67,7 +67,7 @@ upstream Selenium has no network-capture primitive.
67
67
  Run artifacts (the generated test file) are saved under:
68
68
 
69
69
  - **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
70
- - **With `rolepod` parent** (when `ROLEPOD_PARENT=1` is set by the parent's SessionStart hook): `.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
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
71
 
72
72
  Either way the run directory contains a `manifest.json` per Extension Protocol v1 (with `phase: "build"` for this skill).
73
73
 
@@ -115,7 +115,7 @@ or 5xx responses far more often than as wrong text.
115
115
  Run artifacts are saved under:
116
116
 
117
117
  - **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
118
- - **With `rolepod` parent** (when `ROLEPOD_PARENT=1` is set by the parent's SessionStart hook): `.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
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
119
 
120
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
121
 
@@ -49,7 +49,7 @@ MCP server. No fallback (D-024).
49
49
  Run artifacts are saved under:
50
50
 
51
51
  - **Standalone:** `.rolepod-uiproof/artifacts/<prefix>_<ts>_<uuid>/`
52
- - **With `rolepod` parent** (when `ROLEPOD_PARENT=1` is set by the parent's SessionStart hook): `.rolepod/evidence/<ts>-rolepod-uiproof-<skill>/`
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
53
 
54
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
55