cozo-memory 1.1.1 → 1.1.2

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 +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -221,10 +221,10 @@ graph TB
221
221
  Services --> Inference
222
222
  Services --> DB
223
223
 
224
- style Client fill:#e1f5ff
225
- style Server fill:#fff4e1
226
- style Services fill:#f0e1ff
227
- style DB fill:#e1ffe1
224
+ style Client fill:#e1f5ff,color:#000
225
+ style Server fill:#fff4e1,color:#000
226
+ style Services fill:#f0e1ff,color:#000
227
+ style DB fill:#e1ffe1,color:#000
228
228
  ```
229
229
 
230
230
  ### Graph-Walking Visualization
@@ -245,12 +245,12 @@ graph LR
245
245
  E1 -->|colleague_of| E4
246
246
  E4 -.semantic: also relevant.-> E2
247
247
 
248
- style Start fill:#e1f5ff
249
- style V1 fill:#fff4e1
250
- style E1 fill:#ffe1e1
251
- style E2 fill:#e1ffe1
252
- style E3 fill:#f0e1ff
253
- style E4 fill:#ffe1e1
248
+ style Start fill:#e1f5ff,color:#000
249
+ style V1 fill:#fff4e1,color:#000
250
+ style E1 fill:#ffe1e1,color:#000
251
+ style E2 fill:#e1ffe1,color:#000
252
+ style E3 fill:#f0e1ff,color:#000
253
+ style E4 fill:#ffe1e1,color:#000
254
254
  ```
255
255
 
256
256
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozo-memory",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "mcpName": "io.github.tobs-code/cozo-memory",
5
5
  "description": "Local-first persistent memory system for AI agents with hybrid search, graph reasoning, and MCP integration",
6
6
  "main": "dist/index.js",