gastownhall/beads

Beads - A memory upgrade for your coding agent

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on January 14th, 2026
Created on October 12th, 2025
Open Issues & Pull Requests: 709 (+0)
Number of forks: 1,777
Total Stargazers: 26,428 (+1)
Total Subscribers: 90 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.3 hours
Mean response time: 6.7 days
90th percentile: 21.6 days
Tracked items: 1,794

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "documentation" is answered fastest, typically in about 4 hours, while "has-repro" waits about 3 days. Almost all tracked open issues have seen activity in the last three months. Only 15% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 513
New in 7 days: 85
Closed in 7 days: 5
Avg open age: 18 days
Stale 30+ days: 176
Stale 90+ days: 46

Recent activity

Opened in 7 days: 50
Closed in 7 days: 2
Comments in 7 days: 23
Events in 7 days: 37

Top labels

  • triaged (245)
  • bug (66)
  • enhancement (39)
  • has-repro (15)
  • documentation (12)
  • kind/bug (5)
  • kind/feature (3)
  • question (3)

Detailed Description

Beads is a distributed graph issue tracker for AI coding agents that stores persistent, structured memory powered by Dolt.

The tool solves the problem of coding agents losing context during long-horizon tasks by replacing unstructured markdown plans with a dependency-aware graph database. It uses Dolt's version-controlled SQL backend to provide cell-level merge capabilities, native branching, and built-in sync. Tasks are tracked with hash-based IDs that prevent merge collisions in multi-agent workflows, and the system includes dependency tracking, semantic memory compaction to summarize closed tasks, and graph links like relates-to, duplicates, and supersedes. Agents interact through a CLI that outputs JSON and can discover the workflow via an AGENTS.md file.

Beads suits teams running multiple coding agents on shared projects who need coordinated task tracking without context loss. It works across macOS, Linux, Windows, and FreeBSD as a standalone CLI tool. The tool includes agent-specific setup for Claude, Codex, Factory, Mux, and Cursor, though manual integration is possible for unsupported agents. A stealth mode allows local-only usage without committing files to the main repository, and a contributor mode routes planning to a separate repository to keep experimental work out of pull requests. The README does not compare Beads to alternative approaches.

Almost all open issues are raised by outside users rather than the core team, indicating a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by triaged, bug, and enhancement labels.