Scheduler and local jobs
AI OS uses named scheduler commands so each job has an explicit owner and recovery path.
bun run scheduler:statusbun run scheduler:runbun run scheduler:agents:runbun run scheduler:trend-finder:runbun run scheduler:dream:runUse the matching :status command to inspect safe status for a scoped job.
Status can report that a job has not run yet on a fresh checkout. That is
different from a failed run.
Job boundaries
Section titled “Job boundaries”scheduler:agents:runrefreshes host and local agent data.scheduler:trend-finder:runrefreshes Trend Finder data only.scheduler:dream:runruns the review-oriented Dream workflow.scheduler:runkeeps the compatibility full-aggregate path.
Timer installation remains local machine setup. The scheduler writes private run state and logs outside the public documentation and demo boundaries.