@clawcipes/recipes 0.2.3 → 0.2.4

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.
@@ -12,7 +12,8 @@
12
12
  "workspaceSkillsDir": { "type": "string", "default": "skills" },
13
13
  "workspaceTeamsDir": { "type": "string", "default": "teams" },
14
14
  "autoInstallMissingSkills": { "type": "boolean", "default": false },
15
- "confirmAutoInstall": { "type": "boolean", "default": true }
15
+ "confirmAutoInstall": { "type": "boolean", "default": true },
16
+ "cronInstallation": { "type": "string", "enum": ["off", "prompt", "on"], "default": "prompt" }
16
17
  }
17
18
  },
18
19
  "uiHints": {
@@ -21,6 +22,7 @@
21
22
  "workspaceSkillsDir": { "label": "Workspace skills dir", "placeholder": "skills" },
22
23
  "workspaceTeamsDir": { "label": "Workspace teams dir", "placeholder": "teams" },
23
24
  "autoInstallMissingSkills": { "label": "Auto-install missing skills", "help": "If enabled, recipes can install missing skills into the workspace skills directory (still confirmation-gated if confirmAutoInstall=true)." },
24
- "confirmAutoInstall": { "label": "Confirm auto-install", "help": "If enabled, even auto-install requires an explicit confirmation flag (e.g. --yes) or prompt." }
25
+ "confirmAutoInstall": { "label": "Confirm auto-install", "help": "If enabled, even auto-install requires an explicit confirmation flag (e.g. --yes) or prompt." },
26
+ "cronInstallation": { "label": "Cron job installation", "help": "Controls whether recipe-defined cron jobs are installed during scaffold. off=never, prompt=ask, on=auto-install." }
25
27
  }
26
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawcipes/recipes",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Clawcipes recipes plugin for OpenClaw (markdown recipes -> scaffold agents/teams)",
5
5
  "main": "index.ts",
6
6
  "type": "commonjs",
@@ -21,7 +21,8 @@
21
21
  "README.md"
22
22
  ],
23
23
  "scripts": {
24
- "test": "echo \"(no tests yet)\""
24
+ "test": "npm run smoke",
25
+ "smoke": "node scripts/scaffold-smoke.mjs"
25
26
  },
26
27
  "keywords": [
27
28
  "openclaw",