[DEEP-DIVE] Automated intelligence briefing scaffold — supports #830
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
This commit is contained in:
13
scaffold/deep-dive/cron.yaml
Normal file
13
scaffold/deep-dive/cron.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user