docs(prime): warn agents about bd edit opening interactive editor
Add warning to bd prime output that bd edit opens $EDITOR which blocks autonomous agents. Recommends bd update with --title/--description/etc flags instead. Fixes #1061. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
5fab5f58e6
commit
634b01a609
@@ -390,10 +390,12 @@ bd sync # Push to remote
|
||||
- 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 update <id> --title/--description/--notes/--design`" + ` - Update fields inline
|
||||
- ` + "`bd close <id>`" + ` - Mark complete
|
||||
- ` + "`bd close <id1> <id2> ...`" + ` - Close multiple issues at once (more efficient)
|
||||
- ` + "`bd close <id> --reason=\"explanation\"`" + ` - Close with reason
|
||||
- **Tip**: When creating multiple issues/tasks/epics, use parallel subagents for efficiency
|
||||
- **WARNING**: Do NOT use ` + "`bd edit`" + ` - it opens $EDITOR (vim/nano) which blocks agents
|
||||
|
||||
### Dependencies & Blocking
|
||||
- ` + "`bd dep add <issue> <depends-on>`" + ` - Add dependency (issue depends on depends-on)
|
||||
|
||||
Reference in New Issue
Block a user