@staff0rd/assist 0.107.0 → 0.108.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 +4 -1
- package/claude/settings.json +1 -0
- package/dist/commands/news/web/bundle.js +66 -0
- package/dist/index.js +380 -132
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -59,12 +59,15 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
59
59
|
- `assist sync` - Copy command files to `~/.claude/commands`
|
|
60
60
|
- `assist commit status` - Show git status and diff
|
|
61
61
|
- `assist commit <message>` - Commit staged changes with validation
|
|
62
|
-
- `assist commit <files
|
|
62
|
+
- `assist commit <message> [files...]` - Stage files and create a git commit with validation
|
|
63
63
|
- `assist prs` - List pull requests for the current repository
|
|
64
64
|
- `assist prs list-comments` - List all comments on the current branch's pull request
|
|
65
65
|
- `assist prs fixed <comment-id> <sha>` - Reply with commit link and resolve thread
|
|
66
66
|
- `assist prs wontfix <comment-id> <reason>` - Reply with reason and resolve thread
|
|
67
67
|
- `assist prs comment <path> <line> <body>` - Add a line comment to the pending review
|
|
68
|
+
- `assist news` - Start the news web UI showing latest RSS feed items (same as `news web`)
|
|
69
|
+
- `assist news add [url]` - Add an RSS feed URL to the config
|
|
70
|
+
- `assist news web [-p, --port <number>]` - Start a web view of the news feeds (default port 3001)
|
|
68
71
|
- `assist backlog` - Start the backlog web UI (same as `backlog web`)
|
|
69
72
|
- `assist backlog init` - Create an empty assist.backlog.yml
|
|
70
73
|
- `assist backlog list [--status <type>] [-v]` - List all backlog items with status icons
|