@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. 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.5",
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] This is your current ground-truth anchor. Use it to: (1) verify "earlier/yesterday/last time" claims against memory, (2) detect when your own time sense drifts, (3) question implausible durations.',
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] Before answering or acting on non-trivial requests: if you lack specific knowledge about this user, project, or topic — search memory first. Search is cheap; guessing is expensive. Treat memory as your own mind, not a last-resort tool.',
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
  }