From db169ab3141a7f1498300eb5f1c371c403409871 Mon Sep 17 00:00:00 2001 From: Panopticon Agent Date: Wed, 15 Jul 2026 23:03:12 +0000 Subject: [PATCH 1/2] docs: reword dashboard blurb to avoid em dash Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a474d1c3..92e503e5 100644 --- a/README.md +++ b/README.md @@ -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 From 433ded0c761c9e135c08b18f0c72f663f113d444 Mon Sep 17 00:00:00 2001 From: Panopticon Agent Date: Wed, 15 Jul 2026 23:06:07 +0000 Subject: [PATCH 2/2] docs: remove remaining em dashes from README turn-column blurb Co-Authored-By: Claude Opus 4.8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92e503e5..68755052 100644 --- a/README.md +++ b/README.md @@ -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.