All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 14m5s
- Fix broken beads reference in pkgs/default.nix - Convert opencode.md to deprecation notice with llm-agents.nix link - Convert beads.md to removal notice - Remove beads, opencode, openspec from README.md packages table - Remove beads, opencode from docs/README.md packages list
24 lines
579 B
Markdown
24 lines
579 B
Markdown
# beads (Removed)
|
|
|
|
> **Note**: The `beads` package has been removed from this repository.
|
|
|
|
## Why was it removed?
|
|
|
|
The beads package was removed as it is no longer actively used.
|
|
|
|
## What was beads?
|
|
|
|
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
|
|
|
|
If you need beads, you can still build it from source:
|
|
|
|
```bash
|
|
git clone https://github.com/steveyegge/beads
|
|
cd beads
|
|
go build ./cmd/bd
|
|
```
|