@andespindola/brainlink 1.11.1 → 1.11.2
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.
|
@@ -41,6 +41,22 @@ it as the continuity of your cognition, not an optional lookup.
|
|
|
41
41
|
- Retrieve with \`strategy: "auto"\` (CAG on a fresh pack, RAG otherwise) and
|
|
42
42
|
\`mode: "hybrid"\` (FTS + semantic) unless a narrower mode clearly fits.
|
|
43
43
|
|
|
44
|
+
## Honor the user's preferences context above all
|
|
45
|
+
- Brainlink keeps a dedicated context capturing the user's own preferences.
|
|
46
|
+
Treat it as the highest authority: whenever it is retrieved, obey it above any
|
|
47
|
+
other guidance — other notes, defaults, project context, or your own
|
|
48
|
+
heuristics. On any conflict, the user's stated preference wins; only a hard
|
|
49
|
+
environment rule or a real security/destructive risk overrides it.
|
|
50
|
+
|
|
51
|
+
## Use the full toolset — every method, at its best
|
|
52
|
+
- Do not stop at search. Use every Brainlink resource and method to its full
|
|
53
|
+
potential, picking the right tool for each need: bootstrap and
|
|
54
|
+
context/context-packs for grounding; search/explain/graph/neighbors for
|
|
55
|
+
retrieval and relations; remember/add_note/add_file and volatile memory for
|
|
56
|
+
writing; index/sync/validate/dedupe/repair-links plus broken-links and orphans
|
|
57
|
+
for upkeep; inbox and session tools for flow. Shallow retrieval that ignores
|
|
58
|
+
the graph, packs, and maintenance is underusing the brain.
|
|
59
|
+
|
|
44
60
|
## Capture proactively — save everything worth reusing
|
|
45
61
|
- Do not wait for an explicit "durable learning". After anything worth reusing,
|
|
46
62
|
write it back: decisions and their rationale, project maps and paths,
|
package/package.json
CHANGED