@jiggai/recipes 0.4.20 → 0.4.21

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.20",
5
+ "version": "0.4.21",
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.20",
3
+ "version": "0.4.21",
4
4
  "description": "ClawRecipes plugin for OpenClaw (markdown recipes -> scaffold agents/teams)",
5
5
  "main": "index.ts",
6
6
  "type": "commonjs",
@@ -96,7 +96,7 @@ cronJobs:
96
96
  - id: workflow-runner-loop
97
97
  name: "Workflow runner loop (runs queue)"
98
98
  # 6-field cron with seconds; runs every 15s
99
- schedule: "*/15 * * * * *"
99
+ schedule: "*/5 * * * *"
100
100
  timezone: "UTC"
101
101
  agentId: "{{teamId}}-workflow-runner"
102
102
  message: |
@@ -109,7 +109,7 @@ cronJobs:
109
109
  Command:
110
110
  openclaw recipes workflows runner-tick --team-id {{teamId}} --concurrency 2 --lease-seconds 45
111
111
 
112
- enabledByDefault: true
112
+ enabledByDefault: false
113
113
 
114
114
  - id: pr-watcher
115
115
  name: "PR watcher (ticket-linked)"
@@ -20,77 +20,77 @@ cronJobs:
20
20
  timezone: "America/New_York"
21
21
  agentId: "{{teamId}}-seo"
22
22
  message: "Safe-idle loop: check for SEO-assigned work (tickets/workflows), make small progress, and write outputs under roles/seo/agent-outputs/."
23
- enabledByDefault: true
23
+ enabledByDefault: false
24
24
  - id: copywriter-work-loop
25
25
  name: "Copywriter work loop (safe-idle)"
26
26
  schedule: "*/30 7-23 * * 1-5"
27
27
  timezone: "America/New_York"
28
28
  agentId: "{{teamId}}-copywriter"
29
29
  message: "Safe-idle loop: check for copywriting-assigned work, make progress, and write outputs under roles/copywriter/agent-outputs/."
30
- enabledByDefault: true
30
+ enabledByDefault: false
31
31
  - id: ads-work-loop
32
32
  name: "Ads work loop (safe-idle)"
33
33
  schedule: "*/30 7-23 * * 1-5"
34
34
  timezone: "America/New_York"
35
35
  agentId: "{{teamId}}-ads"
36
36
  message: "Safe-idle loop: check for ads-assigned work, make progress, and write outputs under roles/ads/agent-outputs/."
37
- enabledByDefault: true
37
+ enabledByDefault: false
38
38
  - id: social-work-loop
39
39
  name: "Social work loop (safe-idle)"
40
40
  schedule: "*/30 7-23 * * 1-5"
41
41
  timezone: "America/New_York"
42
42
  agentId: "{{teamId}}-social"
43
43
  message: "Safe-idle loop: check for social/community-assigned work, make progress, and write outputs under roles/social/agent-outputs/."
44
- enabledByDefault: true
44
+ enabledByDefault: false
45
45
  - id: designer-work-loop
46
46
  name: "Designer work loop (safe-idle)"
47
47
  schedule: "*/30 7-23 * * 1-5"
48
48
  timezone: "America/New_York"
49
49
  agentId: "{{teamId}}-designer"
50
50
  message: "Safe-idle loop: check for creative/design-assigned work, make progress, and write outputs under roles/designer/agent-outputs/."
51
- enabledByDefault: true
51
+ enabledByDefault: false
52
52
  - id: analyst-work-loop
53
53
  name: "Analyst work loop (safe-idle)"
54
54
  schedule: "*/30 7-23 * * 1-5"
55
55
  timezone: "America/New_York"
56
56
  agentId: "{{teamId}}-analyst"
57
57
  message: "Safe-idle loop: check for analytics-assigned work, make progress, and write outputs under roles/analyst/agent-outputs/."
58
- enabledByDefault: true
58
+ enabledByDefault: false
59
59
  - id: video-work-loop
60
60
  name: "Video work loop (safe-idle)"
61
61
  schedule: "*/30 7-23 * * 1-5"
62
62
  timezone: "America/New_York"
63
63
  agentId: "{{teamId}}-video"
64
64
  message: "Safe-idle loop: check for video-assigned work, make progress, and write outputs under roles/video/agent-outputs/."
65
- enabledByDefault: true
65
+ enabledByDefault: false
66
66
  - id: compliance-work-loop
67
67
  name: "Compliance work loop (safe-idle)"
68
68
  schedule: "*/30 7-23 * * 1-5"
69
69
  timezone: "America/New_York"
70
70
  agentId: "{{teamId}}-compliance"
71
71
  message: "Safe-idle loop: check for compliance/brand-review work, make progress, and write outputs under roles/compliance/agent-outputs/."
72
- enabledByDefault: true
72
+ enabledByDefault: false
73
73
  - id: offer-work-loop
74
74
  name: "Offer work loop (safe-idle)"
75
75
  schedule: "*/30 7-23 * * 1-5"
76
76
  timezone: "America/New_York"
77
77
  agentId: "{{teamId}}-offer"
78
78
  message: "Safe-idle loop: check for offer/positioning work, make progress, and write outputs under roles/offer/agent-outputs/."
79
- enabledByDefault: true
79
+ enabledByDefault: false
80
80
  - id: funnel-work-loop
81
81
  name: "Funnel work loop (safe-idle)"
82
82
  schedule: "*/30 7-23 * * 1-5"
83
83
  timezone: "America/New_York"
84
84
  agentId: "{{teamId}}-funnel"
85
85
  message: "Safe-idle loop: check for funnel/landing-page work, make progress, and write outputs under roles/funnel/agent-outputs/."
86
- enabledByDefault: true
86
+ enabledByDefault: false
87
87
  - id: lifecycle-work-loop
88
88
  name: "Lifecycle work loop (safe-idle)"
89
89
  schedule: "*/30 7-23 * * 1-5"
90
90
  timezone: "America/New_York"
91
91
  agentId: "{{teamId}}-lifecycle"
92
92
  message: "Safe-idle loop: check for lifecycle/email work, make progress, and write outputs under roles/lifecycle/agent-outputs/."
93
- enabledByDefault: true
93
+ enabledByDefault: false
94
94
 
95
95
  # Optional team-wide loop (off by default): can be enabled later if you want an extra generic executor.
96
96
  - id: execution-loop
@@ -9,9 +9,9 @@ name: Workflow runner (team add-on)
9
9
  cronJobs:
10
10
  - id: workflow-runner-loop
11
11
  name: "{{teamId}} • workflow runner loop (runs queue)"
12
- schedule: "*/15 * * * * *"
12
+ schedule: "*/5 * * * *"
13
13
  agentId: "{{teamId}}-workflow-runner"
14
- enabledByDefault: true
14
+ enabledByDefault: false
15
15
  message: |
16
16
  [cron] Workflow runner loop (runs queue)
17
17