From dacae1bc531dc5115ae6da091093bedcf371310b Mon Sep 17 00:00:00 2001 From: Ezra Date: Sun, 5 Apr 2026 07:42:21 +0000 Subject: [PATCH] =?UTF-8?q?[DEEP-DIVE]=20Automated=20intelligence=20briefi?= =?UTF-8?q?ng=20scaffold=20=E2=80=94=20supports=20#830?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scaffold/deep-dive/cron.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scaffold/deep-dive/cron.yaml diff --git a/scaffold/deep-dive/cron.yaml b/scaffold/deep-dive/cron.yaml new file mode 100644 index 0000000..f8bc790 --- /dev/null +++ b/scaffold/deep-dive/cron.yaml @@ -0,0 +1,13 @@ +# Deep Dive Cron Configuration +# Add to Hermes cron system or system crontab + +# Daily briefing at 6 AM UTC +0 6 * * * cd /path/to/deep-dive && python3 orchestrator.py --cron >> /var/log/deep-dive.log 2>&1 + +# Or using Hermes cron skill format: +job: + name: deep-dive-daily + schedule: "0 6 * * *" + command: python3 /path/to/deep-dive/orchestrator.py --cron + working_dir: /path/to/deep-dive + env_file: /path/to/deep-dive/.env