@bamdra/bamdra-memory-vector 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
package/package.json
CHANGED
|
@@ -31,6 +31,24 @@ It complements topic memory. Use it when the user remembers something fuzzily, w
|
|
|
31
31
|
- shared Markdown is for team or reusable knowledge
|
|
32
32
|
- both are editable by humans outside the runtime
|
|
33
33
|
|
|
34
|
+
## Shared vs Private
|
|
35
|
+
|
|
36
|
+
Do not blur personal memory and shared knowledge.
|
|
37
|
+
|
|
38
|
+
Private-by-default examples:
|
|
39
|
+
|
|
40
|
+
- the current user's profile-like preferences
|
|
41
|
+
- personal work focus
|
|
42
|
+
- pets, family, or personal history
|
|
43
|
+
- user-specific notes mirrored from `bamdra-user-bind`
|
|
44
|
+
|
|
45
|
+
Shared examples:
|
|
46
|
+
|
|
47
|
+
- reusable project documentation
|
|
48
|
+
- team instructions
|
|
49
|
+
- public templates
|
|
50
|
+
- knowledge meant to be reused across users
|
|
51
|
+
|
|
34
52
|
## Safety Rules
|
|
35
53
|
|
|
36
54
|
- never treat another user's private Markdown as searchable context
|