19 lines
340 B
Markdown
19 lines
340 B
Markdown
# 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.
|
|
|