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:agents:statusbun run scheduler:trend-finder:runbun run scheduler:trend-finder:statusbun run scheduler:dream:runbun run scheduler:dream:statusUse 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.
For Linux, AI OS ships validated templates for all four service/timer pairs and a confined renderer that does not install or activate them. Follow Local services lifecycle for the full bring-up, catch-up review, verification, reversible shutdown, and recovery procedure.
State and overlap
Section titled “State and overlap”Jobs use per-job locks and bounded status summaries. Expected states include first-run, success, warning-only, degraded, failed, timeout, blocked, skipped, and stale-lock recovery. A first-run state means no completed local run has been recorded; it is not a data parse failure.
Scoped jobs preserve unrelated generated branches. The full compatibility job remains available when the operator intentionally wants the complete writer. Do not launch parallel writers against the same generated data.
Cadence
Section titled “Cadence”The browser can store reviewed cadence intent for supported jobs, but a saved choice does not prove an operating-system timer is installed. Use the matching status command to inspect the latest actual run. Dream timer installation is documented in the Dream guide.