/ar:setup — Create New Experiment Set up a new autoresearch experiment with all required configuration. Usage What It Does If arguments provided Pass them directly to the setup script: If no arguments (interactive mode) Collect each parameter one at a time: 1. Domain — Ask: "What domain? (engineering, marketing, content, prompts, custom)" 2. Name — Ask: "Experiment name? (e.g., api-speed, blog-titles)" 3. Target file — Ask: "Which file to optimize?" Verify it exists. 4. Eval command — Ask: "How to measure it? (e.g., pytest bench.py, python evaluate.py)" 5. Metric — Ask: "What metric does the…