@staff0rd/assist 0.248.0 → 0.250.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/commands/sessions/web/bundle.js +61 -61
- package/dist/index.js +38 -43
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,7 +143,7 @@ The first backlog command in a repository that still has a local `.assist/backlo
|
|
|
143
143
|
- `assist backlog web [-p, --port <number>]` - Open the backlog tab in the web dashboard (default port 3100)
|
|
144
144
|
- `assist roam auth` - Authenticate with Roam via OAuth (opens browser, saves tokens to ~/.assist.yml)
|
|
145
145
|
- `assist roam show-claude-code-icon` - Forward Claude Code hook activity to Roam local API
|
|
146
|
-
- `assist run <name> [params...]` - Run a configured command from assist.yml (positional params are matched to `params` config; supports `pre` array of commands to run first)
|
|
146
|
+
- `assist run <name> [params...]` - Run a configured command from assist.yml (positional params are matched to `params` config; supports `pre` array of commands to run first). If `<name>` is purely numeric and matches no configured command, it is treated as an alias for `assist backlog run <name>` and forwards `--write`/`--no-write`/`-w`.
|
|
147
147
|
- `assist run add` - Add a new run configuration to assist.yml and create a Claude command file
|
|
148
148
|
- `assist run link <path> --prefix <prefix>` - Link run configurations from another project's assist.yml
|
|
149
149
|
- `assist run remove <name>` - Remove a run configuration from assist.yml and delete its Claude command file
|