diff --git a/AGENTS.md b/AGENTS.md index a7c52d87..8b288a15 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -110,8 +110,9 @@ bd create "Issue title" -t bug -p 1 -l bug,critical --json # Create multiple issues from markdown file bd create -f feature-plan.md --json -# Update issue status -bd update --status in_progress --json +# Update one or more issues +bd update [...] --status in_progress --json +bd update [...] --priority 1 --json # Link discovered work (old way) bd dep add --type discovered-from @@ -119,23 +120,26 @@ bd dep add --type discovered-from # Create and link in one command (new way) bd create "Issue title" -t bug -p 1 --deps discovered-from: --json -# Label management -bd label add