Anthropic has launched a /loop command for Claude Code, enabling cron-style scheduling that turns the AI coding assistant into an autonomous background worker.
I have a script that i am using to move data around called from cron. I would like to have the ability to differentiate between being called from cron and being called from command line, so i can ...