Set up this Rails project for Conductor, the Mac app for parallel coding agents. When to Use - You need to configure a Rails project so it runs correctly inside Conductor workspaces. - The project should support parallel coding agents with isolated ports, Redis settings, and shared secrets. - You want the standard , , and scaffolding for a Rails repo. What to Create 1. conductor.json (project root) Create in the project root if it doesn't already exist: 2. bin/conductor-setup (executable) Create if it doesn't already exist: Make it executable with . 3. script/server (executable) Create the di…