claude-cortex 1.3.0 → 1.3.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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ Claude Code has fundamental limitations:
12
12
 
13
13
  ## The Solution
14
14
 
15
- Claude Memory works like a human brain:
15
+ Claude Cortex works like a human brain:
16
16
 
17
17
  - **Short-term memory** - Session-level, high detail, decays fast
18
18
  - **Long-term memory** - Cross-session, consolidated, persists
@@ -277,8 +277,8 @@ npm run watch
277
277
 
278
278
  ## How This Differs from Other Solutions
279
279
 
280
- | Feature | Claude Memory | Other MCP Memory Tools |
281
- |---------|--------------|------------------------|
280
+ | Feature | Claude Cortex | Other MCP Memory Tools |
281
+ |---------|---------------|------------------------|
282
282
  | Salience detection | ✅ Auto-detects importance | ❌ Manual only |
283
283
  | Temporal decay | ✅ Memories fade naturally | ❌ Static storage |
284
284
  | Consolidation | ✅ STM → LTM promotion | ❌ Flat storage |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-cortex",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Brain-like memory system for Claude Code - solves context compaction and memory persistence",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",