@staff0rd/assist 0.486.0 → 0.487.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 CHANGED
@@ -163,7 +163,7 @@ Backlog item ids are written and displayed in an `a`-prefixed form (e.g. item 55
163
163
  - `assist backlog rewind <id> <phase> --reason <reason>` - Rewind an item to an earlier phase
164
164
  - `assist backlog next [id] [--once]` - Pick and run the next backlog item, or open `/draft` if none remain
165
165
  - `assist backlog refine [id] [--once] [--harness <claude|codex|pi>]` - Alias for `refine`
166
- - `assist backlog run <id>` - Run a backlog item's plan phase-by-phase with Claude; refuses to start when another live process is already running that item
166
+ - `assist backlog run <id> [--harness <claude|codex|pi>] [--write|--no-write]` - Run a backlog item's plan phase-by-phase with the selected harness, defaulting to `harness.engine`; for Codex, write access uses the `workspace-write` sandbox and `--no-write` uses `read-only`
167
167
  - `assist backlog export [file]` - Export every table in the backlog database to a file, or stdout
168
168
  - `assist backlog import [file]` - Restore every table present in a dump back into the database (`-y, --yes` skips the prompt)
169
169
  - `assist backlog associate-jira <id> [key]` - Associate a Jira ticket (bare key or browse URL); clears any GitHub issue on the item. `--clear` removes it