Merge pull request #561 from steveyegge/bd-6xfz-furiosa
fix(prime): document priority format to prevent Claude using 'medium'
This commit is contained in:
@@ -19232,3 +19232,19 @@
|
||||
{"id":"bd-8518"}
|
||||
{"id":"bd-1606"}
|
||||
{"id":"bd-6325"}
|
||||
{"id":"bd-2k5f"}
|
||||
{"id":"bd-bwdd"}
|
||||
{"id":"bd-xoyh"}
|
||||
{"id":"bd-7r4l"}
|
||||
{"id":"bd-y6t6"}
|
||||
{"id":"bd-2rfr"}
|
||||
{"id":"bd-dvw8"}
|
||||
{"id":"bd-0yzm"}
|
||||
{"id":"bd-l0pg"}
|
||||
{"id":"bd-zsle"}
|
||||
{"id":"bd-bscs"}
|
||||
{"id":"bd-cddj"}
|
||||
{"id":"bd-eeqf"}
|
||||
{"id":"bd-er7r"}
|
||||
{"id":"bd-zbyb"}
|
||||
{"id":"bd-6xfz"}
|
||||
|
||||
1589
.beads/issues.jsonl
1589
.beads/issues.jsonl
File diff suppressed because one or more lines are too long
@@ -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