@staff0rd/assist 0.563.0 → 0.565.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 +1 -1
- package/dist/commands/sessions/web/bundle.js +2 -2
- package/dist/index.js +151 -123
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,7 +168,7 @@ Backlog item ids are written and displayed in an `a`-prefixed form (e.g. item 55
|
|
|
168
168
|
- `assist backlog set-status <id> <status>` - Set status (`todo`, `in-progress`, `done`, `wontdo`)
|
|
169
169
|
- `assist backlog star <id>` / `assist backlog unstar <id>` - Pin an item ahead of unstarred items in the web view
|
|
170
170
|
- `assist backlog delete <id>` - Delete a backlog item
|
|
171
|
-
- `assist backlog comment <id> <text>` - Add a comment to a backlog item
|
|
171
|
+
- `assist backlog comment <id> <text>` - Add a comment to a backlog item (inside a web session the comment is shown in the preview pane and only written once approved)
|
|
172
172
|
- `assist backlog comments <id>` - List comments and summaries for a backlog item
|
|
173
173
|
- `assist backlog delete-comment <id> <comment-id>` - Delete a comment (summaries cannot be deleted)
|
|
174
174
|
- `assist backlog phase-done <id> <phase> <summary>` - Signal that a plan phase is complete
|