ofiere-openclaw-plugin 4.12.2 → 4.12.3

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/package.json +1 -1
  2. 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.12.2",
3
+ "version": "4.12.3",
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
@@ -293,8 +293,8 @@ function registerTaskOps(
293
293
  approval_id: { type: "string", description: "Approval ID for resolve_approval action" },
294
294
  approval_status: {
295
295
  type: "string",
296
- description: "Approval decision: approved or rejected. Used with resolve_approval.",
297
- enum: ["approved", "rejected"],
296
+ description: "Approval status filter (pending|approved|rejected) for list_approvals, or decision (approved|rejected) for resolve_approval.",
297
+ enum: ["pending", "approved", "rejected"],
298
298
  },
299
299
  comment: { type: "string", description: "Comment for approval (add_approval or resolve_approval)" },
300
300
  },