beads icon indicating copy to clipboard operation
beads copied to clipboard

Beads - A memory upgrade for your coding agent

Results 169 beads issues
Sort by recently updated
recently updated
newest added

## Summary - When sync-branch is configured, daemon now checks that branch's upstream instead of current HEAD's upstream - Adds `gitBranchHasUpstream(branch)` to check a specific branch's upstream tracking, independent of...

When I create a task with create-form, I always get the follwing error ```bash bd create-form ─╯ Error: failed to flush: write unix ->/Users/jeandavid/DEV/symfony/.beads/bd.sock: write: broken pipe ``` ```bash bd...

Provide the installation link to the winget project. ### Steps On a Windows Terminal: ```sh # install wingetcreate tool winget install wingetcreate # create winget manifest wingetcreate new ``` Edit...

```PowerShell > npm install -g @beads/bd ``` ``` npm warn cleanup Failed to remove some directories [ npm warn cleanup [ npm warn cleanup '\\\\?\\C:\\Users\\Johann.Dirry\\AppData\\Roaming\\npm\\node_modules\\@beads\\bd', npm warn cleanup [Error: EPERM:...

`bd migrate sync beads-sync` Error: failed to open database: failed to enable WAL mode: sqlite3: unable to open database file: open /Users/myuser1/Code/Sites/my-project/.beads: is a directory

# GitHub Issue: bd sync creates sync_base.jsonl every time + db closed errors **File this at:** https://github.com/steveyegge/beads/issues/new --- ## Title `bd sync` always creates sync_base.jsonl (triggers doctor warning) + "database...

This commit adds full NixOS support and automates Nix package maintenance: ## Static Linux Binaries for NixOS Changes .goreleaser.yml to create static Linux binaries: - Set CGO_ENABLED=0 for Linux amd64...

## Summary `bd duplicates` identifies duplicate issues correctly, but the `--auto-merge` suggestion recommends closing the **wrong** issue - it suggests closing the epic with all the children and dependencies, and...

I think the idea of combining SQLite with jsonl carries beyond beads and is probably a good idea for all kinds of CC-adjacent storage. Maybe it would make sense to...

`bd list --tree` now uses less tokens for output, and yet actually conveys more about the relationships than `bd list`. Should --tree just become the default, and --legacy becomes the...