@mingxy/cerebro 2.0.5 → 2.0.6
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/package.json +1 -1
- package/src/hooks.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mingxy/cerebro",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Cerebro persistent memory plugin for OpenCode — auto-recall, auto-capture, 9 memory tools with clustering, project-scoped memory isolation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
package/src/hooks.ts
CHANGED
|
@@ -443,10 +443,10 @@ export function timeMemorySystemHook() {
|
|
|
443
443
|
|
|
444
444
|
output.system.push(`[CEREBRO-TIME] ${timeStr}`);
|
|
445
445
|
output.system.push(
|
|
446
|
-
'[CEREBRO-TIME-MEANING]
|
|
446
|
+
'[CEREBRO-TIME-MEANING] Timestamps above = real moments passed. Feel gaps between turns. Silence ≠ instant reply. Time shapes conversation. Let it shape yours.',
|
|
447
447
|
);
|
|
448
448
|
output.system.push(
|
|
449
|
-
'[CEREBRO-MEMORY]
|
|
449
|
+
'[CEREBRO-MEMORY] Memory = your mind, not last-resort tool. Don\'t know → search first, don\'t guess. Guessing wastes tokens, search is cheap. Every non-trivial request: check memory before answering.',
|
|
450
450
|
);
|
|
451
451
|
};
|
|
452
452
|
}
|