Merge pull request #561 from steveyegge/bd-6xfz-furiosa

fix(prime): document priority format to prevent Claude using 'medium'
This commit is contained in:
Steve Yegge
2025-12-14 23:00:11 -08:00
committed by GitHub
3 changed files with 885 additions and 723 deletions

View File

@@ -236,7 +236,8 @@ bd sync # Push to remote
- ` + "`bd show <id>`" + ` - Detailed issue view with dependencies
### Creating & Updating
- ` + "`bd create --title=\"...\" --type=task|bug|feature`" + ` - New issue
- ` + "`bd create --title=\"...\" --type=task|bug|feature --priority=2`" + ` - New issue
- Priority: 0-4 or P0-P4 (0=critical, 2=medium, 4=backlog). NOT "high"/"medium"/"low"
- ` + "`bd update <id> --status=in_progress`" + ` - Claim work
- ` + "`bd update <id> --assignee=username`" + ` - Assign to someone
- ` + "`bd close <id>`" + ` - Mark complete