memory-lucia 2.5.0 → 2.5.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/SKILL.md +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -104,7 +104,7 @@ SQLite backend with tables:
104
104
 
105
105
  ## 📋 Version
106
106
 
107
- Current: 2.5.0
107
+ Current: 2.5.1
108
108
 
109
109
  ## 📄 License
110
110
 
package/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: memory-lucia
3
- version: 2.5.0
3
+ version: 2.5.1
4
4
  description: |
5
5
  Memory Lucia V2.5 - Advanced memory system with hybrid query, enhanced learning tracking,
6
6
  autonomous decision recording, and skill evolution monitoring.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memory-lucia",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Advanced memory system for OpenClaw agents with priority analysis, learning tracking, decision recording, and skill evolution",
5
5
  "main": "api/index.js",
6
6
  "scripts": {