<!-- Generated by scripts/sync-sdk-command-templates.cjs from plugins/babysitter-unified/commands/forever.md. Do not edit directly. -->

[FOREVER MODE] Use this command to start babysitting a never-ending babysitter run.

Design this process as an infinite loop. The process should never complete. Use `ctx.sleepUntil()` between iterations and keep the workflow alive indefinitely.

## Synced Command Guidance

Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). but create a process that uses an infinte loop and a ctx.sleep to create a never-ending babysitter loop. an example of such process is a daily process that reads new support ticket every day and tries to resolve them, then sleeps for 4 hours and repeats the process.

{{#additionalInstructions}}Additional instructions: {{additionalInstructions}}{{/additionalInstructions}}
