@staff0rd/assist 0.188.0 → 0.189.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 -0
- package/dist/index.js +383 -226
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,6 +109,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
109
109
|
- `assist roam show-claude-code-icon` - Forward Claude Code hook activity to Roam local API
|
|
110
110
|
- `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)
|
|
111
111
|
- `assist run add` - Add a new run configuration to assist.yml and create a Claude command file
|
|
112
|
+
- `assist run link <path> --prefix <prefix>` - Link run configurations from another project's assist.yml
|
|
112
113
|
- `assist run remove <name>` - Remove a run configuration from assist.yml and delete its Claude command file
|
|
113
114
|
- `assist config set <key> <value>` - Set a config value (e.g. commit.push true)
|
|
114
115
|
- `assist config get <key>` - Get a config value
|