@ngo-a/native-memory-citations 0.1.2 → 0.1.3

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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Native OpenClaw plugin for cited local memory search and retrieval.
4
4
  Native means OpenClaw-native plugin, not native system memory.
5
5
 
6
- ![Architecture](docs/architecture.svg)
6
+ ![Architecture](https://raw.githubusercontent.com/NGO-A/native-memory-citations/v0.1.3/docs/architecture.svg)
7
7
 
8
8
  ## Tools
9
9
 
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "additionalProperties": false
32
32
  },
33
- "version": "0.1.2",
33
+ "version": "0.1.3",
34
34
  "contracts": {
35
35
  "tools": [
36
36
  "native_memory_search",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngo-a/native-memory-citations",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "Native OpenClaw plugin for cited local memory search and retrieval.",
6
6
  "license": "MIT",