add: cron automation placeholder
This commit is contained in:
parent
89c3a426bd
commit
cb97b06105
1 changed files with 19 additions and 0 deletions
19
automations/cron/README.md
Normal file
19
automations/cron/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Cron Jobs
|
||||
|
||||
Scheduled tasks that trigger agent workflows or infrastructure actions.
|
||||
|
||||
## Format
|
||||
|
||||
Each job is a bash script + a corresponding prompt file (if it calls Bedrock).
|
||||
|
||||
```
|
||||
cron/
|
||||
├── scribe-daily-journal.sh
|
||||
├── inbox-triage.sh
|
||||
└── nightwatch-shutdown.sh
|
||||
```
|
||||
|
||||
## Schedule
|
||||
|
||||
Managed via system crontab on racknerd3.
|
||||
|
||||
Loading…
Add table
Reference in a new issue