@staff0rd/assist 0.230.1 → 0.231.1

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 CHANGED
@@ -235,7 +235,7 @@ The first backlog command in a repository that still has a local `.assist/backlo
235
235
  - `assist sessions` - Start the web dashboard (same as `sessions web`)
236
236
  - `assist sessions web [-p, --port <number>]` - Start the web dashboard with Sessions and Backlog tabs, xterm.js terminals (default port 3100)
237
237
  - `assist sessions summarise [-f, --force] [-n, --limit <count>]` - Generate one-line summaries for unsummarised Claude sessions (force re-generates all; limit caps how many to process)
238
- - `assist next` - Alias for `backlog next -w`
238
+ - `assist next` - Alias for `backlog next`
239
239
  - `assist draft` (alias: `feat`) - Launch Claude in `/draft` mode, chain into next on `/next` signal
240
240
  - `assist bug` - Launch Claude in `/bug` mode, chain into next on `/next` signal
241
241
  - `assist refine [id]` - Launch Claude in `/refine` mode to refine a backlog item; prompts for selection when no id given