@staff0rd/assist 0.294.0 → 0.295.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 +2 -0
- package/dist/commands/sessions/web/bundle.js +66 -66
- package/dist/index.js +794 -714
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,6 +128,8 @@ The first backlog command in a repository that still has a local `.assist/backlo
|
|
|
128
128
|
- `assist backlog stop` - Revert all in-progress backlog items to todo and reset their phase to 1
|
|
129
129
|
- `assist backlog done <id>` - Set a backlog item to done
|
|
130
130
|
- `assist backlog wontdo <id> [reason]` - Set a backlog item to won't do
|
|
131
|
+
- `assist backlog star <id>` - Star a backlog item to pin it ahead of unstarred items in the web view
|
|
132
|
+
- `assist backlog unstar <id>` - Remove the star from a backlog item
|
|
131
133
|
- `assist backlog delete <id>` - Delete a backlog item
|
|
132
134
|
- `assist backlog show <id>` - Display full detail for a backlog item (alias: `view`)
|
|
133
135
|
- `assist backlog plan <id>` - Display the phased plan for a backlog item
|