# Attach to Mayor (primary interface)
gt mayor attach
# Check status
gt status
# List sessions
tmux list-sessions
# View costs
gt costs
hq-mayor - Coordinator
hq-deacon - Watchdog
witness - Monitor
refinery - Processor
obsidian, onyx - Polecats
EC2: r7g.2xlarge (ARM)
Region: ap-southeast-1
Storage: 400GB gp3
clawedbot-listener
clawedbot-web
gt-boot
| Session | Role | Purpose |
|---|---|---|
hq-mayor | Mayor | Primary coordinator, MEOW workflow |
hq-deacon | Deacon | Watchdog, health monitoring |
gt-villacalculatecost3-witness | Witness | Rig observer, polecat monitoring |
gt-villacalculatecost3-refinery | Refinery | Data processing |
gt-villacalculatecost3-* | Polecat | Worker agents (obsidian, onyx) |
gt mayor attach # Mayor
tmux attach -t hq-deacon # Deacon
tmux attach -t gt-villacalculatecost3-witness
| Command | Description |
|---|---|
gt status | System status |
gt costs | Live session costs |
gt mayor attach | Attach to Mayor |
gt nudge <target> "msg" | Send message to agent |
gt peek <session> | View session output |
gt mail inbox | Check mail |
gt bd list | List beads |
gt feed | Activity feed |
# Always use gt nudge, never raw tmux send-keys
gt nudge mayor "Status update needed"
gt nudge villacalculatecost3/witness "Check polecats"
gt nudge channel:workers "New work available"
| Bot | Channel | Purpose |
|---|---|---|
| villa-clawedbot | #villa-clawedbot | Cursor agent communication |
| gastown-bot | #villa-gastown-agent | System notifications |
# Send message to Discord
discord-clawedbot "message"
# Check received messages
discord-check
# Restart listener
tmux kill-session -t clawedbot-listener
tmux new-session -d -s clawedbot-listener \
"python3 ~/gt/scripts/clawedbot-listener.py"
Docs: cb.gt.villamarket.ai
| Purpose | Path |
|---|---|
| Town root | ~/gt |
| Rig | ~/gt/villacalculatecost3 |
| Scripts | ~/gt/scripts |
| Bin | ~/gt/bin |
| Daemon files | ~/gt/daemon |
| AWS config | ~/gt/aws |
| Discord settings | ~/gt/settings/discord-channels.json |
# Clone
git clone git@github.com:villa-market/villa-gastown.git
# Or view online
https://github.com/villa-market/villa-gastown
| Component | Value |
|---|---|
| Instance | i-0887b32332fa32ed9 |
| Region | ap-southeast-1 |
| IP | 13.214.204.225 |
| AWS Account | 914499832220 |
| Service | URL |
|---|---|
| Dashboard | gt.villamarket.ai |
| Docs | docs.gt.villamarket.ai |
| Clawedbot | cb.gt.villamarket.ai |
Mayor-Enhanced Orchestration Workflow - always start with the Mayor:
1. Tell Mayor what to build
2. Mayor analyzes & breaks down tasks
3. Convoy creation with beads
4. Agent spawning
5. Work distribution via hooks
6. Progress monitoring
7. Completion & summary
| Issue | Solution |
|---|---|
| Agent stuck | gt nudge <agent> "status?" |
| Session dead | gt boot or restart via deacon |
| Discord not working | Check tmux attach -t clawedbot-listener |
| Low context | Mayor will auto-compact at 10% |