You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move "run this campaign overnight every Sunday" or "run on every PR labelled nous-experiment" from cron + custom scripts to Claude Code Routines (cloud-managed, no host uptime needed).
Why this matters
Overnight Nous runs today need: laptop awake, proxy reachable, someone to relaunch on crash. Routines run on Anthropic infra and can fire on cron OR GitHub events. The natural progression of the user's workflow ("run X campaign tonight, summarize tomorrow") fits Routines exactly.
TL;DR
Move "run this campaign overnight every Sunday" or "run on every PR labelled
nous-experiment" from cron + custom scripts to Claude Code Routines (cloud-managed, no host uptime needed).Why this matters
Overnight Nous runs today need: laptop awake, proxy reachable, someone to relaunch on crash. Routines run on Anthropic infra and can fire on cron OR GitHub events. The natural progression of the user's workflow ("run X campaign tonight, summarize tomorrow") fits Routines exactly.
What's already shipped
nousCLI is invocable headlessly (feat: nous CLI — unified command-line interface #114).Proposed approach
docs/).nous routine create campaign.yamlhelper that:Acceptance criteria
nous routine create examples/campaign.yaml --schedule "0 2 * * *"runs nightly without local infrastructure.nous-experiment, posts findings as a PR comment.Out of scope
Part of #120.