@jiggai/recipes 0.4.67 → 0.4.68

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 CHANGED
@@ -243,7 +243,6 @@ const recipesPlugin = {
243
243
  };
244
244
 
245
245
  api.on("message_received" as never, approvalReplyHandler as never, { priority: 50 } as unknown as { priority: number });
246
- api.on("message:received" as never, approvalReplyHandler as never, { priority: 50 } as unknown as { priority: number });
247
246
 
248
247
 
249
248
  // On plugin load, ensure multi-agent config has an explicit agents.list with main at top.
@@ -2,7 +2,7 @@
2
2
  "id": "recipes",
3
3
  "name": "Recipes",
4
4
  "description": "Markdown recipes that scaffold agents and teams (workspace-local).",
5
- "version": "0.4.67",
5
+ "version": "0.4.68",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiggai/recipes",
3
- "version": "0.4.67",
3
+ "version": "0.4.68",
4
4
  "description": "ClawRecipes plugin for OpenClaw (markdown recipes -> scaffold agents/teams)",
5
5
  "main": "index.ts",
6
6
  "type": "commonjs",