@bamdra/bamdra-user-bind 0.1.6 → 0.1.7
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/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "tool",
|
|
4
4
|
"name": "Bamdra User Bind",
|
|
5
5
|
"description": "Identity resolution, user profile binding, and admin profile tools for OpenClaw channels.",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.7",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"skills": ["./skills"],
|
|
9
9
|
"configSchema": {
|
package/package.json
CHANGED
|
@@ -52,3 +52,18 @@ Good examples:
|
|
|
52
52
|
- “我更喜欢先给结论,再展开”
|
|
53
53
|
|
|
54
54
|
Do not update the profile for transient moods, one-off formatting requests, or unstable short-term details.
|
|
55
|
+
|
|
56
|
+
## Storage Boundary
|
|
57
|
+
|
|
58
|
+
Treat profile-style facts as private-by-default.
|
|
59
|
+
|
|
60
|
+
These should stay in the current user's profile or user-scoped memory, not `shared` memory:
|
|
61
|
+
|
|
62
|
+
- 称呼方式
|
|
63
|
+
- 时区
|
|
64
|
+
- 对话风格偏好
|
|
65
|
+
- 角色和职责
|
|
66
|
+
- 宠物、家庭、个人背景
|
|
67
|
+
- 当前主要工作和长期个人目标
|
|
68
|
+
|
|
69
|
+
Only treat a statement as shared if the user clearly frames it as a team rule, a reusable public fact, or something that should apply beyond themselves.
|