@holostaff/sdk 0.12.9 → 0.12.10
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 +6 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -77,11 +77,12 @@ Enforced in the executor and the server, never only in a prompt:
|
|
|
77
77
|
- POST identity / stage / signal / outcome events to the Holostaff runtime.
|
|
78
78
|
- Track the current SPA route and last-user-activity time, and forward
|
|
79
79
|
them to the runtime on route changes plus a low-frequency heartbeat.
|
|
80
|
-
- **Record the
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
80
|
+
- **Record the page structure and visible text** so the autopilot can act
|
|
81
|
+
from what is on screen, and batch it to the runtime. Password / email /
|
|
82
|
+
tel inputs are always masked; mark rendered PII with the `holostaff-mask`
|
|
83
|
+
(text) or `holostaff-block` (region) CSS classes; opt out entirely with
|
|
84
|
+
`init({ observe: { enabled: false } })`. Data handling:
|
|
85
|
+
[holostaff.ai/security](https://www.holostaff.ai/security).
|
|
85
86
|
|
|
86
87
|
## References
|
|
87
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holostaff/sdk",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.10",
|
|
4
4
|
"description": "The Holostaff runtime for your app: the autopilot offer, the handover loop, and the safety envelope, in the user's own session.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://docs.holostaff.ai",
|
|
@@ -55,4 +55,4 @@
|
|
|
55
55
|
"optional": true
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
}
|
|
58
|
+
}
|