From 37d60d624d338f8e248298c47ff6ab297451d7ee Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Thu, 16 Oct 2025 19:13:04 -0700 Subject: [PATCH] Add critical warning banner about multiple workstreams Amp-Thread-ID: https://ampcode.com/threads/T-36d8c02f-09ec-4921-b09d-ea5cd8ede317 Co-authored-by: Amp --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86f51be6..0a571839 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ **Give your coding agent a memory upgrade** -> **⚠️ Alpha Status**: This project is in active development. The core features work well, but expect API changes before 1.0. Use for development/internal projects first. - -> **✅ Critical Fix (v0.9.6) - Testing Phase** +> **🚨 CRITICAL WARNING - Do Not Use for Multiple Workstreams** > -> Fixed auto-import bug (bd-228) that silently overwrote local changes. Collision detection is now enabled. **Field testing in progress** - please report any issues with multi-machine workflows or agent swarms. +> **v0.9.x has data duplication and data loss bugs when handling multiple workstreams.** This creates a mess that's difficult even for agents to clean up. Until further notice, **use only for single-workstream projects**. A fix is in progress. + +> **⚠️ Alpha Status**: This project is in active development. The core features work well, but expect API changes before 1.0. Use for development/internal projects first. Beads is a lightweight memory system for coding agents, using a graph-based issue tracker. Four kinds of dependencies work to chain your issues together like beads, making them easy for agents to follow for long distances, and reliably perform complex task streams in the right order.