Use for workers that must survive session restarts: Recommended Schedules | Worker | Cron | Description | |--------|------|-------------| | audit | | Security scanning | | optimize | | Performance optimization | | consolidate | | Memory consolidation | | map | | Codebase mapping | | testgaps | | Test coverage analysis | | document | | API documentation | When to Use Cron vs Loop - : In-session, cache-aware, self-pacing. Use for active development. - CronCreate : Persistent, survives restarts. Use for CI/monitoring. ---