Commit 528f20f
Add Conductor worktree setup automation
## Setup Scripts
- setup_conductor_env.sh (Bash version)
- setup_conductor_env.py (Python version)
Both scripts automatically copy .env configuration from repository
root to Conductor worktrees, eliminating manual credential copying.
## Configuration
- .env.example with all test agent configurations
- Creative Agent (MCP, no auth)
- Optable Signals (MCP, Bearer token)
- Wonderstruck Sales (MCP, Bearer token)
- Test Agent (A2A, Bearer token)
## Features
- ✅ Validates worktree location
- ✅ Finds repository root automatically
- ✅ Parses and displays configured agents
- ✅ Handles multiline JSON in .env
- ✅ Security: .env added to .gitignore
## Usage
```bash
# In repository root (one time)
cp .env.example .env
# Edit with your tokens
# In each Conductor worktree
python3 scripts/setup_conductor_env.py
```
## Documentation
Complete guide in CONDUCTOR_SETUP.md covering:
- Setup process
- Environment variables
- Integration testing
- Security best practices
- Troubleshooting
- Automation ideas
This makes it trivial to work with AdCP agents across multiple
Conductor worktrees without credential duplication.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b8064d8 commit 528f20f
File tree
5 files changed
+660
-0
lines changed- scripts
5 files changed
+660
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
0 commit comments