- Removed broken LaunchSwarmDialog (formula-based) from TopBar/LeftPanel - All Rocket buttons (TopBar, LeftPanel, DAG nodes, social cards) now open AssignmentPanel (archetype-based) which actually works - Every Rocket clears taskId first so assignMode && !taskId condition passes - Conversation button priority: taskId always shows conversation, not assign panel - Added TelemetryStrip: minimized right sidebar with status dots when non-telemetry panel (conversation/assignment) is active - Live feed has minimize button → restores last taskId or assignMode - DAG nodes: Signal icon → restores telemetry feed - Social button on DAG nodes: single router.push to avoid race (setView + setTaskId) - Fixed social card message button: opens right panel with drawer:closed (no popup) Co-Authored-By: Oz <oz-agent@warp.dev>
74 lines
5.6 KiB
Text
74 lines
5.6 KiB
Text
List issues
|
|
|
|
Usage:
|
|
bd list [flags]
|
|
|
|
Flags:
|
|
--all Show all issues including closed (overrides default filter)
|
|
-a, --assignee string Filter by assignee
|
|
--closed-after string Filter issues closed after date (YYYY-MM-DD or RFC3339)
|
|
--closed-before string Filter issues closed before date (YYYY-MM-DD or RFC3339)
|
|
--created-after string Filter issues created after date (YYYY-MM-DD or RFC3339)
|
|
--created-before string Filter issues created before date (YYYY-MM-DD or RFC3339)
|
|
--defer-after string Filter issues deferred after date (supports relative: +6h, tomorrow)
|
|
--defer-before string Filter issues deferred before date (supports relative: +6h, tomorrow)
|
|
--deferred Show only issues with defer_until set
|
|
--desc-contains string Filter by description substring (case-insensitive)
|
|
--due-after string Filter issues due after date (supports relative: +6h, tomorrow)
|
|
--due-before string Filter issues due before date (supports relative: +6h, tomorrow)
|
|
--empty-description Filter issues with empty or missing description
|
|
--filter-parent string Alias for --parent
|
|
--format string Output format: 'digraph' (for golang.org/x/tools/cmd/digraph), 'dot' (Graphviz), or Go template
|
|
-h, --help help for list
|
|
--id string Filter by specific issue IDs (comma-separated, e.g., bd-1,bd-5,bd-10)
|
|
--include-gates Include gate issues in output (normally hidden)
|
|
--include-templates Include template molecules in output
|
|
-l, --label strings Filter by labels (AND: must have ALL). Can combine with --label-any
|
|
--label-any strings Filter by labels (OR: must have AT LEAST ONE). Can combine with --label
|
|
--label-pattern string Filter by label glob pattern (e.g., 'tech-*' matches tech-debt, tech-legacy)
|
|
--label-regex string Filter by label regex pattern (e.g., 'tech-(debt|legacy)')
|
|
-n, --limit int Limit results (default 50, use 0 for unlimited) (default 50)
|
|
--long Show detailed multi-line output for each issue
|
|
--mol-type string Filter by molecule type: swarm, patrol, or work
|
|
--no-assignee Filter issues with no assignee
|
|
--no-labels Filter issues with no labels
|
|
--no-pager Disable pager output
|
|
--no-pinned Exclude pinned issues
|
|
--notes-contains string Filter by notes substring (case-insensitive)
|
|
--overdue Show only issues with due_at in the past (not closed)
|
|
--parent string Filter by parent issue ID (shows children of specified issue)
|
|
--pinned Show only pinned issues
|
|
--pretty Display issues in a tree format with status/priority symbols
|
|
-p, --priority string Priority (0-4 or P0-P4, 0=highest)
|
|
--priority-max string Filter by maximum priority (inclusive, 0-4 or P0-P4)
|
|
--priority-min string Filter by minimum priority (inclusive, 0-4 or P0-P4)
|
|
--ready Show only ready issues (status=open, excludes hooked/in_progress/blocked/deferred)
|
|
-r, --reverse Reverse sort order
|
|
--sort string Sort by field: priority, created, updated, closed, status, id, title, type, assignee
|
|
--spec string Filter by spec_id prefix
|
|
-s, --status string Filter by status (open, in_progress, blocked, deferred, closed)
|
|
--title string Filter by title text (case-insensitive substring match)
|
|
--title-contains string Filter by title substring (case-insensitive)
|
|
--tree Alias for --pretty: hierarchical tree format
|
|
-t, --type string Filter by type (bug, feature, task, epic, chore, merge-request, molecule, gate, convoy). Aliases: mr→merge-request, feat→feature, mol→molecule
|
|
--updated-after string Filter issues updated after date (YYYY-MM-DD or RFC3339)
|
|
--updated-before string Filter issues updated before date (YYYY-MM-DD or RFC3339)
|
|
-w, --watch Watch for changes and auto-update display (implies --pretty)
|
|
--wisp-type string Filter by wisp type: heartbeat, ping, patrol, gc_report, recovery, error, escalation
|
|
|
|
Global Flags:
|
|
--actor string Actor name for audit trail (default: $BD_ACTOR, git user.name, $USER)
|
|
--allow-stale Allow operations on potentially stale data (skip staleness check)
|
|
--db string Database path (default: auto-discover .beads/*.db)
|
|
--dolt-auto-commit string Dolt backend: auto-commit after write commands (off|on). Default from config key dolt.auto-commit
|
|
--json Output in JSON format
|
|
--lock-timeout duration SQLite busy timeout (0 = fail immediately if locked) (default 30s)
|
|
--no-auto-flush Disable automatic JSONL sync after CRUD operations
|
|
--no-auto-import Disable automatic JSONL import when newer than DB
|
|
--no-daemon Force direct storage mode, bypass daemon if running
|
|
--no-db Use no-db mode: load from JSONL, no SQLite
|
|
--profile Generate CPU profile for performance analysis
|
|
-q, --quiet Suppress non-essential output (errors only)
|
|
--readonly Read-only mode: block write operations (for worker sandboxes)
|
|
--sandbox Sandbox mode: disables daemon and auto-sync
|
|
-v, --verbose Enable verbose/debug output
|