snippetbashTip
bd — A lightweight memory system and git-backed issue tracker for AI coding agents. More information: <ht
Viewed 0 times
commandbdandlightweightmemorycligitsystem
Problem
How to use the
bd command: A lightweight memory system and git-backed issue tracker for AI coding agents. More information: <https://github.com/steveyegge/beads#usage>.Solution
bd — A lightweight memory system and git-backed issue tracker for AI coding agents. More information: <https://github.com/steveyegge/beads#usage>.Initialize a project database:
bd initCreate a new issue with description, priority, and type:
bd create {{issue_title}} {{[-d|--description]}} {{description}} {{[-p|--priority]}} {{1}} {{[-t|--type]}} {{bug|feature|task|epic|chore}}List all issues:
bd listShow issues ready to work on (no blockers):
bd readyDisplay details of a specific issue:
bd show {{issue_id}}Update an issue status:
bd update {{issue_id}} {{[-s|--status]}} {{open|in_progress|blocked|closed}}Manually sync changes and import latest from git:
bd syncDisplay help:
bd {{[-h|--help]}}Code Snippets
Initialize a project database
bd initCreate a new issue with description, priority, and type
bd create {{issue_title}} {{[-d|--description]}} {{description}} {{[-p|--priority]}} {{1}} {{[-t|--type]}} {{bug|feature|task|epic|chore}}List all issues
bd listShow issues ready to work on (no blockers)
bd readyDisplay details of a specific issue
bd show {{issue_id}}Context
tldr-pages: common/bd
Revisions (0)
No revisions yet.