@staff0rd/assist 0.169.0 → 0.170.1
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/allowed.cli-reads +2041 -0
- package/dist/allowed.cli-writes +15 -0
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
178
178
|
- `assist voice devices` - List available audio input devices
|
|
179
179
|
- `assist voice logs [-n <count>]` - Show recent voice daemon log entries
|
|
180
180
|
- `assist next` - Alias for `backlog next -w`
|
|
181
|
-
- `assist draft` - Launch Claude in `/draft` mode, chain into next on `/next` signal
|
|
181
|
+
- `assist draft` (alias: `feat`) - Launch Claude in `/draft` mode, chain into next on `/next` signal
|
|
182
182
|
- `assist bug` - Launch Claude in `/bug` mode, chain into next on `/next` signal
|
|
183
183
|
- `assist signal next` - Write a next signal to chain into `assist next`
|
|
184
184
|
|