Beads Workflow Beads is an AI-native issue tracker designed for agent workflows. Issues live in your repo, sync via git, and require no web UI. Core Commands | Command | Description | |---------|-------------| | | Create issue (type, priority) | | | List open issues | | | View issue details | | | Update status or assignee | | | Close with reason | | | Find unblocked issues | | | Add dependency | | | View dependency tree | | | Remove dependency | | | Sync with git remote | | | Force flush to JSONL | Workflow Patterns Starting a Session 1. Check ready work : 2. Claim an issue : 3. Review depend…