You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
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.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
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
63
63
## [1.0.1] - 2024-07-22
64
64
65
65
### 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
67
67
- 📱 Cross-platform terminal support with fallbacks (iTerm2, Kitty, Alacritty, Windows Terminal)
68
68
- 🛠️ Enhanced `gtopen` and `gtwarp` commands in worktree helper
69
69
- 📊 Storage footprint guidance and cleanup recommendations
@@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
81
## [1.0.0] - 2024-07-22
82
82
83
83
### Added
84
-
- 🎼 Initial release of Conductor-Score
84
+
- 🎼 Initial release of Code Conductor
85
85
- 🤖 Hybrid role system with default "dev" and specialized roles
86
86
- 📋 GitHub Issues integration with `conductor:task` labels
87
87
- 🔒 Conflict prevention via git worktrees and file locking
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
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.
8
8
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.
10
10
11
11
## Key Development Commands
12
12
@@ -111,7 +111,7 @@ worktree_retention_days: number (default 7)
111
111
112
112
## Development Workflow
113
113
114
-
When modifying conductor-score itself:
114
+
When modifying code-conductor itself:
115
115
116
116
1. Make changes in appropriate files:
117
117
- Core scripts: `.conductor/scripts/`
@@ -137,7 +137,7 @@ When modifying conductor-score itself:
137
137
138
138
## Autonomous Operation Guidelines
139
139
140
-
When working in a project with Conductor-Score:
140
+
When working in a project with Code Conductor:
141
141
142
142
1. **Check for tasks**: Run `python .conductor/scripts/generate-summary.py` to see available work
143
143
2. **Claim a task**: Use `python .conductor/scripts/task-claim.py --role [your-role]`
@@ -58,13 +63,13 @@ Based on your stack, we automatically add:
58
63
**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.**
59
64
60
65
### **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:
0 commit comments