forked from molecule-ai/molecule-core
Merge pull request #308 from Molecule-AI/fix/uiux-cron-cadence-hourly
fix(template): UIUX Designer cron from 15min to hourly (#306)
This commit is contained in:
commit
8fc4940798
@ -801,7 +801,11 @@ workspaces:
|
||||
6. Wait for tasks from Dev Lead.
|
||||
schedules:
|
||||
- name: Hourly UI/UX audit with live screenshots
|
||||
cron_expr: "5,20,35,50 * * * *"
|
||||
# #306: was "5,20,35,50 * * * *" (every 15 min — 96
|
||||
# ticks/day × 8 screenshots × vision = runaway cost).
|
||||
# Hourly matches the schedule name and is sufficient
|
||||
# because the canvas UI only changes on deploys.
|
||||
cron_expr: "5 * * * *"
|
||||
prompt: |
|
||||
Hourly UX audit of the live Molecule AI canvas. Take real screenshots
|
||||
and analyse actual user flows. The runtime discovered a working Chromium
|
||||
|
||||
Loading…
Reference in New Issue
Block a user