/ar:loop — Autonomous Experiment Loop Start a recurring experiment loop that runs at a user-selected interval. Usage What It Does Step 1: Resolve experiment If no experiment specified, list experiments and let user pick. Step 2: Select interval If interval not provided as argument, present options: Map to cron expressions: | Interval | Cron Expression | Shorthand | |----------|----------------|-----------| | 10 minutes | | | | 1 hour | | | | Daily | | | | Weekly | | | | Monthly | | | Step 3: Create the recurring job Use with this prompt (fill in the experiment details): Step 4: Store loop met…