From 98d100970a5e5b786db88fe218d069a0c83a6a34 Mon Sep 17 00:00:00 2001
From: cskwork <76669236+cskwork@users.noreply.github.com>
Date: Sun, 17 May 2026 20:09:51 +0900
Subject: [PATCH] docs(readme): move TUI screenshot above the fold
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The screenshot is the strongest single piece of evidence for what
Symphony is — visitors should see it before the first scroll, not
after the value-prop bullets. Move it directly under the tagline
blockquote with a one-line caption, drop the now-redundant
description paragraph from 'What it looks like', and rename that
section to 'How it works' since its remaining content (plain-text
fallback + fork architecture explanation) is no longer about the
visual appearance.
---
README.md | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index dc0193b..40aa010 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,10 @@
> (**Codex**, **Claude Code**, **Gemini**, **Pi**) — pick per ticket, run in
> parallel, watch live.
+
+
+`symphony tui ./WORKFLOW.md` — columns are your tracker's states; cards show the active agent, turn count, last event, and accumulated tokens. Live indicators: ● running, ↻ retry queued, ✓ done.
+
**Stop juggling AI coding CLIs.** Symphony hands each Kanban ticket to the
agent you want, runs them concurrently in isolated `git worktree` workspaces,
and shows live progress — turn counts, token usage, rate-limit headroom — in
@@ -58,16 +62,10 @@ a Jira-style TUI you never have to leave your terminal for.
- **Anyone** who hit the "one chat window per agent" ceiling and wants a
real orchestrator with a Kanban they can read at a glance.
-## What it looks like
-
-`symphony tui ./WORKFLOW.md` opens a full-terminal Kanban board. Columns are
-your tracker's states; cards show the active agent, turn count, last event,
-and accumulated tokens. Live indicators: ● running, ↻ retry queued, ✓ done.
-
-
+## How it works
-Plain-text version (for terminals viewing raw README)
+Plain-text version of the TUI (for terminals viewing raw README)
```text
agent=codex tracker=linear workflow=WORKFLOW.md lang=en running=2 retrying=1 │ tokens in=84,200 out=27,640 total=111,840