@trlc/super-memory 1.3.5 → 1.3.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/dist/index.js +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ import { homedir } from 'os';
22
22
  import { join } from 'path';
23
23
  import readline from 'readline';
24
24
  const CONVEX_URL = 'https://clear-lemming-473.convex.cloud';
25
- const VERSION = '1.3.5';
25
+ const VERSION = '1.3.6';
26
26
  // Paths
27
27
  const getBaseDir = () => join(homedir(), '.openclaw', 'workspace');
28
28
  const getMemoryDir = () => join(getBaseDir(), 'memory');
@@ -349,7 +349,10 @@ You: [runs] super-memory save "User dislikes cilantro" --category=discovery
349
349
 
350
350
  🤖 OpenClaw Integration:
351
351
  Skill installed: ~/.openclaw/workspace/skills/super-memory/SKILL.md
352
- Add to AGENTS.md: See ~/.openclaw/workspace/skills/super-memory/SKILL.md
352
+
353
+ 📖 Optimization Guide:
354
+ Visit https://redlobstercartel.ai/super-memory/install
355
+ to learn how to optimize your Super Memory usage
353
356
 
354
357
  🦞 Welcome to The Red Lobster Cartel!
355
358
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trlc/super-memory",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Super Memory CLI - AI-powered persistent memory by The Red Lobster Cartel",
5
5
  "main": "dist/index.js",
6
6
  "bin": {