claude-cortex 1.2.0 → 1.2.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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -286,6 +286,12 @@ npm run watch
286
286
  | Semantic search | ✅ FTS5 full-text | Varies |
287
287
  | Episodic memory | ✅ Event/pattern storage | ❌ Usually missing |
288
288
 
289
+ ## Support
290
+
291
+ If you find this project useful, consider supporting its development:
292
+
293
+ [![Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/cyborgninja)
294
+
289
295
  ## License
290
296
 
291
297
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-cortex",
3
- "version": "1.2.0",
3
+ "version": "1.2.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",