@staff0rd/assist 0.51.0 → 0.53.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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/dist/index.js +459 -243
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -50,6 +50,12 @@ After installation, the `assist` command will be available globally.
50
50
  - `assist prs list-comments` - List all comments on the current branch's pull request
51
51
  - `assist prs fixed <comment-id> <sha>` - Reply with commit link and resolve thread
52
52
  - `assist prs wontfix <comment-id> <reason>` - Reply with reason and resolve thread
53
+ - `assist backlog` - List all backlog items (same as `backlog list`)
54
+ - `assist backlog init` - Create an empty assist.backlog.yml
55
+ - `assist backlog list [--status <type>]` - List all backlog items with status icons
56
+ - `assist backlog add` - Add a new backlog item interactively
57
+ - `assist backlog start <id>` - Set a backlog item to in-progress
58
+ - `assist backlog done <id>` - Set a backlog item to done
53
59
  - `assist run <name>` - Run a configured command from assist.yml
54
60
  - `assist run add` - Add a new run configuration to assist.yml
55
61
  - `assist config set <key> <value>` - Set a config value (e.g. commit.push true)