feat: Add ancestor_id field and implement epic/child filtering

Amp-Thread-ID: https://ampcode.com/threads/T-22f7d7c5-6f7b-4783-beda-8494360d887a
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-11-05 00:44:41 -08:00
parent 23f09ee0c1
commit fbe790aa40
10 changed files with 750 additions and 173 deletions

View File

@@ -387,6 +387,14 @@ bd list --assignee alice # Filter by assignee
bd list --label=backend,urgent # Filter by labels (AND)
bd list --label-any=frontend,backend # Filter by labels (OR)
# Advanced filters
bd list --title-contains "auth" # Search title
bd list --desc-contains "implement" # Search description
bd list --priority-min 0 --priority-max 1 # Priority range
bd list --created-after 2025-01-01 # Date range
bd list --empty-description # Find issues with no description
bd list --no-assignee # Find unassigned issues
# JSON output for agents
bd info --json
bd list --json