@staff0rd/assist 0.483.6 → 0.483.7
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 +411 -411
- package/dist/index.js +20 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ Backlog item ids are written and displayed in an `a`-prefixed form (e.g. item 55
|
|
|
134
134
|
- `assist backlog add` - Add a new backlog item interactively (human CLI use only; agents must use `propose`)
|
|
135
135
|
- `assist backlog add --name <n> --type <t> --desc <d> --ac <criterion...>` - Add a backlog item from CLI options
|
|
136
136
|
- `assist backlog propose --json <file|->` - Create an agent-authored item from a JSON payload, previewed for approval in a web session. Used by `/draft` and `/bug`. See [docs/backlog-item-preview.md](docs/backlog-item-preview.md)
|
|
137
|
-
- `assist backlog show <id
|
|
137
|
+
- `assist backlog show <id> [--all-commits]` - Display full detail for a backlog item (alias: `view`). Activity lists the newest 10 commits; `--all-commits` prints every commit
|
|
138
138
|
- `assist backlog plan <id>` - Display the phased plan for a backlog item
|
|
139
139
|
- `assist backlog update-field <id> [--name <n>] [--desc <d>] [--type <t>] [--ac <criterion...>]` - Update fields on a backlog item
|
|
140
140
|
- `assist backlog update-field <id> [--add-ac <text>] [--edit-ac <n> <text>] [--remove-ac <n>]` - Granular 1-based acceptance-criteria edits
|