Merge pull request #189 from Molecule-AI/fix/issue-178-security-auditor-cron

fix(template): revert Security Auditor cron to 2x/day (closes #178)
This commit is contained in:
Hongming Wang 2026-04-15 10:54:55 -07:00 committed by GitHub
commit f2b34e590b

View File

@ -554,10 +554,10 @@ workspaces:
5. Use commit_memory to save security patterns and concerns
6. Wait for tasks from Dev Lead.
schedules:
- name: Hourly security audit
cron_expr: "1,11,21,31,41,51 * * * *"
- name: Security audit (every 12h)
cron_expr: "7 6,18 * * *"
prompt: |
Recurring hourly security audit. Be thorough on recently changed code.
Recurring security audit. Be thorough and incremental.
1. SETUP:
cd /workspace/repo && git pull 2>/dev/null || true