@digitalforgestudios/openclaw-sulcus 3.8.0 → 3.9.0
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/index.ts +2 -2
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -337,7 +337,7 @@ class SulcusCloudClient {
|
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
* evaluate_triggers — maps to POST /
|
|
340
|
+
* evaluate_triggers — maps to POST /triggers/evaluate
|
|
341
341
|
*/
|
|
342
342
|
async evaluate_triggers(event: any, contextJson?: string): Promise<any> {
|
|
343
343
|
const body: any = { event };
|
|
@@ -348,7 +348,7 @@ class SulcusCloudClient {
|
|
|
348
348
|
body.context = contextJson;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
|
-
return this.request("POST", "/api/v1/
|
|
351
|
+
return this.request("POST", "/api/v1/triggers/evaluate", body);
|
|
352
352
|
}
|
|
353
353
|
}
|
|
354
354
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitalforgestudios/openclaw-sulcus",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
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",
|