Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mental model behind the dashboard.

## The dashboard

The whole fleet in one terminal view every task's `state`, whose `turn` it is (agent or you),
See the whole fleet in one terminal view, with every task's `state`, whose `turn` it is (agent or you),
its `container` status, and its repo and slug:

```text
Expand All @@ -44,8 +44,8 @@ its `container` status, and its repo and slug:
══════════════════════════════════════════════════════════════════════════
```

The `turn` column is color-coded live green when the agent is working, yellow when it's your
move, red (`⚠`) when a task is blocked waiting on you so you can tell at a glance which agents
The `turn` column is color-coded live: green when the agent is working, yellow when it's your
move, and red (`⚠`) when a task is blocked waiting on you, so you can tell at a glance which agents
need you. The `container` column tracks each agent's sandbox as it spawns (`queued → … → live`,
or `down` when one needs a respawn), and governed sub-tasks nest under their governor (`└─`).
Press `t` to drop into any task's session, `?` for the full key list.
Expand Down
Loading