2026-03-07 10:46:06 +01:00
|
|
|
# beads (Removed)
|
2026-01-13 21:09:02 +01:00
|
|
|
|
2026-03-07 10:46:06 +01:00
|
|
|
> **Note**: The `beads` package has been removed from this repository.
|
2026-01-13 21:09:02 +01:00
|
|
|
|
2026-03-07 10:46:06 +01:00
|
|
|
## Why was it removed?
|
2026-01-13 21:09:02 +01:00
|
|
|
|
2026-03-07 10:46:06 +01:00
|
|
|
The beads package was removed as it is no longer actively used.
|
2026-01-13 21:09:02 +01:00
|
|
|
|
2026-03-07 10:46:06 +01:00
|
|
|
## What was beads?
|
2026-01-13 21:09:02 +01:00
|
|
|
|
2026-03-07 10:46:06 +01:00
|
|
|
Beads was a lightweight memory system for AI coding agents with graph-based issue tracking. It provided:
|
|
|
|
|
- Persistent memory across AI sessions
|
|
|
|
|
- Graph-based issue tracking with dependencies
|
|
|
|
|
- Discovered work tracking
|
|
|
|
|
- Git integration
|
2026-01-13 21:09:02 +01:00
|
|
|
|
2026-03-07 10:46:06 +01:00
|
|
|
If you need beads, you can still build it from source:
|
2026-01-13 21:09:02 +01:00
|
|
|
|
|
|
|
|
```bash
|
2026-03-07 10:46:06 +01:00
|
|
|
git clone https://github.com/steveyegge/beads
|
|
|
|
|
cd beads
|
|
|
|
|
go build ./cmd/bd
|
2026-01-13 21:09:02 +01:00
|
|
|
```
|