Merge pull request #561 from steveyegge/bd-6xfz-furiosa
fix(prime): document priority format to prevent Claude using 'medium'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user