From 739681c8837ec148c186c16165889c51ab66a24a Mon Sep 17 00:00:00 2001 From: Austin Wallace Date: Fri, 2 Jan 2026 20:59:04 -0800 Subject: [PATCH] docs: Fix Quick Start to use gt mayor attach MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Quick Start section incorrectly showed `cd ~/gt && gt prime` as the way to enter the Mayor's office. However, `gt prime` only outputs role context to stdout (for use in Claude Code prompt hooks) - it doesn't start or attach to any session. Changed to `gt mayor attach` which properly attaches to the Mayor tmux session (and auto-starts it if not running). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 933d5a5a..e25c652e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ gt install ~/gt gt rig add myproject https://github.com/you/repo.git # Enter the Mayor's office (recommended) -cd ~/gt && gt prime +gt mayor attach ``` Once inside the Mayor session, you're talking to Claude with full town context. Just tell it what you want: