@gzoo/cortex 0.5.9 → 0.5.10

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ and gives it back to you when you need it.
39
39
  ### 1. Install
40
40
 
41
41
  ```bash
42
- npm install -g gzoo-cortex
42
+ npm install -g @gzoo/cortex
43
43
  ```
44
44
 
45
45
  Or install from source:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gzoo/cortex",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "Local-first knowledge graph that watches your project files, extracts entities and relationships via LLMs, and lets you query across projects in natural language.",
5
5
  "type": "module",
6
6
  "license": "MIT",