fix(rig): improve UX for rig creation (#7)
- Add progress feedback during slow clone operations (30+ seconds) - Fix README Quick Start to match actual workflow (--git flag, crew add) - Update install output to use 'gt mayor attach' consistently - Clarify "Next steps" wording in rig add output 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
22
README.md
22
README.md
@@ -25,17 +25,27 @@ Multi-agent orchestrator for Claude Code. Track work with convoys; sling to agen
|
||||
# Install
|
||||
go install github.com/steveyegge/gastown/cmd/gt@latest
|
||||
|
||||
# Create workspace
|
||||
gt install ~/gt
|
||||
# Create workspace (--git auto-initializes git repository)
|
||||
gt install ~/gt --git
|
||||
cd ~/gt
|
||||
|
||||
# Add a project
|
||||
gt rig add myproject https://github.com/you/repo.git
|
||||
|
||||
# Enter the Mayor's office (recommended)
|
||||
gt mayor attach
|
||||
# Create your personal workspace
|
||||
gt crew add <yourname> --rig myproject
|
||||
|
||||
# Start working
|
||||
cd myproject/crew/<yourname>
|
||||
```
|
||||
|
||||
Once inside the Mayor session, you're talking to Claude with full town context. Just tell it what you want:
|
||||
For advanced multi-agent coordination, use the Mayor session:
|
||||
|
||||
```bash
|
||||
gt mayor attach # Enter the Mayor's office
|
||||
```
|
||||
|
||||
Inside the Mayor session, you're talking to Claude with full town context:
|
||||
|
||||
> "Help me fix the authentication bug in myproject"
|
||||
|
||||
@@ -78,7 +88,7 @@ The primary Gas Town experience. Agents run in tmux sessions with the Mayor as y
|
||||
|
||||
```bash
|
||||
gt start # Start Gas Town (daemon + Mayor session)
|
||||
cd ~/gt && gt prime # Enter Mayor session
|
||||
gt mayor attach # Enter Mayor session
|
||||
|
||||
# Inside Mayor session, just ask:
|
||||
# "Create a convoy for issues 123 and 456 in myproject"
|
||||
|
||||
Reference in New Issue
Block a user