#40 · Primary category: AI Coding Assistants
beads
Beads - A memory upgrade for your coding agent
Project last updated:08/29/26
GitHub Stars
26.7K
Forks
1.8K
Contributors
479
License
MIT
Why we included this project
Long coding tasks are where agents fall apart: they plan a refactor, then lose the thread halfway through and start guessing. Beads is a CLI issue tracker that gives them a durable memory instead. It stores tasks, dependencies, and project notes in a graph backed by Dolt, a version-controlled SQL database, so the state survives across sessions and machines rather than living in markdown files that go stale. An agent can claim a piece of ready work, flag what it is blocked on, and pull the relevant context back with one command, which keeps long-horizon work and multi-agent collaboration from turning into chaos. The tool also ships setup hooks for Claude Code, Codex, Cursor, and other agents, and it writes AGENTS.md guidance so the workflow is discoverable. Because the store is a Dolt database, the whole task history can be branched and merged like a Git repository, and synced between machines. That makes it a practical fit for teams running several agents on the same project, or for anyone who wants their agent to pick a long task back up where it left off.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.