@staff0rd/assist 0.88.0 → 0.88.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/claude/commands/verify.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
description: Run all verification commands in parallel
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
Run `assist verify 2>&1` (not npm run, not npx - just `assist verify
|
|
5
|
+
Run `assist verify $ARGUMENTS 2>&1` (not npm run, not npx - just `assist verify` directly). If it fails, fix all errors and run again until it passes.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
ARGUMENTS: $ARGUMENTS
|
package/dist/index.js
CHANGED