@staff0rd/assist 0.186.1 → 0.188.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 -1
- package/dist/index.js +421 -365
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -87,7 +87,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
87
87
|
- `assist backlog list [--status <type>] [-v]` - List all backlog items with status icons
|
|
88
88
|
- `assist backlog add` - Add a new backlog item interactively (prompts for type: story/bug)
|
|
89
89
|
- `assist backlog add --name <n> --type <t> --desc <d> --ac <criterion...>` - Add a backlog item from CLI options (used by `/draft`)
|
|
90
|
-
- `assist backlog add-phase <id> <name> --task <t...> [--manual-check <c...>]` - Add a phase
|
|
90
|
+
- `assist backlog add-phase <id> <name> --task <t...> [--manual-check <c...>] [--position <pos>]` - Add a phase (appends by default; `--position` inserts at a 1-indexed position)
|
|
91
91
|
- `assist backlog update <id> [--name <n>] [--desc <d>] [--type <t>] [--ac <criterion...>]` - Update fields on a backlog item
|
|
92
92
|
- `assist backlog update-phase <id> <phase> [--name <n>] [--task <t...>] [--manual-check <c...>]` - Modify a plan phase (name, tasks, or manual checks)
|
|
93
93
|
- `assist backlog remove-phase <id> <phase>` - Remove a plan phase from a backlog item
|