@jiggai/recipes 0.4.64 → 0.4.65

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.
@@ -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.64",
5
+ "version": "0.4.65",
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.64",
3
+ "version": "0.4.65",
4
4
  "description": "ClawRecipes plugin for OpenClaw (markdown recipes -> scaffold agents/teams)",
5
5
  "main": "index.ts",
6
6
  "type": "commonjs",
@@ -1073,7 +1073,7 @@ export async function runWorkflowWorkerTick(api: OpenClawPluginApi, opts: {
1073
1073
  `Approval requested: ${workflow.name ?? workflow.id ?? workflowFile}`,
1074
1074
  `Ticket: ${path.relative(teamDir, curTicketPath)}`,
1075
1075
  `Code: ${code}`,
1076
- proposed ? `\n---\nPROPOSED POST (X)\n---\n${proposed}` : `\n(Warning: no proposed text found to preview)`,
1076
+ proposed ? `\n---\nPROPOSED POST [X]\n---\n${proposed}` : `\n(Warning: no proposed text found to preview)`,
1077
1077
  `\nReply with:`,
1078
1078
  `- approve ${code}`,
1079
1079
  `- decline ${code} <what to change>`,