From e86e0c98c7128a0bcbd99d0d3515c84042270b99 Mon Sep 17 00:00:00 2001
From: zenchantlive <103866469+zenchantlive@users.noreply.github.com>
Date: Thu, 26 Feb 2026 10:56:11 -0800
Subject: [PATCH 1/4] Add work in progress notice to README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index afe7406..cc77a61 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+ ⚡WORK IN PROGRESS⚡
# BeadBoard
**The Windows-native Control Center for [Beads](https://github.com/steveyegge/beads).**
From 8c562782db6758a783ad6fa562752fdb82fbfa9a Mon Sep 17 00:00:00 2001
From: zenchantlive <103866469+zenchantlive@users.noreply.github.com>
Date: Thu, 26 Feb 2026 11:32:03 -0800
Subject: [PATCH 2/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cc77a61..924c78a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
- ⚡WORK IN PROGRESS⚡
+ ⚡WORK IN PROGRESS⚡
# BeadBoard
**The Windows-native Control Center for [Beads](https://github.com/steveyegge/beads).**
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 3/4] 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
From f5303d2eb25ec2ffce5f468e81107d53f87e2cf2 Mon Sep 17 00:00:00 2001
From: zenchantlive <103866469+zenchantlive@users.noreply.github.com>
Date: Thu, 26 Feb 2026 19:17:05 -0800
Subject: [PATCH 4/4] Replace image in README
Updated the image in the README to a new source.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a10c2f5..7b6ab73 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
**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?