Files
nixpkgs/docs/packages/beads.md
m3tm3re 291e3a0744
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 14m5s
docs: update docs for removed packages (opencode, beads)
- 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
2026-03-07 10:46:06 +01:00

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
```