@ngo-a/native-memory-citations 0.1.4 → 2026.6.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.
package/README.md CHANGED
@@ -11,7 +11,7 @@ redacts secret-shaped material from what it returns, and attaches citation metad
11
11
  so every answer can be traced back to its source. The objective is not broad memory
12
12
  access; it is operator-controlled retrieval with an audit trail.
13
13
 
14
- ![Architecture](https://raw.githubusercontent.com/NGO-A/native-memory-citations/v0.1.4/docs/architecture.svg)
14
+ ![Architecture](https://raw.githubusercontent.com/NGO-A/native-memory-citations/master/docs/architecture.svg)
15
15
 
16
16
  ## Key capabilities
17
17
 
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "additionalProperties": false
32
32
  },
33
- "version": "0.1.4",
33
+ "version": "2026.6.1",
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.4",
3
+ "version": "2026.6.1",
4
4
  "type": "module",
5
5
  "description": "Native OpenClaw plugin for cited local memory search and retrieval.",
6
6
  "license": "MIT",