Skip to content

Commit 900c2b0

Browse files
ryanmacclaude
andcommitted
chore: migrate references from 'conductor-score' to 'code-conductor'
Updated all references throughout the codebase: - Changed "Conductor-Score" to "Code Conductor" - Changed "conductor-score" to "code-conductor" - Changed "Conductor's Score" to "Code Conductor" - Changed "conductor_score" to "code_conductor" - Updated GitHub repository URLs - Added rename notice to README.md This prepares the repository for GitHub rename from conductor-score to code-conductor. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 62c0352 commit 900c2b0

File tree

16 files changed

+92
-87
lines changed

16 files changed

+92
-87
lines changed

.github/workflows/conductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
const body = `
9696
## 🎼 System Health Alert
9797
98-
The automated health check has detected critical issues with the Conductor-Score system.
98+
The automated health check has detected critical issues with the Code Conductor system.
9999
100100
### Issues Detected
101101
- High number of stale agents

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
22

3-
name: 🎼 Release Conductor-Score
3+
name: 🎼 Release Code Conductor
44

55
on:
66
push:
@@ -49,11 +49,11 @@ jobs:
4949
5050
- name: Create release archive
5151
run: |
52-
# Create conductor-score template archive
52+
# Create code-conductor template archive
5353
mkdir -p dist
5454
5555
# Include core template files
56-
tar -czf dist/conductor-score-template-${{ steps.version.outputs.version }}.tar.gz \
56+
tar -czf dist/code-conductor-template-${{ steps.version.outputs.version }}.tar.gz \
5757
.conductor/ \
5858
examples/ \
5959
docs/ \
@@ -65,7 +65,7 @@ jobs:
6565
.gitignore
6666
6767
# Create quick-start zip for GitHub releases
68-
zip -r dist/conductor-score-${{ steps.version.outputs.version }}.zip \
68+
zip -r dist/code-conductor-${{ steps.version.outputs.version }}.zip \
6969
.conductor/ \
7070
examples/ \
7171
docs/ \
@@ -99,7 +99,7 @@ jobs:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
with:
101101
tag_name: ${{ steps.version.outputs.tag_name }}
102-
release_name: 🎼 Conductor-Score ${{ steps.version.outputs.version }}
102+
release_name: 🎼 Code Conductor ${{ steps.version.outputs.version }}
103103
body_path: release_notes.md
104104
draft: false
105105
prerelease: false
@@ -110,8 +110,8 @@ jobs:
110110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111111
with:
112112
upload_url: ${{ steps.create_release.outputs.upload_url }}
113-
asset_path: dist/conductor-score-template-${{ steps.version.outputs.version }}.tar.gz
114-
asset_name: conductor-score-template-${{ steps.version.outputs.version }}.tar.gz
113+
asset_path: dist/code-conductor-template-${{ steps.version.outputs.version }}.tar.gz
114+
asset_name: code-conductor-template-${{ steps.version.outputs.version }}.tar.gz
115115
asset_content_type: application/gzip
116116

117117
- name: Upload quick-start zip
@@ -120,19 +120,19 @@ jobs:
120120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121121
with:
122122
upload_url: ${{ steps.create_release.outputs.upload_url }}
123-
asset_path: dist/conductor-score-${{ steps.version.outputs.version }}.zip
124-
asset_name: conductor-score-${{ steps.version.outputs.version }}.zip
123+
asset_path: dist/code-conductor-${{ steps.version.outputs.version }}.zip
124+
asset_name: code-conductor-${{ steps.version.outputs.version }}.zip
125125
asset_content_type: application/zip
126126

127127
- name: Update installation URLs
128128
run: |
129129
echo "🎉 Release ${{ steps.version.outputs.version }} created!"
130130
echo ""
131131
echo "📦 Assets:"
132-
echo "- Template: conductor-score-template-${{ steps.version.outputs.version }}.tar.gz"
133-
echo "- Quick-start: conductor-score-${{ steps.version.outputs.version }}.zip"
132+
echo "- Template: code-conductor-template-${{ steps.version.outputs.version }}.tar.gz"
133+
echo "- Quick-start: code-conductor-${{ steps.version.outputs.version }}.zip"
134134
echo ""
135135
echo "🚀 Installation:"
136-
echo "curl -sSL https://github.com/ryanmac/conductor-score/releases/download/${{ steps.version.outputs.tag_name }}/install.sh | bash"
136+
echo "curl -sSL https://github.com/ryanmac/code-conductor/releases/download/${{ steps.version.outputs.tag_name }}/install.sh | bash"
137137
echo ""
138-
echo "📚 Documentation: https://github.com/ryanmac/conductor-score/blob/main/docs/USAGE.md"
138+
echo "📚 Documentation: https://github.com/ryanmac/code-conductor/blob/main/docs/USAGE.md"

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to Conductor-Score will be documented in this file.
3+
All notable changes to Code Conductor will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363
## [1.0.1] - 2024-07-22
6464

6565
### Added
66-
- 🖥️ **Warp-Optimized Workflow**: Conductor-Score now detects Warp and can open each agent's worktree in an AI-powered terminal on macOS, Linux, or Windows
66+
- 🖥️ **Warp-Optimized Workflow**: Code Conductor now detects Warp and can open each agent's worktree in an AI-powered terminal on macOS, Linux, or Windows
6767
- 📱 Cross-platform terminal support with fallbacks (iTerm2, Kitty, Alacritty, Windows Terminal)
6868
- 🛠️ Enhanced `gtopen` and `gtwarp` commands in worktree helper
6969
- 📊 Storage footprint guidance and cleanup recommendations
@@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
## [1.0.0] - 2024-07-22
8282

8383
### Added
84-
- 🎼 Initial release of Conductor-Score
84+
- 🎼 Initial release of Code Conductor
8585
- 🤖 Hybrid role system with default "dev" and specialized roles
8686
- 📋 GitHub Issues integration with `conductor:task` labels
8787
- 🔒 Conflict prevention via git worktrees and file locking

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
Conductor-Score is an AI agent coordination system designed to orchestrate multiple AI coding agents (like Claude Code, Conductor, Warp) working on the same codebase. It provides GitHub-native task management with automatic conflict prevention through git worktrees.
7+
Code Conductor is an AI agent coordination system designed to orchestrate multiple AI coding agents (like Claude Code, Conductor, Warp) working on the same codebase. It provides GitHub-native task management with automatic conflict prevention through git worktrees.
88

9-
**IMPORTANT**: This is a template repository. When you encounter Conductor-Score files in a project, they have been imported to enable automated agent coordination. Work autonomously based on the task specifications in `workflow-state.json` and the guidance in these files.
9+
**IMPORTANT**: This is a template repository. When you encounter Code Conductor files in a project, they have been imported to enable automated agent coordination. Work autonomously based on the task specifications in `workflow-state.json` and the guidance in these files.
1010

1111
## Key Development Commands
1212

@@ -111,7 +111,7 @@ worktree_retention_days: number (default 7)
111111
112112
## Development Workflow
113113
114-
When modifying conductor-score itself:
114+
When modifying code-conductor itself:
115115
116116
1. Make changes in appropriate files:
117117
- Core scripts: `.conductor/scripts/`
@@ -137,7 +137,7 @@ When modifying conductor-score itself:
137137

138138
## Autonomous Operation Guidelines
139139

140-
When working in a project with Conductor-Score:
140+
When working in a project with Code Conductor:
141141

142142
1. **Check for tasks**: Run `python .conductor/scripts/generate-summary.py` to see available work
143143
2. **Claim a task**: Use `python .conductor/scripts/task-claim.py --role [your-role]`

Makefile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Conductor-Score Development Makefile
1+
# Code Conductor Development Makefile
22

33
.PHONY: help install demo validate clean test setup
44

55
# Default target
66
help: ## Show this help message
7-
@echo "🎼 Conductor-Score Development Commands"
7+
@echo "🎼 Code Conductor Development Commands"
88
@echo "======================================"
99
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-15s\033[0m %s\n", $$1, $$2}'
1010

11-
install: ## Install conductor-score in current directory
12-
@echo "🚀 Installing Conductor-Score..."
11+
install: ## Install code-conductor in current directory
12+
@echo "🚀 Installing Code Conductor..."
1313
@bash install.sh --auto
1414

1515
demo: ## Create and run a full demo
16-
@echo "🎬 Creating Conductor-Score Demo..."
16+
@echo "🎬 Creating Code Conductor Demo..."
1717
@echo "=================================="
1818
@echo ""
1919
@echo "📁 Setting up demo environment..."
@@ -26,7 +26,7 @@ demo: ## Create and run a full demo
2626
@cd /tmp/conductor-demo && git commit -m "Initial commit"
2727
@echo "✅ Demo repository created"
2828
@echo ""
29-
@echo "🎼 Installing conductor-score..."
29+
@echo "🎼 Installing code-conductor..."
3030
@cd /tmp/conductor-demo && cp -r $(PWD)/.conductor .
3131
@cd /tmp/conductor-demo && cp -r $(PWD)/examples .conductor/
3232
@cd /tmp/conductor-demo && cp $(PWD)/setup.py .
@@ -54,12 +54,12 @@ demo: ## Create and run a full demo
5454
@echo ""
5555
@echo "🧹 To clean up: rm -rf /tmp/conductor-demo"
5656

57-
validate: ## Validate the conductor-score configuration
58-
@echo "🔍 Validating Conductor-Score..."
57+
validate: ## Validate the code-conductor configuration
58+
@echo "🔍 Validating Code Conductor..."
5959
@python .conductor/scripts/validate-config.py
6060

6161
test: ## Run all system tests
62-
@echo "🧪 Running Conductor-Score Tests..."
62+
@echo "🧪 Running Code Conductor Tests..."
6363
@echo "=================================="
6464
@echo ""
6565
@echo "📋 Configuration validation..."
@@ -81,7 +81,7 @@ test: ## Run all system tests
8181
@echo "🎉 All tests passed!"
8282

8383
setup: ## Interactive setup for development
84-
@echo "🔧 Conductor-Score Development Setup"
84+
@echo "🔧 Code Conductor Development Setup"
8585
@echo "===================================="
8686
@python setup.py
8787

@@ -96,11 +96,11 @@ clean: ## Clean up generated files and caches
9696
@echo "✅ Cleanup complete"
9797

9898
quick-start: ## Show quick start instructions
99-
@echo "🎼 Conductor-Score Quick Start"
99+
@echo "🎼 Code Conductor Quick Start"
100100
@echo "============================="
101101
@echo ""
102102
@echo "1. Install in your project:"
103-
@echo " curl -sSL https://github.com/ryanmac/conductor-score/raw/main/install.sh | bash"
103+
@echo " curl -sSL https://github.com/ryanmac/code-conductor/raw/main/install.sh | bash"
104104
@echo ""
105105
@echo "2. Create a task via GitHub issue with 'conductor:task' label"
106106
@echo ""
@@ -113,7 +113,7 @@ quick-start: ## Show quick start instructions
113113

114114
dev-aliases: ## Install helpful development aliases
115115
@echo "🛠️ Installing development aliases..."
116-
@echo "# Conductor-Score Development Aliases" >> ~/.bashrc
116+
@echo "# Code Conductor Development Aliases" >> ~/.bashrc
117117
@echo "alias ctr='cd worktrees && ls'" >> ~/.bashrc
118118
@echo "alias cth='python .conductor/scripts/health-check.py'" >> ~/.bashrc
119119
@echo "alias cts='python .conductor/scripts/update-status.py'" >> ~/.bashrc
@@ -123,5 +123,5 @@ dev-aliases: ## Install helpful development aliases
123123
@echo "Run 'source ~/.bashrc' to load them"
124124

125125
version: ## Show version information
126-
@echo "🎼 Conductor-Score v$$(cat VERSION)"
126+
@echo "🎼 Code Conductor v$$(cat VERSION)"
127127
@echo "📅 Release: $$(head -1 CHANGELOG.md | grep -o '\[.*\]' | tr -d '[]')"

README.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 🎼 Conductor's Score
1+
# 🎼 Code Conductor
2+
3+
> ⚠️ **Repository Renamed**
4+
> This project was previously named **Conductor's Score** (`conductor-score`).
5+
> It has been renamed to **Code Conductor** (`code-conductor`) as of July 23, 2025.
6+
> GitHub redirects all URLs, but please update any bookmarks or references.
27
38
<img width="1024" height="1024" alt="image" src="https://github.com/user-attachments/assets/09dea359-56a0-4c65-8c16-b98ec2b4f02a" />
49

@@ -19,7 +24,7 @@
1924

2025
## 🎯 **90% Stack Coverage - Your Tech is Supported**
2126

22-
Conductor-Score automatically detects and configures for the most popular technology stacks:
27+
Code Conductor automatically detects and configures for the most popular technology stacks:
2328

2429
### **Frontend & Full-Stack** (40% of projects)
2530
- **React/Next.js** - Auto-configures frontend & UI roles
@@ -58,13 +63,13 @@ Based on your stack, we automatically add:
5863
**Prerequisites for all options:** Git, Python 3.9-3.12, curl (for one-liner), and tar. Run from the root of an existing Git repository. **If using pyenv, ensure your active Python version (e.g., via `pyenv shell 3.12.x`) has Poetry installed if you prefer it; otherwise, the script falls back to pip.**
5964

6065
### **Option 1: Universal One-Liner (Recommended - No Cloning Required)**
61-
Run this in your existing project's root directory to download and install Conductor-Score directly:
66+
Run this in your existing project's root directory to download and install Code Conductor directly:
6267

6368
```bash
64-
bash <(curl -fsSL https://raw.githubusercontent.com/ryanmac/conductor-score/main/conductor-init.sh)
69+
bash <(curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh)
6570
```
6671

67-
- This method avoids cloning the full Conductor-Score repo and is ideal for integrating into existing projects without repository pollution.
72+
- This method avoids cloning the full Code Conductor repo and is ideal for integrating into existing projects without repository pollution.
6873
- The script will prompt before overwriting any existing installation.
6974
- **Security best practice:** Review the script at the raw URL before running.
7075
- **Pyenv users:** If Poetry install fails, switch to the Python version that has Poetry installed (e.g., `pyenv shell 3.10.13`) and re-run.
@@ -76,8 +81,8 @@ bash <(curl -fsSL https://raw.githubusercontent.com/ryanmac/conductor-score/main
7681
### Option 2: Poetry (For Cloned Repo)
7782
```bash
7883
# Clone the repository
79-
git clone https://github.com/ryanmac/conductor-score.git
80-
cd conductor-score
84+
git clone https://github.com/ryanmac/code-conductor.git
85+
cd code-conductor
8186

8287
# Install with Poetry (auto-creates virtual environment)
8388
poetry install
@@ -87,8 +92,8 @@ poetry run python setup.py
8792
### Option 3: Pip + Virtual Environment (For Cloned Repo)
8893
```bash
8994
# Clone the repository
90-
git clone https://github.com/ryanmac/conductor-score.git
91-
cd conductor-score
95+
git clone https://github.com/ryanmac/code-conductor.git
96+
cd code-conductor
9297

9398
# Create virtual environment
9499
python3 -m venv .venv
@@ -258,7 +263,7 @@ cd worktrees/agent-dev-[task_id]
258263
The system provides a single prompt that works for any agent:
259264

260265
```
261-
You are a Claude Code agent in a conductor-score coordinated project.
266+
You are a Claude Code agent in a Code Conductor coordinated project.
262267
ROLE: {role}
263268
PROJECT: {project_name}
264269
@@ -425,8 +430,8 @@ python .conductor/scripts/validate-config.py
425430
### Local Development
426431
```bash
427432
# Clone and setup
428-
git clone https://github.com/ryanmac/conductor-score.git
429-
cd conductor-score
433+
git clone https://github.com/ryanmac/code-conductor.git
434+
cd code-conductor
430435
431436
# Install with Poetry (recommended)
432437
poetry install
@@ -474,15 +479,15 @@ MIT - See LICENSE file
474479

475480
## Support
476481

477-
- 🐛 [Issue Tracker](https://github.com/ryanmac/conductor-score/issues)
478-
- 💬 [Discussions](https://github.com/ryanmac/conductor-score/discussions)
482+
- 🐛 [Issue Tracker](https://github.com/ryanmac/code-conductor/issues)
483+
- 💬 [Discussions](https://github.com/ryanmac/code-conductor/discussions)
479484

480485
## 💬 **Join the Community**
481486

482-
- 🐛 **Found a bug?** [Report it](https://github.com/ryanmac/conductor-score/issues)
483-
- 💡 **Have an idea?** [Start a discussion](https://github.com/ryanmac/conductor-score/discussions)
487+
- 🐛 **Found a bug?** [Report it](https://github.com/ryanmac/code-conductor/issues)
488+
- 💡 **Have an idea?** [Start a discussion](https://github.com/ryanmac/code-conductor/discussions)
484489
- 🛠️ **Want to contribute?** [See our guide](CONTRIBUTING.md)
485-
- 𝕏 **Share your success** Mention [@ryanmac](https://x.com/ryanmac) with #ConductorScore
490+
- 𝕏 **Share your success** Mention [@ryanmac](https://x.com/ryanmac) with #CodeConductor
486491

487492
**Built for [Conductor.build](https://conductor.build) and [Warp](https://www.warp.dev/) users who refuse to juggle tasks manually.**
488493

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Use this section to tell people about which versions of your project are current
1010

1111
## Reporting a Vulnerability
1212

13-
We take security vulnerabilities seriously. If you discover a security vulnerability in Conductor-Score, please follow these steps:
13+
We take security vulnerabilities seriously. If you discover a security vulnerability in Code Conductor, please follow these steps:
1414

1515
### 1. **DO NOT** create a public GitHub issue
1616
Security vulnerabilities should be reported privately to prevent potential exploitation.
1717

1818
### 2. Email the maintainer
1919
Send an email to the maintainer with the following information:
20-
- **Subject:** `[SECURITY] Conductor-Score Vulnerability Report`
20+
- **Subject:** `[SECURITY] Code Conductor Vulnerability Report`
2121
- **Description:** Detailed description of the vulnerability
2222
- **Steps to reproduce:** Clear steps to reproduce the issue
2323
- **Impact:** Potential impact of the vulnerability
@@ -35,7 +35,7 @@ Send an email to the maintainer with the following information:
3535

3636
## Security Best Practices
3737

38-
When using Conductor-Score:
38+
When using Code Conductor:
3939

4040
1. **Keep dependencies updated:** Regularly update your dependencies to get security patches
4141
2. **Review configurations:** Ensure your `.conductor/config.yaml` doesn't expose sensitive information

0 commit comments

Comments
 (0)