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:
Hongming Wang 2026-04-15 19:22:29 -07:00 committed by GitHub
commit 8fc4940798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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