From 789dd50965a0d73a42b73f00dfbe0a3acaa6b8e0 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Mon, 30 Mar 2026 18:58:38 +0300 Subject: [PATCH] docs: use colored emoji dots for agent states in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 09e42887..0dd90e59 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ herdr automatically detects running agents by looking at the foreground process workspace and agent states map to: -- **● red** — blocked: agent needs input or approval -- **● blue** — done: work finished and you have not looked at it yet -- **● yellow** — working -- **○ green** — idle: done, seen, and calm -- **· dim** — unknown / plain shell +- 🔴 **blocked** — agent needs input or approval +- 🔵 **done** — work finished and you have not looked at it yet +- 🟡 **working** — agent is actively running +- 🟢 **idle** — done, seen, and calm +- ⚪ **unknown** — plain shell or undetected workspace rollups prefer the most urgent thing happening in that workspace: blocked first, then unseen finished work, then working, then idle.