ofiere-openclaw-plugin 4.3.0 → 4.3.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/package.json +1 -1
- package/src/tools.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ofiere-openclaw-plugin",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "OpenClaw plugin for Ofiere PM - 10 meta-tools with 13-action workflow mastery covering tasks, agents, projects, scheduling, knowledge, workflows, notifications, memory, prompts, and constellation agent architecture",
|
|
6
6
|
"keywords": ["openclaw", "ofiere", "project-management", "agents", "plugin"],
|
package/src/tools.ts
CHANGED
|
@@ -1218,8 +1218,8 @@ function registerWorkflowOps(
|
|
|
1218
1218
|
required: ["action"],
|
|
1219
1219
|
properties: {
|
|
1220
1220
|
action: { type: "string", enum: ["list", "get", "create", "update", "delete", "list_runs", "trigger", "add_nodes", "update_node", "delete_nodes", "add_edges", "delete_edges", "insert_node_between"] },
|
|
1221
|
-
id: { type: "string", description: "Workflow ID" },
|
|
1222
|
-
workflow_id: { type: "string", description: "Workflow ID" },
|
|
1221
|
+
id: { type: "string", description: "Workflow ID (use for get, update, delete, trigger, list_runs, and all granular actions)" },
|
|
1222
|
+
workflow_id: { type: "string", description: "Alias for id — Workflow ID" },
|
|
1223
1223
|
name: { type: "string", description: "Workflow name" },
|
|
1224
1224
|
description: { type: "string" },
|
|
1225
1225
|
nodes: {
|