Scheduled task wakeups, including /loop, can now be disabled per component instance
The component responsible for scheduled tasks, which handles /loop, cron-style scheduled prompts, and teammate task notifications, now accepts a disabled setting. When set, it skips all of its scheduling behavior, including firing handlers, randomized timing jitter, and extra routine cron tasks.
This lets scheduled-task behavior be turned off for a given instance of the component, which is useful in contexts where scheduled wakeups shouldn't run.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
Reading `AGENTS.md` directly requires Claude Code v2.1.277 or later. In some sessions, such as those on Amazon Bedrock or with telemetry disabled, Claude [can't read `AGENTS.md`](#when-agents-md-support-is-unavailable), so [import it from …memory see the edit
Anthropic's documentation has since written up disabled, on How Claude remembers your project.