From 024f812965203e4ad587046eb9728f3a62d57f9f Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Wed, 15 Apr 2026 17:33:54 +0000 Subject: [PATCH] =?UTF-8?q?fix(template):=20revert=20Security=20Auditor=20?= =?UTF-8?q?cron=20to=202x/day=20=E2=80=94=20closes=20#178?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every-10-min cadence introduced in PR #159 increased Security Auditor from 2 runs/day to 144 runs/day (144x). Combined with PM, Research Lead, Dev Lead, and other hourly evolution-lever crons, this is the likely root cause of the P0 OAuth quota exhaustion (#160, resets Apr 17 23:00 UTC). Restored: cron_expr 7 6,18 * * * (twice daily, 12-hour interval) Schedule name updated to match new cadence. Audit prompt content (DAST teardown, PM routing, PM deliverable) retained. --- org-templates/molecule-dev/org.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org-templates/molecule-dev/org.yaml b/org-templates/molecule-dev/org.yaml index 1f8883d7..55366f6d 100644 --- a/org-templates/molecule-dev/org.yaml +++ b/org-templates/molecule-dev/org.yaml @@ -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