Skip to content

Commit 9ed574c

Browse files
ryanmacclaude
andcommitted
docs: Add clear messaging that no GitHub token setup is required
- Updated README.md to explicitly state "No GitHub token setup required\!" in multiple places - Added clarification to conductor-init.sh installation messages - Emphasized that workflows use GitHub Actions' built-in authentication automatically - Added note in troubleshooting section about no token setup needed This ensures users understand they don't need to create or configure any GitHub tokens for basic Code Conductor functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 96f653a commit 9ed574c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ I need to move faster. Install Code Conductor into this project so we can run mu
3232
Execute: bash <(curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh)
3333
```
3434

35-
Claude Code will handle everything—installation, configuration, even creating your first task roadmap. **[See more power prompts →](CLAUDE_CODE_PROMPT.md)**
35+
Claude Code will handle everything—installation, configuration, even creating your first task roadmap. **No GitHub token setup required!** The system uses GitHub's built-in authentication automatically. **[See more power prompts →](CLAUDE_CODE_PROMPT.md)**
3636

3737
## 🎯 **90% Stack Coverage - Your Tech is Supported**
3838

@@ -127,7 +127,7 @@ python setup.py
127127
./install.sh --auto
128128
```
129129

130-
**That's it.** Now create a GitHub Issue with `conductor:task` label, launch an agent via [Conductor.build](https://conductor.build) (macOS only as of 2024-07-22) or terminal workflow (all platforms), and watch it work.
130+
**That's it.** No GitHub token setup required—the system uses GitHub Actions' built-in authentication. Now create a GitHub Issue with `conductor:task` label, launch an agent via [Conductor.build](https://conductor.build) (macOS only as of 2024-07-22) or terminal workflow (all platforms), and watch it work.
131131

132132
## 🔄 **Upgrading Code Conductor**
133133

@@ -528,6 +528,7 @@ matrix_builds: [ubuntu, macos, windows]
528528
- Run `python .conductor/scripts/dependency-check.py`
529529
- Ensure GitHub CLI is authenticated: `gh auth status`
530530
- Check git repository is clean: `git status`
531+
- Note: No GitHub token setup required—workflows use built-in authentication
531532

532533
**File conflicts**
533534
- System prevents these automatically

conductor-init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ case "$ENV_CHOICE" in
583583
echo " • Conductor will handle task claiming and worktree setup automatically"
584584
echo " • Use the built-in terminal for git operations"
585585
echo " • AI code reviews happen automatically on PRs"
586+
echo " • No GitHub token setup needed—uses built-in authentication"
586587
echo ""
587588
echo "📚 Learn more: https://conductor.build"
588589
;;
@@ -660,6 +661,7 @@ if [ "$IS_UPGRADE" = true ]; then
660661
echo " • Role definitions (.conductor/roles/)"
661662
echo " • GitHub workflows (.github/workflows/)"
662663
echo " • Setup and configuration tools"
664+
echo " • Token configuration (no manual setup needed)"
663665
echo ""
664666
echo "✅ What was preserved:"
665667
echo " • Your project configuration (.conductor/config.yaml)"
@@ -723,6 +725,7 @@ else
723725
echo " ✅ AI code-reviewer for all PRs"
724726
echo " ✅ Specialized roles: ${CONFIGURED_ROLES}"
725727
echo " ✅ Demo tasks ready in Conductor"
728+
echo " ✅ No GitHub token setup required"
726729
echo ""
727730
echo "📚 Documentation: https://github.com/ryanmac/code-conductor"
728731
echo "🐛 Report issues: https://github.com/ryanmac/code-conductor/issues"

0 commit comments

Comments
 (0)