@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.
@@ -3,7 +3,7 @@
3
3
  "type": "tool",
4
4
  "name": "Bamdra Memory Vector",
5
5
  "description": "Local vector-style semantic retrieval enhancement for Bamdra memory.",
6
- "version": "0.1.6",
6
+ "version": "0.1.7",
7
7
  "main": "./dist/index.js",
8
8
  "skills": ["./skills"],
9
9
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamdra/bamdra-memory-vector",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Lightweight local semantic retrieval enhancement for the Bamdra OpenClaw memory suite.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.bamdra.com",
@@ -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