@staff0rd/assist 0.571.1 → 0.572.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 -0
- package/dist/commands/sessions/web/bundle.js +2 -2
- package/dist/index.js +125 -62
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,6 +133,7 @@ Every command supports `--help` for full detail on its flags and behaviour.
|
|
|
133
133
|
- `--announce` - Announce the PR in Slack (`/prs-slack <n> --no-confirm`) at the tail of the chain: the Address Comments session announces once every thread is processed when one was started, otherwise a `/prs-slack` session is started directly. Announces exactly once, and only inside an assist session
|
|
134
134
|
- `--verbose` - Per-line log output instead of the stacked-spinner UI (automatic in CI)
|
|
135
135
|
- `assist github commits <org> [--since <date>] [--top <n>] [--json]` - Report commit activity across a GitHub organisation: repos ranked by commits, top committers, and a per-repo author breakdown
|
|
136
|
+
- `assist github issue create --title <title> --body <body> [-R <owner>/<repo>]` - Create a GitHub issue on the current repo (or `-R`'s). There is no What/Why/How template — an issue reports a problem, and the target repo's own issue template is unknowable from here. The title and body are rejected if they reference Claude or an assist backlog item, and in a web session they are previewed for approve/reject first (with inline comments); nothing is created until it is approved. Raw `gh issue create` is denied in favour of this command
|
|
136
137
|
- `assist news add [url]` - Add an RSS feed URL (rendered in the sessions web News tab)
|
|
137
138
|
|
|
138
139
|
### Backlog
|