Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ The installer auto-detects your stack (React, Python, Go, etc.) and configures e
- ✅ AI code reviews work automatically on all PRs
- ✅ Language-agnostic setup (no Python CI/CD added to non-Python projects)

**Or let Claude Code install it for you:**
**For Claude Code (non-interactive):**
```bash
curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh | bash -s -- --auto
```

**Or paste this prompt into Claude Code:**
```
I need to move faster. Install Code Conductor into this project so we can run multiple Claude Code agents at once.

Execute: bash <(curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh)
Execute: curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh | bash -s -- --auto
```

## See It In Action
Expand Down
Loading