@staff0rd/assist 0.75.0 → 0.77.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 +2 -1
- package/dist/commands/backlog/web/bundle.js +20 -20
- package/dist/index.js +267 -192
- package/package.json +1 -1
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 delete <id>` - Delete a backlog item
|
|
63
64
|
- `assist backlog web [-p, --port <number>]` - Start a web view of the backlog (default port 3000)
|
|
64
65
|
- `assist roam auth` - Authenticate with Roam via OAuth (opens browser, saves tokens to ~/.assist.yml)
|
|
65
66
|
- `assist run <name>` - Run a configured command from assist.yml
|
|
@@ -69,7 +70,7 @@ After installation, the `assist` command will be available globally.
|
|
|
69
70
|
- `assist config list` - List all config values
|
|
70
71
|
- `assist verify` - Run all verify:* commands in parallel (from run configs in assist.yml and scripts in package.json)
|
|
71
72
|
- `assist verify init` - Add verify scripts to a project
|
|
72
|
-
- `assist verify hardcoded-colors` - Check for hardcoded hex colors in src/
|
|
73
|
+
- `assist verify hardcoded-colors` - Check for hardcoded hex colors in src/ (supports `hardcodedColors.ignore` globs in config)
|
|
73
74
|
- `assist lint` - Run lint checks for conventions not enforced by biomejs
|
|
74
75
|
- `assist lint init` - Initialize Biome with standard linter config
|
|
75
76
|
- `assist refactor check [pattern]` - Check for files that exceed the maximum line count
|