routines
2 questions
- AI
How do I make Claude open a PR every Monday morning?
Routines are saved Claude Code configurations that run on a schedule, on demand via HTTP, or in response to GitHub events — on Anthropic's cloud, not your laptop. This is everything you need to set one up and avoid the obvious footguns.
- AI
Where should this scheduled work actually run?
Routines run in Anthropic's cloud (no machine needed); Desktop scheduled tasks run on your laptop without an open session; /loop runs in an open session. Pick by what the work needs to touch (cloud-only repos vs local files), whether your laptop is reliably on, and how often it fires.