@staff0rd/assist 0.342.2 → 0.343.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -136,6 +136,7 @@ The first backlog command in a repository that still has a local `.assist/backlo
136
136
  - `assist backlog stop` - Revert all in-progress backlog items to todo and reset their phase to 1
137
137
  - `assist backlog done <id>` - Set a backlog item to done
138
138
  - `assist backlog wontdo <id> [reason]` - Set a backlog item to won't do
139
+ - `assist backlog set-status <id> <status>` - Set a backlog item to a specific status (`todo`, `in-progress`, `done`, `wontdo`)
139
140
  - `assist backlog star <id>` - Star a backlog item to pin it ahead of unstarred items in the web view
140
141
  - `assist backlog unstar <id>` - Remove the star from a backlog item
141
142
  - `assist backlog delete <id>` - Delete a backlog item