From 83f5f3d2bb67bd6da1772bba41607004c7aa07c1 Mon Sep 17 00:00:00 2001
From: zenchantlive <103866469+zenchantlive@users.noreply.github.com>
Date: Thu, 26 Feb 2026 19:15:07 -0800
Subject: [PATCH] Revise README formatting and image links
Updated images and formatting in the README.
---
README.md | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 924c78a..a10c2f5 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
- ⚡WORK IN PROGRESS⚡
+⚡WORK IN PROGRESS⚡
# BeadBoard
**The Windows-native Control Center for [Beads](https://github.com/steveyegge/beads).**
BeadBoard is a high-performance local dashboard for managing your software development tasks. Built on the Beads protocol, it provides a unified, visualization-rich interface over your distributed project landscape.
-
+
+
+
## 🚀 Why BeadBoard?
Most task managers are siloes. BeadBoard is a lens over your source code.
- **Source of Truth**: Reads directly from `.beads/issues.jsonl` in your repo. No database sync skew.
@@ -19,16 +21,19 @@ Stop context switching between repos.
- **Auto-Discovery**: Built-in filesystem scanner finds Bead-enabled projects across your drives.
- **Aggregate Mode**: View tasks from *all* registered projects in a single unified board.
-### 2. Interactive Kanban Dashboard (`/`)
+### 2. Interactive Dashboard
Manage your flow state.
-
+
+
+
- **Live Updates**: Boards refresh automatically when the underlying JSONL files change (e.g., via CLI).
- **Progressive Disclosure**: Task details, metadata, and relations are tucked away until you need them.
- **Smart Filtering**: Filter by priority, assignee, status, or full-text search across thousands of beads.
-### 3. Dependency Graph Explorer (`/graph`)
+### 3. Dependency Graph Explorer
Understand the "Why" and "What's Next".
-
+
+
- **Epic-Centric Layout**: Automatically groups tasks by Epic for logical clustering.
- **True DAG Visualization**: Uses Dagre layout engine to enforce a strict Left-to-Right dependency flow.
- *Left*: Incoming Blockers