> List beads issues with optional filtering.
Filter and list beads issues by status, priority, type, assignee, or labels. Use this to quickly find specific issues or generate reports in JSON/digraph formats.
/plugin marketplace add shaneholloman/beads/plugin install beads@beads-marketplaceList beads issues with optional filtering.
beads list --status open --priority 1: High priority open issuesbeads list --type bug --assignee alice: Alice's assigned bugsbeads list --label backend,needs-review: Backend issues needing reviewbeads list --title "auth": Issues with "auth" in the title--json: JSON format for scripting--format digraph: Graph format for golang.org/x/tools/cmd/digraph--format dot: Graphviz DOT format