@bamdra/bamdra-memory-vector 0.1.8 → 0.1.9
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
|
@@ -24,12 +24,15 @@ It complements topic memory. Use it when the user remembers something fuzzily, w
|
|
|
24
24
|
- keep cross-user boundaries intact
|
|
25
25
|
- do not flood the prompt with low-signal chunks
|
|
26
26
|
- prefer a few strong recalls over many weak ones
|
|
27
|
+
- when the question plausibly targets local docs, notes, ideas, or knowledge files, check local vector-backed knowledge before using web search
|
|
27
28
|
|
|
28
29
|
## Markdown Knowledge Model
|
|
29
30
|
|
|
30
31
|
- private Markdown is for one user's durable notes and memory fragments
|
|
31
32
|
- shared Markdown is for team or reusable knowledge
|
|
32
33
|
- both are editable by humans outside the runtime
|
|
34
|
+
- common human-managed directories include `knowledge/`, `docs/`, `notes/`, and `ideas/`
|
|
35
|
+
- `_runtime/` is system-managed and should not be treated as the main editing area
|
|
33
36
|
|
|
34
37
|
## Shared vs Private
|
|
35
38
|
|