@staff0rd/assist 0.66.1 → 0.68.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/commands/backlog/web/bundle.js +121 -0
- package/dist/index.js +395 -180
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -60,6 +60,7 @@ After installation, the `assist` command will be available globally.
|
|
|
60
60
|
- `assist backlog add` - Add a new backlog item interactively
|
|
61
61
|
- `assist backlog start <id>` - Set a backlog item to in-progress
|
|
62
62
|
- `assist backlog done <id>` - Set a backlog item to done
|
|
63
|
+
- `assist backlog web [-p, --port <number>]` - Start a web view of the backlog (default port 3000)
|
|
63
64
|
- `assist roam auth` - Authenticate with Roam via OAuth (opens browser, saves tokens to ~/.assist.yml)
|
|
64
65
|
- `assist run <name>` - Run a configured command from assist.yml
|
|
65
66
|
- `assist run add` - Add a new run configuration to assist.yml and create a Claude command file
|