Skip to content

Commit 96c05d8

Browse files
Brian Akakaclaude
andcommitted
README: reframe Why around progress-tracking, not agent comms
Previous draft led with 'agents don't talk to each other' which misrepresents what rejoin does — we don't enable inter-agent communication, we keep the human's work organized across them. New framing: using multiple agents scatters your work; remembering which agent held a particular thread becomes a scavenger hunt. rejoin is the single pane of glass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9d7969c commit 96c05d8

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@
1010
1111
## Why
1212

13-
Your coding agents don't talk to each other. Claude writes JSONL in
14-
`~/.claude`, Codex in `~/.codex`, Hermes keeps a SQLite DB, OpenClaw nests
15-
its own tree. Every one of them ships a picker that sees only its own work.
16-
17-
You remember fixing the webhook bug last Tuesday. Which agent was it in?
18-
You end up grepping JSONL by hand.
19-
20-
**rejoin is the index across all six.** It reads every agent's sessions
21-
locally, auto-titles them into scannable headlines ("HTTP Client Query
22-
String Redaction", not `e0a57d18-…`), and gives you one keyboard-first
23-
dashboard — web or terminal — to search across them, group by project, pin
24-
favorites, and pick back up in tmux.
13+
Using more than one coding agent means your work gets scattered. Claude
14+
stores sessions in `~/.claude`, Codex in `~/.codex`, Hermes in a SQLite
15+
DB, OpenClaw in its own nested tree — and each ships a picker that only
16+
sees its own.
17+
18+
When you want to pick up where you left off, you first have to remember
19+
*which agent* you were in. "Was that webhook debugging in Claude or Codex?"
20+
turns into a scavenger hunt across six different session stores.
21+
22+
**rejoin is the single pane of glass.** One keyboard-first dashboard — web
23+
or terminal — that auto-titles every session into a scannable headline
24+
("HTTP Client Query String Redaction", not `e0a57d18-…`), searches across
25+
all of them at once, groups by project, pins your favorites, and jumps
26+
back in via tmux with one keystroke.
2527

2628
## Try it in 30 seconds
2729

0 commit comments

Comments
 (0)