export default { project: 'Ponderants', // Use localhost for ATproto OAuth localhost development mode url: 'http://localhost:3000', // We will configure magnitude to find tests in this directory tests: 'tests/magnitude/**/*.mag.ts', // Run tests in headless mode to avoid window focus issues headless: true, // Use Claude Sonnet 4.5 for best performance model: 'anthropic:claude-sonnet-4-5-20250514', };