@digitalforgestudios/openclaw-sulcus 3.11.0 → 3.11.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.
Files changed (2) hide show
  1. package/index.ts +5 -4
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -690,10 +690,11 @@ const toolDefinitions: Record<string, ToolDefinition> = {
690
690
  try {
691
691
  await (sulcusMem as any).request("POST", "/api/v2/siu/signal", {
692
692
  memory_id: nodeId,
693
- text: params.content,
694
- sivu_label: "store",
695
- sicu_label: mtype,
696
- source: "agent_manual_store",
693
+ signal_type: "accept",
694
+ corrected_store: true,
695
+ corrected_type: mtype,
696
+ content_snapshot: params.content,
697
+ source: "plugin",
697
698
  });
698
699
  trainResult = "training signal submitted";
699
700
  logger.info(`sulcus: SIU training signal sent for memory ${nodeId} (store, ${mtype})`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalforgestudios/openclaw-sulcus",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "Sulcus — reactive, thermodynamic memory plugin for OpenClaw. Opt-in persistent memory with heat-based decay, semantic search, and cross-agent sync. Auto-recall and auto-capture disabled by default.",
5
5
  "keywords": [
6
6
  "openclaw",