@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 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>` - Run a configured command from assist.yml
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
@@ -36,6 +36,7 @@
36
36
  "Bash(assist complexity:*)",
37
37
  "Bash(assist transcript format:*)",
38
38
  "Bash(assist voice:*)",
39
+ "Bash(assist deps:*)",
39
40
  "Bash(head:*)",
40
41
  "Bash(tail:*)",
41
42
  "Bash(grep:*)",