@staff0rd/assist 0.98.0 → 0.100.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/claude/settings.json +1 -0
- package/dist/index.js +443 -219
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
74
74
|
- `assist backlog delete <id>` - Delete a backlog item
|
|
75
75
|
- `assist backlog web [-p, --port <number>]` - Start a web view of the backlog (default port 3000)
|
|
76
76
|
- `assist roam auth` - Authenticate with Roam via OAuth (opens browser, saves tokens to ~/.assist.yml)
|
|
77
|
-
- `assist run <name
|
|
77
|
+
- `assist run <name> [params...]` - Run a configured command from assist.yml (positional params are matched to `params` config)
|
|
78
78
|
- `assist run add` - Add a new run configuration to assist.yml and create a Claude command file
|
|
79
79
|
- `assist config set <key> <value>` - Set a config value (e.g. commit.push true)
|
|
80
80
|
- `assist config get <key>` - Get a config value
|