@digitalforgestudios/openclaw-sulcus 1.4.5 → 1.4.6

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.
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "id": "openclaw-sulcus",
3
3
  "kind": "memory",
4
- "name": "Memory (Sulcus)",
5
- "description": "Sulcus thermodynamic memory backend store, recall, and manage memories via the Sulcus API with heat-based decay, triggers, and cross-agent sync.",
4
+ "name": "Sulcus",
5
+ "description": "Thermodynamic memory for AI agents. Opt-in persistent memory with heat-based decay, semantic search, triggers, and cross-agent sync. Connects to a user-configured Sulcus server (cloud or self-hosted). No data is sent unless the user provides an API key and explicitly enables the plugin.",
6
+ "privacy": {
7
+ "dataFlows": [
8
+ {
9
+ "direction": "outbound",
10
+ "destination": "User-configured Sulcus server (default: api.sulcus.ca, Canada)",
11
+ "data": "Memory text content, search queries",
12
+ "trigger": "User invokes memory_store/memory_search tools, or auto-recall/auto-capture (both opt-in via config)",
13
+ "auth": "Bearer API key (user-provided, stored in plugin config)"
14
+ }
15
+ ],
16
+ "storage": "Memories stored on configured server, isolated by tenant and namespace. Self-hosted option available via sulcus-local.",
17
+ "optOut": "Set autoRecall: false and autoCapture: false to disable all automatic data transmission."
18
+ },
6
19
  "configSchema": {
7
20
  "type": "object",
8
21
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digitalforgestudios/openclaw-sulcus",
3
- "version": "1.4.5",
4
- "description": "Sulcus memory plugin for OpenClaw \u2014 thermodynamic memory with heat-based decay, reactive triggers, and cross-agent sync.",
3
+ "version": "1.4.6",
4
+ "description": "Sulcus \u2014 thermodynamic memory plugin for OpenClaw. Opt-in persistent memory with heat-based decay, semantic search, and cross-agent sync.",
5
5
  "keywords": [
6
6
  "openclaw",
7
7
  "openclaw-plugin",