Documentation Index
Fetch the complete documentation index at: https://mintlify.com/steveyegge/beads/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Description
Show detailed information about one or more issues, including description, design notes, dependencies, comments, and full audit trail.Parameters
Issue IDs to display. If omitted with
--current, shows the active issue. Supports multiple IDs to view several issues at once.Display Options
Show compact one-line output per issue
Show all available fields (extended metadata, agent identity, gate fields, etc.)
Show the currently active issue (in-progress, hooked, or last touched)
Special Views
Show full conversation thread (for message issues)
Show issues that reference this issue (reverse lookup)
Show only the children of this issue
Time Travel
Show issue as it existed at a specific commit hash or branch (requires Dolt)
Advanced
Issue ID (use for IDs that look like flags, e.g.,
--id=gt--xyz)Show timestamps in local time instead of UTC
Watch for changes and auto-refresh display
Output
Output JSON for agent use
Examples
Basic Display
Display Modes
Special Views
Time Travel
Flag-Like IDs
JSON Output
With--json flag:
Terminal Output
Default View
Short View
Long View
Includes additional fields:Current Issue Resolution
With--current flag, resolves the active issue using this priority:
- In-progress issues assigned to current actor
- Hooked issues assigned to current actor
- Last touched issue from recent create/update/show/close
Watch Mode
Continuously monitor an issue for changes:Time Travel with Dolt
View historical versions of issues:Time travel requires Dolt backend. Not available with SQLite.
Dependency Display
Dependencies are grouped by type:PARENT
Parent-child relationships (issue is child)DEPENDS ON
Blocking dependencies (issue depends on these)DISCOVERED FROM
Discovery tracking (issue was found during these)CHILDREN
Hierarchical children (issue is parent)BLOCKS
Reverse blocking (issue blocks these)DISCOVERED
Reverse discovery (issue led to discovery of these)RELATED
Bidirectional informational links (deduplicated)Best Practices
For Agents
- Use
--jsonfor parsing - Use
--currentto check active work - Use
--shortfor bulk scanning - Parse dependencies to understand blocking state
For Humans
- Use default view for detailed context
- Use
--longwhen debugging - Use
--watchduring active development - Check dependencies before starting work
Agent Workflow
Related Commands
bd list- Search for issuesbd update- Modify issuesbd dep list- List dependenciesbd ready- Find claimable work