docs: Add critical bug warning banner to README (bd-228)
CRITICAL: Auto-import silently overwrites local changes without collision detection. Changes: - Added prominent warning banner at top of README - Documents data corruption risk for multi-developer workflows - Provides --no-auto-import workaround - References bd-228 for tracking and updates This affects anyone using bd with multiple developers or agent swarms. Local updates/closes can be silently reverted by auto-import after git pull. Also includes: - ULTRATHINK_BD224.md analysis document (bd-224, bd-225) - Updated issues.jsonl with bd-224, bd-225, bd-226, bd-227, bd-228 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
README.md
16
README.md
@@ -2,6 +2,22 @@
|
||||
|
||||
**Give your coding agent a memory upgrade**
|
||||
|
||||
> **🚨 CRITICAL BUG - DATA CORRUPTION RISK (bd-228)**
|
||||
>
|
||||
> Auto-import silently overwrites local changes when pulling from Git, without collision detection or warning. This affects multi-developer workflows and agent swarms. **Your local work may be silently discarded.**
|
||||
>
|
||||
> **Impact**: Manual updates and closes can be reverted by auto-import after `git pull`.
|
||||
>
|
||||
> **Workaround**: Disable auto-import with `--no-auto-import` flag until fixed:
|
||||
> ```bash
|
||||
> bd --no-auto-import ready
|
||||
> bd --no-auto-import update bd-1 --status closed
|
||||
> ```
|
||||
>
|
||||
> **Status**: P0 bug being investigated. See issue bd-228 for details and 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.
|
||||
|
||||
Reference in New Issue
Block a user