@digitalforgestudios/openclaw-sulcus 6.1.0 → 6.6.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.
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digitalforgestudios/openclaw-sulcus",
3
- "version": "6.1.0",
4
- "description": "Sulcus thermodynamic memory + Apache AGE knowledge graph for OpenClaw agents. v6.0: Multi-signal recall (semantic + hot-context + entity-graph + profile), configurable guardrails (outputGuard + toolGuard), token budget enforcement, context rebuild post-compaction, sulcus.toml config layer, SIRU training data logging, session-scoped memory, batch heat-boost. SIU v2 pipeline (SIVU/SICU/SILU/SITU/SIRU). Interaction-based decay. Curator sleep-cycle. Cross-agent sync.",
3
+ "version": "6.6.2",
4
+ "description": "Sulcus \u2014 thermodynamic memory + Apache AGE knowledge graph for OpenClaw agents. v6.0: Multi-signal recall (semantic + hot-context + entity-graph + profile), configurable guardrails (outputGuard + toolGuard), token budget enforcement, context rebuild post-compaction, sulcus.toml config layer, SIRU training data logging, session-scoped memory, batch heat-boost. SIU v2 pipeline (SIVU/SICU/SILU/SITU/SIRU). Interaction-based decay. Curator sleep-cycle. Cross-agent sync.",
5
5
  "keywords": [
6
6
  "openclaw",
7
7
  "openclaw-plugin",
@@ -42,11 +42,7 @@
42
42
  "openclawVersion": "2026.5.2"
43
43
  }
44
44
  },
45
- "bin": {
46
- "openclaw-sulcus": "./bin/configure.mjs"
47
- },
48
45
  "files": [
49
- "bin/",
50
46
  "index.ts",
51
47
  "wasm/",
52
48
  "openclaw.plugin.json",
@@ -59,5 +55,10 @@
59
55
  },
60
56
  "peerDependencies": {
61
57
  "openclaw": ">=2026.3.0"
58
+ },
59
+ "main": "index.js",
60
+ "scripts": {
61
+ "build": "npx esbuild index.ts --bundle --platform=node --target=node18 --outfile=index.js --external:openclaw --external:koffi --external:@sinclair/typebox --format=cjs",
62
+ "prepublishOnly": "npm run build"
62
63
  }
63
64
  }
File without changes
File without changes